FCSS_CDS_AR-7.6 · Question #66
Refer to the exhibit. The exhibit shows partial output of changes that AWS found after you created a new change set. What can you conclude from this output if you decide to execute this change set?
The correct answer is C. You should refer to the AWS documentation to prevent unplanned service interruptions. The change set shows a conditional replacement when modifying the EC2 instance type from t3.micro to t3.small. This means AWS CloudFormation might either update the instance in place or replace it, depending on AWS service behavior. Since this could lead to unplanned service…
Question
Refer to the exhibit. The exhibit shows partial output of changes that AWS found after you created a new change set. What can you conclude from this output if you decide to execute this change set?
Exhibit
Options
- ACloudFormation will check your account quota before executing the change set, to prevent errors.
- BResources deployed successfully will remain, even if other resources fail during execution.
- CYou should refer to the AWS documentation to prevent unplanned service interruptions.
- DExecuting this change set will create a new VM, unless you do not have proper permissions.
How the community answered
(58 responses)- A9% (5)
- B28% (16)
- C48% (28)
- D16% (9)
Explanation
The change set shows a conditional replacement when modifying the EC2 instance type from t3.micro to t3.small. This means AWS CloudFormation might either update the instance in place or replace it, depending on AWS service behavior. Since this could lead to unplanned service interruptions (for example, instance replacement causing downtime), the administrator should consult AWS documentation before executing.
Topics
Community Discussion
No community discussion yet for this question.
