How do you handle redundancy?

 In

Most of our critical services are highly available with redundancies, load balancing, Multi A-Z deployments etc. e.g Our application servers are horizontally scaled coupled with AWS Elastic Load Balancing (ELB). e.g. Our database storage supports availability across multiple zones in a region via AWS Relational Database Services (RDS).

We do daily backups of our database and take AMI Snapshots (Amazon Machine Images) snapshots of our application servers as emergency backups.