You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue with this resource type whereby false-positive drift is reported for the KmsKeyId property. A similar issue has been opened in the Cloudformation roadmap, but opening another here as this team is responsible for this resource type handler.
Will be happy to provide any further info as required.
Name of the resource
AWS::Redshift::Cluster
Issue Description
The KmsKeyId property for the AWS::Redshift::Cluster resource is marked as drifted when just the Id (not full ARN) is specified in the template and the stack is created.
CloudFormation does not perform drift detection on the KMSKeyId property of any resources. Because AWS KMS keys can be referenced by multiple aliases, CloudFormation can't guarantee consistently accurate drift results for this property.
Expected Behavior
The KmsKeyId property should be IN_SYNC or NOT_CHECKED status.
Observed Behavior
The KmsKeyId property is marked as NOT_EQUAL with
expected = xxxx-xxxx-xxxx-xxxx
actual = arn:aws:kms:us-east-1:000000000:key/xxxx-xxxx-xxxx-xxxx
There is an issue with this resource type whereby false-positive drift is reported for the KmsKeyId property. A similar issue has been opened in the Cloudformation roadmap, but opening another here as this team is responsible for this resource type handler.
Will be happy to provide any further info as required.
Name of the resource
AWS::Redshift::Cluster
Issue Description
The KmsKeyId property for the AWS::Redshift::Cluster resource is marked as drifted when just the Id (not full ARN) is specified in the template and the stack is created.
Ideally, drift detection should not have been performed on the KmsKeyId property as per - https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html#drift-considerations
CloudFormation does not perform drift detection on the KMSKeyId property of any resources. Because AWS KMS keys can be referenced by multiple aliases, CloudFormation can't guarantee consistently accurate drift results for this property.
Expected Behavior
The KmsKeyId property should be IN_SYNC or NOT_CHECKED status.
Observed Behavior
The KmsKeyId property is marked as NOT_EQUAL with
Test Cases
Steps to reproduce:
The text was updated successfully, but these errors were encountered: