nerdexam
Fortinet

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…

FortiGate-VM Architectures in AWS

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

FCSS_CDS_AR-7.6 question #66 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)
  • A
    9% (5)
  • B
    28% (16)
  • C
    48% (28)
  • D
    16% (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

#CloudFormation change set#replacement resource#service interruption#AWS IaC

Community Discussion

No community discussion yet for this question.

Full FCSS_CDS_AR-7.6 Practice