Multiple Choice
A company is developing a new web application. An AWS CloudFormation template was created as a part of the build process. Recently, a change was made to an AWS::RDS::DBInstance resource in the template. The CharacterSetName property was changed to allow the application to process international text. A change set was generated using the new template, which indicated that the existing DB instance should be replaced during an upgrade. What should a database specialist do to prevent data loss during the stack upgrade?
A) Create a snapshot of the DB instance. Modify the template to add the DBSnapshotIdentifier property with the ID of the DB snapshot. Update the stack.
B) Modify the stack policy using the aws cloudformation update-stack command and the set-stack-policy command, then make the DB resource protected.
C) Create a snapshot of the DB instance. Update the stack. Restore the database to a new instance.
D) Deactivate any applications that are using the DB instance. Create a snapshot of the DB instance. Modify the template to add the DBSnapshotIdentifier property with the ID of the DB snapshot. Update the stack and reactivate the applications.
Correct Answer:

Verified
Correct Answer:
Verified
Q3: A database specialist is responsible for an
Q4: An ecommerce company is using Amazon DynamoDB
Q5: A financial company recently launched a portfolio
Q6: A company has a heterogeneous six-node production
Q7: A company is running a website on
Q9: A company is running an Amazon RDS
Q10: The Amazon CloudWatch metric for FreeLocalStorage on
Q11: A company is using Amazon RDS for
Q12: A large company is using an Amazon
Q13: A company developed a new application that