DBS-C01 • Practice Exam 55
Free DBS-C01 practice exam — 20 questions with explanations. Set 55. No signup required.
Refer to the exhibit. A DBA deploys this CloudFormation stack. After creation, the DBA needs to enable deletion protection for the DB instance. Which modification to the template would accomplish this?
Refer to the exhibit.
-- CloudFormation template snippet:
Resources:
MyDBInstance:
Type: AWS::RDS::DBInstance
Properties:
DBInstanceClass: db.r5.large
Engine: MySQL
MultiAZ: true
DBName: mydb
MasterUsername: admin
MasterUserPassword: mypassword
DBSubnetGroupName: !Ref MyDBSubnetGroup
VPCSecurityGroups:
- !Ref MySecurityGroup
StorageType: gp2
AllocatedStorage: 100