AWS How to Copy EBS Volumes to Different Account

Zeeshan BaigBlog

Overview It is common for an organization to have multiple AWS accounts, In my opinion, it’s a best practice to have different accounts for DEV, QA, and PROD environments. One of the reasons, just in case of any security compromise … Read More

Terraform Using AWS S3 Remote Backend

Zeeshan BaigBlog

Overview These days Terraform is the industry’s go-to tool for Infrastructure automation. Terraform allows you to write infrastructure as a code, which you can manage via source control and one of many benefits is that you can keep track of … Read More

Key Changes Under GDPR

Zeeshan BaigBlog

We all probably now familiar with the term GDPR, if not then you have probably 100s of unread emails in your inbox on updated Privacy Policy from every account you signed up for. The term GDPR stands for General Data Protection Regulation. As per Wikipedia: The General Data Protection … Read More

How to Collect Custom Metrics from AWS EC2 Instances

Zeeshan BaigBlog

Overview Monitoring is a critical part of any cloud infrastructure and it is important to maintain reliability, availability, and performance of your AWS cloud applications. There are 2 main types of monitoring you can do on AWS EC2 Instances as … Read More

Assigning Public IPs to AWS EC2 Instances

Zeeshan BaigBlog

Quick post today, recently a customer asked us that they have created a new VPC in AWS but when they launch an EC2 instance in a public subnet, they don’t see a public IP assigned to it. To assign automatically … Read More

AWS How to Copy EC2 Instances to another Account

Zeeshan BaigBlog

Overview Recently one of our customers came up with a requirement to merge assets into one single AWS account, there are some other ways such AWS Organization to manage multiple AWS accounts but in this case, the requirement was clear … Read More