TK sahucloudcraft-with-tk.hashnode.dev·Feb 2, 2025Chapter 2: Identity and Access Management (IAM)Understanding IAM and its role in security Creating and managing IAM users, groups, and roles Applying permissions and security best practices IAM AWS IAM (Identity and Access Management) is a service provided by Amazon Web Services (AWS) tha...10 likesIAM,MFA,Access key ID,Secret access key
TK sahucloudcraft-with-tk.hashnode.dev·Jan 31, 2025AWS DevOps Zero to Hero – 30-Chapter Learning PlanA complete guide for DevOps engineers to master AWS in 30 chapters through real-world projects, presentations, interview questions, and hands-on examples. Chapter 1: Introduction to AWS What is cloud computing? Private vs. Public cloud Why companie...10 likesAWS
Bittu Sharmabittublog.hashnode.dev·Dec 27, 2024AWS IAM (Identity and Access Management)AWS Identity and Access Management (IAM) is a web service that helps you securely control access to AWS resources. With IAM, you can manage users, groups, roles, and policies to ensure that the right permissions are assigned to the right entities. Th...aws devops
Munilakshmi G J100daysdevops.hashnode.dev·Dec 25, 2024Day 61 of 100 Days : Practical Demo – Setting Up AWS CodeBuild for CI -Part 2In today's blog, we're diving into the next step of our continuous integration journey by setting up AWS CodeBuild. This part of the process automates the building and testing of our Python Flask application. So, let's get hands-on and walk through h...AWS
Munilakshmi G J100daysdevops.hashnode.dev·Dec 25, 2024Day 60 of 100 Days : AWS Continuous Integration Demo -Part 1Objective Today, we’ll be setting up an AWS Continuous Integration (CI) pipeline for our Python application. This process involves creating a GitHub repository to store the source code, setting up AWS services like CodePipeline and CodeBuild, and und...codebuild
Hema Sundharam Kollahemasundharamkolla.hashnode.dev·Dec 23, 2024Unlocking the Power of Amazon S3: Essential Tips for New UsersAmazon Simple Storage Service (S3) stands out as one of the most robust and adaptable cloud storage solutions available in the market today. It is renowned for its exceptional durability, reliability, and scalability, which makes it an ideal choice f...The DevOps Cloudbook: AWS EditionS3-bucket
Munilakshmi G J100daysdevops.hashnode.dev·Dec 19, 2024Day 55 of 100 Days : Exploring AWS Elastic Beanstalk – Simplifying Application DeploymentToday, I uncovered the magic of AWS Elastic Beanstalk, a service that takes the hassle out of deploying and managing applications. It’s like having your personal tech assistant who handles all the tough stuff—servers, scaling, monitoring—while you fo...Elastic Beanstalk
Hema Sundharam Kollahemasundharamkolla.hashnode.dev·Dec 1, 2024Building a Scalable and Secure Production-Grade Architecture on AWSAWS architecture Scalable cloud infrastructure Secure AWS deployment High availability AWS AWS VPC setup Auto Scaling Group AWS AWS load balancing AWS security best practices Cloud cost efficiency Multi-AZ deployment 1. Region and Availabili...The DevOps Cloudbook: AWS Editionaws-learnings-projects
Neha Bawaneneha1302.hashnode.dev·Nov 27, 2024Blue Green DeploymentIntroduction Blue-Green Deployment is a technique used in software deployment where two identical environments are set up. The active environment, which is serves live traffic, is called the blue environment, and the idle environment is called the gr...1 like·93 reads#ZeroDowntimeDeployment
Judah Tamirirashe Chisareawsfordevelopers.hashnode.dev·Oct 27, 2024Deploying your first FastAPI application on Amazon EC2Hi there, in this article, we are going to learn how to deploy a fastAPI application to Amazon EC2 Ubuntu server with NGINX. Amazon EC2 (Elastic Compute Cloud) is a web service provided by Amazon Web Services that offers resizable virtual servers in ...AWS