1
The Basics
DevOps@RajeshKumar.XYZ
“All service interfaces, without exception, must be designed from the ground up to be externalizable.” –Attributed to Jeff Bezos
Why does this matter?
|
|
Install CLI on Windows
2
3
“You can achieve cost optimization using techniques to select the appropriate architecture, reduce unused resources, and select the most economical approach.”
http://d0.awsstatic.com/whitepapers/architecture/AWS_Well-Architected_Framework.pdf
Generate instance inventory monthly and use EC2 tag values to identify candidates for resizing
Example: Filter EC2 instances for application X and downsize any that have max CPU percentage less than 30
4
5
6
7
|
|