Top Banner
Daily Cloud Issues by Anton Pogoryelyi Inspired by #devopsreactions
10

Daily AWS Issues

Feb 07, 2017

Download

Software

Anton Pohorilyi
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Daily AWS Issues

Daily Cloud Issuesby Anton PogoryelyiInspired by #devopsreactions

Page 2: Daily AWS Issues

Agenda

▪ Design for failures▪ Be aware of your limits▪ ELB scaling▪ AWS tools

Page 3: Daily AWS Issues

Design for failures

▪ Any of your instances can be retired at any moment

▪ Instance can freeze (ping works) and Cloudwatch reports it’s live

Page 4: Daily AWS Issues

Design for failures

▪ Any of your instances can be retired at any moment

▪ Instance can freeze (ping works) and Cloudwatch reports it’s live

Page 5: Daily AWS Issues

AWS Limits

▪ AWS service limits▪ AWS VPC limits▪ Tagging restrictions▪ S3 restrictions

Page 6: Daily AWS Issues

AWS Limits

▪ AWS service limits▪ AWS VPC limits▪ Tagging restrictions▪ S3 restrictions

Page 7: Daily AWS Issues

ELB ScalingZero-downtime deployment architecture

Page 8: Daily AWS Issues

ELB ScalingZero-downtime deployment architecture

Page 9: Daily AWS Issues

AWS Tools

▪ A lot of various tools and various issues

▪ Be careful with API (use filtering)▪ Be careful with defaults▪ Use AWS Universal CLI

Page 10: Daily AWS Issues

AWS Tools

▪ A lot of various tools and various issues

▪ Be careful with API (use filtering)▪ Be careful with defaults▪ Use AWS Universal CLI