Blog

What and How: NGINX – Browser caching and gzip compression

Are you facing issues like your site loads slower and want to optimize it?
Do you want to cache some objects at browser end?

If yes, this article is for you.
It focuses on how to compress objects while serving to client(browser) and how to add caching time for browsers meaning for how much time objects will be cached at browser end before it call server again for it again and again.

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.