ExamQuestions.com

Register
Login
AWS Certified Database Specialty Exam Questions

Amazon

AWS Certified Database Specialty

97 / 145

Question 97:

A company security policy mandates that all connections to databases must be encrypted. How can DBA enforce that all client connections to an Amazon Aurora PostgreSQL DB cluster are encrypted?

Answer options:

A.Set rds.force_ssl parameter to 1
B.Set –ssl-mode to REQUIRED
C.Set encrypt parameter to true
D.Execute ALTER USER SQL command with REQUIRE SSL option