A data engineer needs to securely store database credentials used by an AWS Glue ETL job. Which THREE steps should the engineer take?
Secrets Manager provides secure storage and rotation.
Why this answer
Options A, B, and D are correct. AWS Secrets Manager securely stores credentials, and the Glue job can retrieve them via the AWS Secrets Manager connector or directly from the service. Option C is wrong because hardcoding credentials is insecure.
Option E is wrong because Parameter Store does not support automatic rotation.