A plug and play solution to automatically stop your RDS instances or Aurora clusters once restarted by AWS in order not to fall behind maintenance activities.
Lambda Function / Python Script to reproduce the forecast numbers we see at the top of AWS Cost Explorer and post a one-line update to Slack. Example output: Forecast: $7,275 (+7.19%)
PyPI package for 1) conversion cost values (less is better) to fitness values (more is better) and vice versa, 2) using fast neural networks for forward propagation
We want reduce costs in our AWS account. Normally in DEVs accounts we have a lot of AMIs, Snapshots, Volumes that users forget to delete and it doesn't remove automatically when you destroy an EC2 Instance. This small script help you to identify them to take some action.
Currently IIAS identifies idle instances by evaluating if the instances have less than 10% CPU Utilization for 2 hours.
This period of should be a user modifiable input with a default value
A novel technique to minimize the cost of computation on amazon ec2 spot instances through job migration based on spot score - a measure based upon historical spot prices that reflect on the probabilistic tendency of current spot price changes.
The customer usually records the accessing behavior by enabling CloudTrail data event or S3 bucket server log. S3 bucket server log will be store as none hierarchy layout. When analyze the S3 bucket server log by Athena, the response time usually is slow. This code snippet provides a optimization method.
Currently IIAS identifies idle instances by evaluating if the instances have less than 10% CPU Utilization for 2 hours.
This period of should be a user modifiable input with a default value