AWS Certified Solutions Architect – Professional — Question 182

IAM Secure and Scalable is an organization which provides scalable and secure SAAS to its clients. They are planning to host a web server and App server on
AWS VPC as separate tiers. The organization wants to implement the scalability by configuring Auto Scaling and load balancer with their app servers (middle tier) too.
Which of the below mentioned options suits their requirements?

Answer options

Correct answer: D

Explanation

The correct answer is D because an Internal Load Balancer is appropriate for distributing traffic among application servers within a private network, ensuring security and efficiency. Option A suggests using HAProxy, which is unnecessary when AWS provides a suitable solution. Option B would expose the app servers to the internet, which contradicts the requirement for a scalable internal architecture. Option C incorrectly suggests using EC2-CLASSIC, which is outdated and not applicable in this context.