Question 10:
The database administrator is looking for options to store credentials for a database configured in the Amazon EC2 instance. To meet security guidelines, credentials need to be rotated regularly. These instances are already integrated with the AWS Parameter store for storing configuration files. Team Lead is looking for a consistent way to call secrets from the existing configuration scripts. What can be done to achieve this requirement?
Answer options:
A.Create a secret in AWS Parameter Store & Create a Use reference path aws/reference/parameterstore/secrets_id from Parameter Store. B.Create a secret in AWS Secrets Manager & Create a Use reference path aws/reference/parameterstore/ secrets_id from Parameter Store. C.Create a secret in AWS Parameter Store & Create a Use reference path aws/reference/secretsmanager/ secrets_id from Parameter Store. D.Create a secret in AWS Secrets Manager & Use reference path /aws/reference/secretsmanager/ secrets_id from Parameter store.