RDS Aurora PG Serverless v2 - Security

0

Few questions wrt RDS Aurora PG serverless v2 security:

  1. is it possible to import a custom certificate for SSL encryption?
  2. Does certificate rotation in the RDS cluster happens automatically without impacting incoming traffic?
  3. how to programmatically manage certificate rotation on the client side without impacting traffic, such as getting a new AWS CA certificate, updating the client's trust store with the new CA.
  4. is it possible to establish 2-way SSL b/w Lambda and RDS PG serverless? If yes, then how will RDS updates the client's CA certificate in its truststore. Does it happen without impacting incoming traffic?
Vaibhav
asked 10 months ago471 views
1 Answer
0
  1. is it possible to import a custom certificate for SSL encryption?

No, however, RDS and Aurora now has new certificate authorities with 40 year and 100 year validity.

  1. Does certificate rotation in the RDS cluster happens automatically without impacting incoming traffic?

The certificate bundle contains certificates for both the old and new CA, so you can upgrade your application safely and maintain connectivity during the transition period. details here

  1. how to programmatically manage certificate rotation on the client side without impacting traffic, such as getting a new AWS CA certificate, updating the client's trust store with the new CA.

refer to this for details

AWS
answered 10 months ago
profile picture
EXPERT
reviewed 10 months ago
    1. As per AWS doc, rds-ca-2019 will expire in 2024 so it's not 40 years or 100 years. Pls refer doc. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html

    2. Seems for Aurora serverless PG, certificate rotation happens automatically and doesn't require a restart of cluster.

    3. In the given link nowhere mentioned how the client application be notified about new certificate and how the client application download the new certificate programmatically.

    Pls answer them precisely

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions