Podcast
Questions and Answers
What is the goal of high availability?
What is the goal of high availability?
Which type of scalability is common for modern web applications?
Which type of scalability is common for modern web applications?
What is the key difference between vertical and horizontal scaling?
What is the key difference between vertical and horizontal scaling?
In the context of EC2, what is the role of Load Balancers?
In the context of EC2, what is the role of Load Balancers?
Signup and view all the answers
Which term refers to increasing the number of instances of an application?
Which term refers to increasing the number of instances of an application?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
Elastic Load Balancer helps in ensuring what aspect of an application?
Elastic Load Balancer helps in ensuring what aspect of an application?
Signup and view all the answers
What does Auto Scaling Group facilitate in terms of scalability?
What does Auto Scaling Group facilitate in terms of scalability?
Signup and view all the answers
What feature of SSL certificates does the Application Load Balancer (v2) support?
What feature of SSL certificates does the Application Load Balancer (v2) support?
Signup and view all the answers
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?
Signup and view all the answers
What is the purpose of Connection Draining in Elastic Load Balancers?
What is the purpose of Connection Draining in Elastic Load Balancers?
Signup and view all the answers
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?
Signup and view all the answers
What does an Auto Scaling Group (ASG) aim to achieve?
What does an Auto Scaling Group (ASG) aim to achieve?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
How does an Application Load Balancer ensure high availability?
How does an Application Load Balancer ensure high availability?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
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'?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers