RDS Postgres SSL/TLS certificate rotation via CloudFormation

0

I recently received the email notifying me of the need to rotate SSL certificates on my Postgres servers before March 2020.

My Postgres servers are currently configured wholly via CloudFormation, and I prefer to keep it this way to avoid drift.

I was surprised to discover, therefore, that though a CLI description of the databases includes the key/value:

"CACertificateIdentifier": "rds-ca-2015"

CACertificateIdentifier is not a property that appears to be exposed to CloudFormation. I get "UPDATE_FAILED" and "Encountered unsupported property CACertificateIdentifier" when I try to add it with the value "rds-ca-2019".

Is this exposed in some other way, or is it something for which support needs to be added?

Thanks,
George

Edited by: jawj on Oct 11, 2019 2:23 AM

jawj
질문됨 5년 전369회 조회
1개 답변
0

Hi George, thanks for your post! Currently CloudFormation support is not yet available so please use the API, CLI, or console for now.

답변함 5년 전

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

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

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

관련 콘텐츠