rds-ca-2015
인증서를 rds-ca-2019
인증서로 갱신한다.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws rds describe-db-instances | jq -r '.DBInstances[] | select(.CACertificateIdentifier == "rds-ca-2015") | .DBInstanceIdentifier' | xargs -I {} sh -c 'aws rds modify-db-instance –db-instance-identifier {} –ca-certificate-identifier=rds-ca-2019 –apply-immediately' |
Pingback: [안드로메다 토끼] AWS RDS CA 인증서 바꾸기 - DEVBLOG - 개발자 메타블로그