Cloud Architecture Flashcards
A design where components have minimal dependencies on one another is called?
Loosely couples architecture
Name one advantage to loosely coupled vs tightly coupled architecture
The failure of a single component does not cause other components to fail.
What AWS feature ensures that the desired number of EC2 instances are running in your application even as demand for your application changes?
Auto scaling group
What AWS service distributes incoming application traffic across multiple targets and virtual appliances in one or more Availability Zones?
Amazon Elastic Load Balancing
What does an auto scaling group do?
An auto scaling group adjusts the number of Amazon EC2 instances in response to changes in demand for the application promoting availability and scalability.
What does an Amazon Elastic Load Balancer (ELB) do?
An Amazon Elastic Load Balancer (ELB) enhances the availability and fault tolerance of your applications by evenly distributing traffic, ensuring that no single server or resource is overwhelmed with request.