ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

597 / 690

Question 597:

You have an AWS setup with an existing VPC in us-east-1. You have a fleet of 20 EC2 instances attached to EFS with mount targets on all existing VPC’s availability zones. Your organization had requested you to replicate the same setup in another VPC within us-east-1 keeping the same EFS volume. How will you achieve this?

Answer options:

A.Attach new VPC to existing EFS, create new mount targets for new VPC and mount EFS on EC2 instances within new VPC.B.Create a new VPC. Establish a VPC peering connection between the VPCs. Use the instances that are created in the new VPC to access the already existing EFS with mount targets.
C.EFS is available for all VPCs within a region by default. Mount EFS on new EC2 instances and configure EFS security group to allow inbound traffic.
D.EFS can be used only within one VPC at a time. You need to launch EC2 instances in existing VPC.