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
질문됨 일 년 전488회 조회
1개 답변
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
답변함 일 년 전
profile picture
전문가
검토됨 일 년 전
    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

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인