Podcast
Questions and Answers
What is the goal of high availability?
What is the goal of high availability?
- To vertically scale an application
- To increase the number of systems for an application
- To survive a data center loss (correct)
- To provide unlimited scalability
Which type of scalability is common for modern web applications?
Which type of scalability is common for modern web applications?
- Static scalability
- Horizontal scalability (correct)
- Vertical scalability
- Diagonal scalability
What is the key difference between vertical and horizontal scaling?
What is the key difference between vertical and horizontal scaling?
- Vertical scaling involves adding more instances, while horizontal scaling increases instance size
- Vertical scaling increases instance size, while horizontal scaling adds more instances/systems (correct)
- Vertical scaling is used in cloud environments, while horizontal scaling is used in on-premise setups
- Vertical scaling implies distributed systems, while horizontal scaling is limited to single-server setups
In the context of EC2, what is the role of Load Balancers?
In the context of EC2, what is the role of Load Balancers?
Which term refers to increasing the number of instances of an application?
Which term refers to increasing the number of instances of an application?
What does running instances for the same application across multi AZ contribute to?
What does running instances for the same application across multi AZ contribute to?
In the context of high availability, what does passive high availability refer to?
In the context of high availability, what does passive high availability refer to?
Elastic Load Balancer helps in ensuring what aspect of an application?
Elastic Load Balancer helps in ensuring what aspect of an application?
What does Auto Scaling Group facilitate in terms of scalability?
What does Auto Scaling Group facilitate in terms of scalability?
What feature of SSL certificates does the Application Load Balancer (v2) support?
What feature of SSL certificates does the Application Load Balancer (v2) support?
Which Load Balancer type uses Server Name Indication (SNI) to support multiple SSL certificates?
Which Load Balancer type uses Server Name Indication (SNI) to support multiple SSL certificates?
What is the purpose of Connection Draining in Elastic Load Balancers?
What is the purpose of Connection Draining in Elastic Load Balancers?
Which Load Balancer type stops sending new requests to an EC2 instance that is de-registering?
Which Load Balancer type stops sending new requests to an EC2 instance that is de-registering?
What does an Auto Scaling Group (ASG) aim to achieve?
What does an Auto Scaling Group (ASG) aim to achieve?
What is the key function of Server Name Indication (SNI) in Load Balancers?
What is the key function of Server Name Indication (SNI) in Load Balancers?
What is a key feature of Application Load Balancers in handling downstream instances?
What is a key feature of Application Load Balancers in handling downstream instances?
How does an Application Load Balancer ensure high availability?
How does an Application Load Balancer ensure high availability?
In what way does SSL termination (HTTPS) play a role in Application Load Balancers?
In what way does SSL termination (HTTPS) play a role in Application Load Balancers?
Why is spreading the load across multiple downstream instances essential for a load balancer?
Why is spreading the load across multiple downstream instances essential for a load balancer?
Which factor makes using an Elastic Load Balancer more appealing compared to setting up your own load balancer?
Which factor makes using an Elastic Load Balancer more appealing compared to setting up your own load balancer?
How does enforcing stickiness with cookies contribute to the efficiency of an Application Load Balancer?
How does enforcing stickiness with cookies contribute to the efficiency of an Application Load Balancer?
What does the health check response '200 (OK)' indicate about an instance in the context of Load Balancers?
What does the health check response '200 (OK)' indicate about an instance in the context of Load Balancers?
Which layer of the OSI model does the Application Load Balancer (ALB) operate at?
Which layer of the OSI model does the Application Load Balancer (ALB) operate at?
What is a feature of Application Load Balancers (ALB) that makes them a great fit for microservices and container-based applications?
What is a feature of Application Load Balancers (ALB) that makes them a great fit for microservices and container-based applications?
In an Application Load Balancer (ALB), what type of routing is based on the path in a URL such as 'example.com/users'?
In an Application Load Balancer (ALB), what type of routing is based on the path in a URL such as 'example.com/users'?
What is a notable feature of Application Load Balancers (ALB) related to handling HTTP/2 and WebSockets?
What is a notable feature of Application Load Balancers (ALB) related to handling HTTP/2 and WebSockets?
How can Application Load Balancers (ALB) route traffic based on different target groups?
How can Application Load Balancers (ALB) route traffic based on different target groups?
In an Application Load Balancer (ALB), what does the X-Forwarded-For header provide for the application servers?
In an Application Load Balancer (ALB), what does the X-Forwarded-For header provide for the application servers?
Flashcards are hidden until you start studying