Question 47:
An application uses AWS RDS SQL Server instance as the database backend. A DBA wishes to take a SQL Server native backup of a database. What action must he perform to enable this requirement?
Answer options:
A.Create a new Option Group and configure SQLSERVER_BACKUP_RESTORE option.Associate the option group with the DB instance. B.Create a new DB Parameter Group and configure the SQLSERVER_BACKUP_RESTORE system parameter.Associate the DB Parameter Group with the DB instance. C.Use the AWS CLI create-db-snapshot command to create a backup of the RDS instance. D.Ensure that RDS automated backup feature is configured on the RDS instance.