Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A company uses AWS Lambda functions to access an Amazon RDS database. The security policy mandates a database password change every 30 days. Identify the most secure method to automate this requirement.
A
Update Lambda environment variables with new credentials and redeploy every 30 days.
B
Utilize AWS Secrets Manager with a configured 30-day rotation for credentials.
C
Use AWS Systems Manager Parameter Store with a 30-day rotation schedule for secure strings.
D
Place credentials in an encrypted Amazon S3 bucket with a 30-day key rotation policy.