Abhijit Sagareabdevops.hashnode.dev·an hour agoAWS Free Tier: A Step-by-Step Guide to Getting StartedIntroduction Amazon Web Services (AWS) Free Tier offers a cost-effective way to get hands-on experience with cloud services. This guide is tailored for beginners who want to explore AWS, set up their account, and use the Free Tier without incurring c...DiscussAWS
Abhijit Sagareabdevops.hashnode.dev·Nov 20, 2024What is AWS? A Beginner’s Guide to Cloud ComputingAmazon Web Services (AWS) is the world’s leading cloud computing platform, powering businesses of all sizes with scalable, reliable, and cost-efficient infrastructure solutions. Whether you’re a developer, a startup, or a multinational corporation, A...DiscussAWS
Jatin Shastrijatinshastri.hashnode.dev·Nov 18, 2024Mastering AWS CloudFormation: Simplify Infrastructure as CodeWhen managing infrastructure in the cloud, automation is key to efficiency and scalability. AWS CloudFormation is one of the most powerful tools in a DevOps engineer’s arsenal, enabling Infrastructure as Code (IaC) to provision and manage AWS resourc...Discuss·10 likesAWS
Aditya Gadhaveadityag7678.hashnode.dev·Nov 18, 2024Understanding AWS Redshift: A Complete GuideWhat is Redshift ? Redshift is a fast and powerful, fully managed, petabyte-scale data warehouse service in the cloud. AWS Redshift is big data analytics service. It can gather information from many sources. It assists you with getting connection...DiscussAWS
Manya khedemanyaa.hashnode.dev·Nov 15, 2024Hosting a website on an AWS EC2 InstanceConsider EC2 as your server in the cloud. It provides the power, flexibility, and control you desire, without the need to manage physical hardware. Deploying a website on an EC2 instance serves as an excellent practical project for gaining experience...DiscussEC2 instance
Harendra Barotharrybdevops.hashnode.dev·Nov 14, 2024How Password and Password-less Authentication Work in AnsibleBelow are the detailed steps to set up two instances for SSH with password-based authentication using Ansible: Setting Up Mixed Authentication for Two Instances Using Ansible Introduction: Why Mixed Authentication? In the world of DevOps, you often...Discussansible
Jatin Shastrijatinshastri.hashnode.dev·Nov 14, 2024AWS Static Web Application in few minutesIn this blog I will tell you how you can host a static web application on AWS S3. Here’s a step-by-step guide to help you set it up: Step 1: Create an S3 Bucket 1. Log in to the AWS Management Console.2. Navigate to the S3 service.3. Click on "Create...Discuss·10 likesAWS
Ahmed Salaumedon.hashnode.dev·Nov 13, 2024Unlock the Power of Data: Transforming Insights with AWS QuickSightIn today's data-driven world, turning raw data into actionable insights is crucial. Data visualization plays a key role in unlocking this potential, and AWS QuickSight stands out as a powerful tool for cloud-based analytics. By seamlessly connecting ...DiscussAWS
Jatin Shastrijatinshastri.hashnode.dev·Nov 11, 2024A Comprehensive Guide to AWS Step Functions: Orchestrating Workflows with EaseAWS Step Functions is a managed service that simplifies the coordination of serverless workflows and applications. With a clear visual interface, it allows developers to create, manage, and scale workflows, integrating AWS services seamlessly without...Discuss·10 likesAWS
Amit Mauryaamitmaurya.hashnode.dev·Nov 10, 2024Learn How to Deploy Scalable 3-Tier Applications with AWS ECSIn the previous article, we deployed the 3-tier architecture on GKE (Google Kubernetes Engine) using Jenkins (CI/CD). In this article, we will deploy the same application, Wanderlust, on AWS ECS (Elastic Container Service) with ALB (Application Load ...Discuss·32 readsDevops