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 …
AWS Certified Solutions Architect Study Guide
AWS Certified Solutions Architect Study Guide
( old post version here)
1) EC2 – Elastic Computer
#EC2 STORAGE#
EC2 support 2 types of block devices does Amazon EC2 support, …
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 …
How to mount xfs
How to mount xfs
#Find the new disk
fdisk -l
#Create the partition ( n,1,w)
fdisk /dev/xvdf
#Needed
yum install xfsprogs.x86_64 xfsdump-3.1.3-5.7.amzn1.x86_64
#Make the files system
mkfs.xfs -f /dev/xvdf
#Prepare …
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 …
Amazon Leadership Principles
Amazon Leadership Principles aren’t just a pretty inspirational wall hanging. These Principles work hard. Amazonians use them, every day, whether they’re discussing ideas for new projects, deciding on the best …