
Answer-first summary for fast verification
Answer: Enable encryption in transit using SSL/TLS for connections between the Elastic Beanstalk environment and the RDS database.
To ensure the confidentiality and integrity of data in transit between the Elastic Beanstalk environment and an Amazon RDS database, it is crucial to enable encryption in transit using SSL/TLS for connections between the two services. This encrypts the data as it moves between the Elastic Beanstalk environment and the RDS database. Encryption at rest (A) protects data when stored but does not address data in transit. Storing database credentials as an environment property (B) is a security risk and does not provide any encryption for data in transit. Versioning (D) helps in maintaining the version history of objects but does not provide any encryption or protection for data in transit.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your company is using AWS Elastic Beanstalk to deploy and manage applications. To ensure the confidentiality and integrity of data in transit between the Elastic Beanstalk environment and an Amazon RDS database, which of the following steps should you take?
A
Enable encryption at rest for the RDS database.
B
Configure the Elastic Beanstalk environment to use an environment property to store database credentials.
C
Enable encryption in transit using SSL/TLS for connections between the Elastic Beanstalk environment and the RDS database.
D
Enable versioning for the RDS database.