기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.
AWSConfigRemediation-EnablePerformanceInsightsOnRDSInstance
설명
AWSConfigRemediation-EnablePerformanceInsightsOnRDSInstance
런북은 지정한 Amazon RDS DB 인스턴스에서 Performance Insights를 활성화합니다.
문서 유형
자동화
소유자
Amazon
플랫폼
데이터베이스 수
Parameters
-
AutomationAssumeRole
타입: 문자열
설명: (필수) Systems Manager Automation이 사용자를 대신하여 작업을 수행할 수 있도록 하는 AWS Identity and Access Management (IAM) 역할의 Amazon 리소스 이름 (). ARN
-
DbiResourceId
타입: 문자열
설명: (필수) Performance Insights를 활성화하려는 DB 인스턴스의 리소스 식별자입니다.
-
PerformanceInsightsKMSKeyId
타입: 문자열
기본값:
alias/aws/rds
설명: (선택 사항) Performance Insights에서 잠재적으로 민감한 데이터를 모두 암호화하는 데 사용하려는 Amazon 리소스 이름 AWS Key Management Service (AWS KMS), 키 ID 또는 () 고객 관리 키의 키 별칭. ARN 이 파라미터의 키 별칭을 입력하는 경우 값에
alias/
접두사를 붙이십시오. 이 파라미터의 값을 지정하지 않으면 AWS 관리형 키 가 사용됩니다. -
PerformanceInsightsRetentionPeriod
유형: 정수
유효한 값: 7, 731
기본값: 7
설명: (선택 사항) Performance Insights 데이터를 유지하려는 일 수입니다.
필수 IAM 권한
실행서를 성공적으로 사용하려면 AutomationAssumeRole
파라미터에 다음 작업이 필요합니다.
-
ssm:StartAutomationExecution
-
ssm:GetAutomationExecution
-
kms:CreateGrant
-
kms:DescribeKey
-
rds:DescribeDBInstances
-
rds:ModifyDBInstance
문서 단계
-
aws:executeAwsApi
- DB 인스턴스 리소스 식별자에서 DB 인스턴스 식별자를 수집합니다. -
aws:assertAwsResourceProperty
- DB 인스턴스 상태가available
로 설정되어 있는지 확인합니다. -
aws:executeAwsApi
-PerformanceInsightsKMSKeyId
파라미터에 ARN 지정된 AWS KMS 고객 관리 키를 수집합니다. -
aws:branch
- DB 인스턴스의PerformanceInsightsKMSKeyId
속성에 값이 이미 할당되었는지 확인합니다. -
aws:executeAwsApi
-DbiResourceId
파라미터에서 지정하는 DB 인스턴스에서 Performance Insights를 활성화합니다. -
aws:assertAwsResourceProperty
-PerformanceInsightsKMSKeyId
파라미터에 지정된 값이 DB 인스턴스의 Performance Insights 암호화를 활성화하는 데 사용되었는지 확인합니다. -
aws:assertAwsResourceProperty
- DB 인스턴스에서 Performance Insights가 활성화되었는지 확인합니다.