ExamQuestions.com

Register
Login
AWS Certified Database Specialty Exam Questions

Amazon

AWS Certified Database Specialty

12 / 145

Question 12:

A user is connecting to a SQL Server on the Amazon RDS database. How should the user configure the connection parameters so that the client connection is protected against man-in-the-middle attack?

Answer options:

A.--ssl-ca=/home/myuser/rds-combined-ca-bundle.pem --ssl-mode=require
B.--ssl-ca=/home/myuser/rds-combined-ca-bundle.pem --ssl-mode=verify-full
C.encrypt=true;trustServerCertificate=true
D.encrypt=true;trustServerCertificate=false
E.Set ssl_server_dn_match property to true