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
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
Yes. A.
https://aws.amazon.com/rds/faqs/
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.
I choose A
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.
A.
Yes