Cutting AWS Expenses: Streamlining EBS Snapshot Cleanup with the Power of AWS Lambda!In this post, I will walk through a cost optimization project involving AWS Lambda with AWS SDK for Python i.e. boto3, where we automate the cleanup of stale EBS snapshots. By doing so, we can effectively optimize storage costs while ensuring that we...Sep 13, 2023·5 min read
How to Configure WordPress on AWS EC2 Instance by Using RDS (Relational Database Service)Aug 31, 2023·8 min read
S3 Programmatic access with AWS-CLIIn the previous blog, I discussed IAM Programmatic access with AWS CLI. In this blog, I will explain S3, and how to access it with AWS CLI. S3: Amazon S3 (Simple Storage Service) is a scalable object storage service that Amazon Web Services (AWS) pro...Aug 21, 2023·9 min read
Create IAM user using AWS CLI-Programmatic accessIn the previous blog, we learned about load balancers and different kinds of ELB provided by AWS. In this blog let's learn about IAM Programmatic access and AWS CLI. In this blog topics Covered🎯 IAM Programmatic access and AWS CLI🎯 How to create AW...Aug 18, 2023·7 min read
Setting up an Application Load Balancer with AWS EC2 automated environmentIn the previous blog, I automated EC2 instances using launch templates. In this blog let's learn about Load balancing and Load balancers in AWS. What is Load Balancing? Load balancing is a technique that distributes network or application traffic acr...Aug 17, 2023·9 min read
Automated Jenkins-Docker environment on AWS EC2 using Launch Templates and Auto-Scaling Groups.Hello Learners, Welcome to day 40 of the #90DaysOfDevOps challenge initiated by Shubham Londhe . In the previous blog, we learned about User Data and IAM. Let's learn how to automate EC2 using Launch Templates and Auto Scaling Groups. Instances can b...Aug 16, 2023·5 min read
Launch EC2 Instance with Pre-installed Jenkins and Docker Using User Data and Understanding IAM roles☁Hello Learners, Welcome to day 39 of the #90DaysOfDevOps challenge initiated by Shubham Londhe . In my previous blogs, I have learned about Identity And Access management (IAM). In this blog, I will focus on Automating Instance Setup in Amazon EC2 w...Aug 11, 2023·8 min read
Getting Started with ☁AWS: Identity And Access management (IAM)Hello Learners, Welcome to day 38 of the #90DaysOfDevOps challenge initiated by Shubham Londhe . In my previous blogs, I have learned about Kubernetes. From today we will start learning AWS services useful for DevOps engineers. In this blog, I will f...Aug 9, 2023·4 min read