Classic Solutions Architecture Discussions Flashcards
What type of DNS record do you need to point to a load balancer?
An Alias record because the IP address is changing all of the time.
What is elastic beanstalk?
Elastic beanstalk is a managed service that automatically handles capacity provisioning, load balancing, scaling application health monitoring, instance configuration.
What are the components of beanstalk?
Application: A collection of elastic beanstalk components (Environments, versions, configs..)
Application Version: An iteration of your application code
Environment - Collections of AWS resources runing an application version (only one at a time), Tiers: webserver environment tier and worker env tier,
You can create multiple environments (dev, test prod)
What is the lifecycle of a beanstalk application
- Create an application
- Upload a version
- Launch environment
- Manage the environment
For new versions, repeat as needed from step 2