Slide 57
Slide 57 text
Tools, Tools, and More Tools
● Can write scripts using AWS CLI tools.
● Can use the Web Console.
● Useful for viewing graphs on CloudWatch, etc.
● CloudFormation lets you write your infrastructure in JSON, create stacks
that can be deployed over and over. (Bonus: keep your infrastructure in
version control!)
● OpsWorks, uses Chef recipes, it's just point/click and does most of the
work for you.
● DB layer, load balancer layer, cache layer, etc.
● Schedule periods of higher support.
● Scale based on latency or other factors, instead of just time-based.