Amazon RDS creates an SSL certificate and installs the certificate on the DB Instance when Amazon RDS
provisions the instance. These certificates are signed by a certificate authority. The ____ is stored at https://
rds.amazonaws.com/doc/rds-ssl-ca-cert.pem.
 
A.
 private key
B.
 foreign key
C.
 public key
D.
 protected key
Explanation:
https://aws.amazon.com/blogs/aws/amazon-rds-sql-server-ssl-support/
 
                
C: Enabling SSL Support
Here’s all you need to do to enable SSL Support:
Download a public certificate key from RDS at https://rds.amazonaws.com/doc/rds-ssl-ca-cert.pem
Use the Microsoft Management Console (MMC) to import the certificate into Windows
0
0