Terraform Infrastructure as code (IAC)
Most AWS people knows and use Cloud Formation but how about making it much easier to use.
Today I tested the Terraform solution by Hashi …
amazon aws consulenza
script to check aws status
This is a bash script made to work with nagios and to automaticly check Amazon AWS status
based on the RSS from http://status.aws.amazon.com/
I did find something similar in Ruby …
Setup AWS S3 Policy
S3 is a great place to keep logs data or even backups.
Monthly Basic cost:
S3 U$ 0.02 p/ GB (with Reduce Redundancy).
Glacier only U$ 0.01 p/ GB
For …
aws backup script
This is a robust script that backups all instances that have a TAG, Backup=TRUE
it generates a AMI images, and snapshots of each Volume, also a nice e-mail with a …
AWS Lambda
Today I tested the amazing Lambda and I was able to automaticly process images, generating thumbnails by just copying an image into a S3 bucket.
I followed the Walkthrough at…
AWS Cloud Watch bash script
This script was written by me a while back (still has an old version of the CLI)
I found a minor bug, when using non integer values (decimal values) causes …