Classic Solutions Architecture Discussions Flashcards

1
Q

What type of DNS record do you need to point to a load balancer?

A

An Alias record because the IP address is changing all of the time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is elastic beanstalk?

A

Elastic beanstalk is a managed service that automatically handles capacity provisioning, load balancing, scaling application health monitoring, instance configuration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the components of beanstalk?

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the lifecycle of a beanstalk application

A
  1. Create an application
  2. Upload a version
  3. Launch environment
  4. Manage the environment

For new versions, repeat as needed from step 2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly