ExamQuestions.com

Register
Login
AWS Certified Advanced Networking Specialty Exam Questions

Amazon

AWS Certified Advanced Networking Specialty

229 / 585

Question 229:

A pharma company is using VPC to deploy all its application & database servers. All this server infrastructure in VPC is deployed using AWS CloudFormation Templates. Based upon user requirements, a large number of servers are deployed on EC2 instances within each VPC. Last week there was a major outage due to the addition and removal of a CIDR range through CloudFormation template in one VPC with critical Database servers. All connectivity from application servers to database servers was hampered due to this modification. Top management needs to have a proactive measure to be set up so that all such outages can be avoided in the future. Which of the following steps can be taken to meet this requirement?

Answer options:

A.Enabled Stack termination protection for each stack.
B.Manually Hard code CIDR range in each template & deny all users from modifying these CIDR ranges.
C.Modify IAM rules so that only restrictive users have permission to update Stack.
D.Create a Stack Policy that will deny users from adding or removing CIDR range(s) within a VPC.