Questions
- 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?
- CLB
- NLB
- ALB
- Path-based load balancer
- 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?
- Internet-facing
- Internal load balancer
- Dynamic load balancer...