Told you, we love sharing!
Amazon CloudFront Allow us to monitor our website or application using CloudWatch.Using metrics, we can specify a time interval of as little as one minute for time periods in the previous two weeks. Following cloudwatch metrics are provided by CloudFront. 1. Requests – Number of requests for all HTTP methods and for both HTTP and...
Yesterday AWS rolled out the new feature to enhance security for IAM user Access and Secret Key.Going forward now, IAM reports the time stamp when access keys were last used along with the region and the AWS service that was accessed.All these details can be seen from the IAM console, programmatically via the API/CLI/SDK, or in the...
Since we have already covered the basic configuration and installation of boto in the previous blog by @Vikash, Here we will be discussing about one of the common use case of daily routine. In this script we will find out the snapshot of the particular volume in specific region.So parameter to find the snapshots are Region:In which...
Once Again My blog is about Auto-Scaling.Where we can setup the Auto-Scaling for the running instance. As this could one of the scenarios where you need to implement Auto Scaling for your existing applications, and want to do so without having to shut down your instances.And same was announced by AWS in month jan 2014. To create an...
Typically there could be some scenario , when a scale in event occurs and Auto Scaling determines that an instance is no longer necessary, it immediately puts the instance into Terminating state. The instance remains in this state until the instance fully terminates. By default, We cannot connect to an instance that is terminating ...
When placing nginx web servers behind a Elastic load balancer , the client IP address from the browser is replaced with the IP address of the load-balancer. This makes difficult to analysis the location of IP Here’s how you can fix it and capture the real IP. Prerequisite Make sure you have http_realip_module...
PageSpeed speeds up your site and reduces page load time. This open-source webserver module automatically applies web performance best practices to pages and associated assets (CSS, JavaScript, images) without requiring that you modify your existing content or workflow.Click here for more technical information . By Default , nginx...