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

Protect EC2 Instances from Accidentally Termination

Zeeshan BaigBlog

Ever wonder what if you accidentally terminate your critical EC2 instances running in AWS environment? if you have not configured autoscaling feature this could result in a bad user experience which means possible revenue loss. Worry not, AWS provides a … Read More