Question 143:
An application is deployed and running on an EC2 instance. The application uses Amazon RDS as a database. What is the secure method to authenticate to the Amazon RDS database from the EC2 application?
Answer options:
A.Store the access key ID and secret access key in the System Manager Parameter Store. B.Use an IAM user and role, and generate an authentication token. C.Embed database user id and password in the application source code. D.Store credentials in the EC2 instance user data.