nerdexam
Amazon

DBS-C01 · Question #214

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…

The correct answer is A. Update the parameter group in use by the DB instance, and set the require_secure_transport. You can set the require_secure_transport parameter to ON to require SSL/TLS for connections to your DB cluster. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Security

Submitted by jian89· Mar 6, 2026Database Security

Question

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?

Exhibit

DBS-C01 question #214 exhibit

Options

  • AUpdate the parameter group in use by the DB instance, and set the require_secure_transport
  • BConnect to the database, and use ALTER USER to enable the REQUIRE SSL option on the
  • CUpdate the security group in use by the DB instance, and remove port 80 to prevent unencrypted
  • DUpdate the DB instance, and enable the Require Transport Layer Security option.

How the community answered

(28 responses)
  • A
    75% (21)
  • B
    7% (2)
  • C
    4% (1)
  • D
    14% (4)

Explanation

You can set the require_secure_transport parameter to ON to require SSL/TLS for connections to your DB cluster. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Security

Topics

#RDS MySQL#Encryption in transit#SSL/TLS#Parameter groups

Community Discussion

No community discussion yet for this question.

Full DBS-C01 Practice