github.com/aquasecurity/trivy-iac@v0.8.1-0.20240127024015-3d8e412cf0ab/avd_docs/aws/rds/AVD-AWS-0078/CloudFormation.md (about) 1 2 Use Customer Managed Keys to encrypt Performance Insights data 3 4 ```yaml--- 5 AWSTemplateFormatVersion: 2010-09-09 6 Description: Good example 7 Resources: 8 Queue: 9 Type: AWS::RDS::DBInstance 10 Properties: 11 EnablePerformanceInsights: true 12 PerformanceInsightsKMSKeyId: "something" 13 14 15 ``` 16 17