HA Section within HA Flashcards
What are the HA Exam Tips (the chapter on HA only)
- Always design for failure.
- Use multiple AZs and Multiple Regions where ever you can.
- Know the difference between Multi-AZ and Read Replicas for RDS (Read Replicas are for performance, not HA)
- Know the difference between scaling out and scaling up.
- Read the question carefully and always consider the cost element.
What is Cloud Formation?
Cloud formation is a way of completely scripting your cloud environment.
Quick Start is a bunch of Cloud Formation templates already built by AWS Solutions Architects allowing you to create complex environments quickly.
Uses JSON and is advanced compared to Elastic Bean Stalk which is designed more for beginners.
What is Elastic Beanstalk?
With Elastic Beanstalk, you can quickly deploy and manage applications in the AWS Cloud without worrying about the infrastructure that runs these applications. You simply upload your application, and Elastic Beanstalk automatically handles the details of capacity provisioning, load balancing, scaling, and application health monitoring.
Name the 8 “Compute” services?
***Note - only putting this card in HA section because that’s where Cloud Guru mentions it.
- EC2
- Lightsail
- ECR
- ECS
- EKS
- Lambda
- Batch
- Elastic Beanstalk