AWS Certified Solutions Architect – Professional — Question 63

An organization is setting up a highly scalable application using Elastic Beanstalk.
They are using Elastic Load Balancing (ELB) as well as a Virtual Private Cloud (VPC) with public and private subnets. They have the following requirements:
- All the EC2 instances should have a private IP
- All the EC2 instances should receive data via the ELB's.
Which of these will not be needed in this setup?

Answer options

Correct answer: A

Explanation

The correct answer is A because launching EC2 instances in a public subnet contradicts the requirement for them to have private IPs. Options B, C, and D are necessary for proper routing and traffic management between the ELB and the EC2 instances within a VPC.