exam questions

Exam AWS Certified Database - Specialty All Questions

View all questions & answers for the AWS Certified Database - Specialty exam

Exam AWS Certified Database - Specialty topic 1 question 204 discussion

Exam question from Amazon's AWS Certified Database - Specialty
Question #: 204
Topic #: 1
[All AWS Certified Database - Specialty Questions]

A company conducted a security audit of its AWS infrastructure. The audit identified that data was not encrypted in transit between application servers and a
MySQL database that is hosted in Amazon RDS.
After the audit, the company updated the application to use an encrypted connection. To prevent this problem from occurring again, the company's database team needs to configure the database to require in-transit encryption for all connections.
Which solution will meet this requirement?

  • A. Update the parameter group in use by the DB instance, and set the require_secure_transport parameter to ON.
  • B. Connect to the database, and use ALTER USER to enable the REQUIRE SSL option on the database user.
  • C. Update the security group in use by the DB instance, and remove port 80 to prevent unencrypted connections from being established.
  • D. Update the DB instance, and enable the Require Transport Layer Security option.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Pranava_GCP
1 year, 8 months ago
Selected Answer: A
A. Update the parameter group in use by the DB instance, and set the require_secure_transport parameter to ON https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/mysql-ssl-connections.html "Use the require_secure_transport parameter to require that all user connections to your MySQL DB instance use SSL/TLS. By default, the require_secure_transport parameter is set to OFF. You can set the require_secure_transport parameter to ON to require SSL/TLS for connections to your DB instance."
upvoted 3 times
...
cloudsunriser
2 years, 8 months ago
Selected Answer: A
https://aws.amazon.com/about-aws/whats-new/2022/08/amazon-rds-mysql-supports-ssl-tls-connections/
upvoted 2 times
...
mbar94
2 years, 9 months ago
Selected Answer: A
It's A. https://aws.amazon.com/about-aws/whats-new/2022/08/amazon-rds-mysql-supports-ssl-tls-connections/
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...