HA Architecture Flashcards

1
Q

Elastic Beanstack

A

Elastic Beanstalk is intended to make developers’ lives easier. CloudFormation is intended to make systems engineers’ lives easier. Elastic Beanstalk is a PaaS-like layer ontop of AWS’s IaaS services which abstracts away the underlying EC2 instances, Elastic Load Balancers, auto scaling groups, etc

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

504 error

A

means gateway has timeout waiting for app to respond. It could be either the webserver layer, app layer or database layer

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

Load balancers IP address

A

App and classic lb are given dns names and you are never given an ip address.
Network LB are also given a dns name however you can get an ip address

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

Cross zone load balancing

A

Enables you to load balance across availability zones

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

Elastic Beanstack functions

A

You simply upload your app, beanstalk automatically handles capacity provisioning, load balancing, scaling and app health monitoring.

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