HA Architecture Flashcards
Elastic Beanstack
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
504 error
means gateway has timeout waiting for app to respond. It could be either the webserver layer, app layer or database layer
Load balancers IP address
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
Cross zone load balancing
Enables you to load balance across availability zones
Elastic Beanstack functions
You simply upload your app, beanstalk automatically handles capacity provisioning, load balancing, scaling and app health monitoring.