ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

554 / 690

Question 554:

You are taking over the AWS platform in your organization. You were asked to build a new application that would require a fleet of 20 EC2 instances inside a private VPC that should communicate with each other and no traffic going into the EC2 instances from the internet but should receive requests from all other EC2 instances inside the VPC. When you looked at the existing VPC, it was created with 10.10.0.0/24 CIDR range containing only 256 IP addresses. You noticed that 8 subnets were consuming all 256 IP addresses with /27 CIDR ranges. How can you change the CIDR range of the VPC?

Answer options:

A.Create a new VPC, setup 20 EC2 instances in new VPC and peer with existing VPC.B.Add secondary CIDR range for the VPC.C.Edit subnet CIDR ranges to /28 and free up unused IP addresses.
D.Launch EC2 instances in different subnets and setup Network ACLs and Security Groups to allow traffic between EC2 instances.