Automate CloudWatch Alarm Creation for EC2 Instances Using AWS Lambda and Boto3In this blog, I will walk you through automating the creation of CloudWatch alarms for EC2 instances using an AWS Lambda function, covering…Mar 16Mar 16
Copy an Amazon AMI Image from One Account to AnotherIn this blog post, we will guide you through the process of copying an AMI from one AWS account to another.Feb 21Feb 21
How to Avoid Unsubscribing All Your Recipients with Amazon SNSEvery email sent by SNS includes an “Unsubscribe” link. For unauthenticated subscriptions, anyone with access to this URL can unsubscribe…Feb 171Feb 171
sHow to Attach an Amazon EFS File System from One Region to an EC2 Instance in Another RegionIn this blog, we will learn how to attach an existing Amazon EFS file system, already mounted in the us-east-1 region, to an EC2 instance…Feb 16Feb 16
How to Encrypt an Unencrypted EBS Volume without Data LossEncrypting an existing EBS (Elastic Block Store) volume that is attached to a running EC2 instance is a crucial step for enhancing data…Nov 1, 2024Nov 1, 2024
Migrate Amazon RDS from One Account to AnotherIn this blog, I will show you how you can migrate an RDS from one account to another without loosing any data.Sep 13, 2024Sep 13, 2024
Create Lambda Function to Stop & Start RDS Aurora ClustersIn this blog, I will explain how to create a Lambda function to automate stopping & starting RDS Aurora clusters.Aug 10, 2024Aug 10, 2024
Set up EKS cluster using TerraformIn this blog, I will show you how to create EKS cluster using terraform Infrastructure As A Code.Jan 24, 20242Jan 24, 20242
Create Custom VPC and Launch EC2 instance using TerraformIn this we will create multiple resources like VPC, subnets, Security groups and also we will launch an ec2 instance using custom vpc.Jan 22, 2024Jan 22, 2024
Terraform OutputWhen we apply the terraform script it is going to store all the output into the terraform state file and we can access information from…Dec 30, 2023Dec 30, 2023