AWS CCP Notes

Search

Search IconIcon to open search

26-09 High Availability and Elasticity on AWS

Last updated Aug 27, 2023 Edit Source

# Examples

  1. You are planning on developing a website in multiple languages such that you have one fleet of EC2 instances that serves the English version of your site and another fleet that serves the Spanish version of your site. For each language version, you will be configuring URLs with different paths such that the English version of your site will contain /en/ in the path and the Spanish version will contain /es/. Which type of load balancer would you use to route traffic to ensure users connect to the site in their desired language?
  1. You are building a multi-tier architecture with web servers placed in the public subnet and application servers placed in the private subnet of your VPC. You need to deploy ELBs to distribute traffic to both the web server farm and the application server farm. Which type of load balancer would you choose to distribute traffic to your application servers?
  1. Which ELB is ideal for handling volatile workloads and can scale to millions of requests per second?
  1. Which configuration feature of the AWS Auto Scaling service enables you to define a maximum number of EC2 instances that can be launched in your fleet?
  1. When an ELB detects an unhealthy EC2 instance, which action does it perform regarding distributing incoming traffic?
  1. Which service does an AWS ALB integrate with to protect your applications from common web attacks?

# Answers

Answer

  1. C
  2. B
  3. B
  4. A
  5. C
  6. A