Is the encryption of connections between my application and my DB Instance using SSL for the MySQL server engines available?

Is the encryption of connections between my application and my DB Instance using SSL for the MySQL server
engines available?

Is the encryption of connections between my application and my DB Instance using SSL for the MySQL server
engines available?

A.
Yes

B.
Only in VPC

C.
Only in certain regions

D.
No



Leave a Reply 5

Your email address will not be published. Required fields are marked *


Magwif

Magwif

Answer is A

https://aws.amazon.com/rds/faqs/

Q: Can I encrypt connections between my application and my DB Instance using SSL?

Yes, this option is currently supported for the MySQL, MariaDB, SQL Server, PostgreSQL, and Oracle engines.

seenagape

seenagape

I choose A

Mitchell

Mitchell

Yes, Amazon RDS generates an SSL certificate for each DB Instance. Once an encrypted connection is established, data transferred between the DB Instance and your application will be encrypted during transfer.
While SSL offers security benefits, be aware that SSL encryption is a compute-intensive operation and will increase the latency of your database connection. SSL support within Amazon RDS is for encrypting the connection between your application and your DB Instance; it should not be relied on for authenticating the DB Instance itself.

Ganesh Ghube

Ganesh Ghube

A.
Yes