Blog

Lambda function for auto AMI Creation (AWS EC2)

How to create backup of ec2 instances using AWS lambda function

This article focuses on how to create automatic backup strategy for AWS EC2 instances, One of the ways to take backup of the whole server which is easily recoverable in case of emergency is taking AMI of the EC2 instances. For your live server. You may want to create automatic triggers which create AMIs at times for backup purposes. With help of this article you can create Lambda function and trigger it to create AMI, benefits of using Lambda function includes, you only pay when you use to run that function, at idle times, you donโ€™t need to pay and do not require to manage additional servers for this purpose.

AWS S3: Private Bucket vs Public Bucket

This article discusses AWS S3 – private and public bucket.It is important to know when and when not your resources should be public. Sensitive user data/information should only be accessible via some authentication method, and the information that is intended for every user/world, should be marked as public. This article helps you setup both of the environment