ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

313 / 500

Question 313:

You are in charge of maintaining several AWS CloudFormation StackSets in a large organization. One StackSets was created to configure infrastructure resources such as IAM roles and security groups in several regions for a web application. Recently, due to certain new features of the application, one parameter value of the CloudFormation StackSets needs to be updated. However, this update is only required for two regions and the other regions should not be changed for the parameter. How should you implement this?

Answer options:

A.Parameters of StackSets can only be modified for all regions. This operation cannot be done unless the CloudFormation stacks in these two regions are removed from the StackSets.
B.Parameters of StackSets can not be modified for selected regions. Deregister these two regions from the StackSets and then create a new StackSet with new parameters in these two regions.
C.Choose Override StackSet parameters from the Actions menu. Specify the two regions that you want to modify and then override the StackSet parameters for these regions.
D.Choose Edit StackSet Details from the Actions menu. Specify the two regions that you want to change and then modify the StackSet parameters for only these two regions.