-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DeletionPolicy / UpdateReplacePolicy resource type coverage #224
Labels
enhancement
New feature or request
Comments
luiseduardocolon
added
enhancement
New feature or request
database
RDS, DynamoDB, ElastiCache, Neptune, Amazon Redshift, Amazon QLDB, Amazon DocumentDB
labels
Oct 18, 2019
PatMyron
changed the title
Snapshot DeletionPolicy resource type coverage
Snapshot DeletionPolicy / UpdateReplacePolicy resource type coverage
Oct 21, 2019
PatMyron
changed the title
Snapshot DeletionPolicy / UpdateReplacePolicy resource type coverage
DeletionPolicy / UpdateReplacePolicy resource type coverage
Oct 25, 2019
This was referenced Nov 1, 2019
PatMyron
removed
the
database
RDS, DynamoDB, ElastiCache, Neptune, Amazon Redshift, Amazon QLDB, Amazon DocumentDB
label
Jun 20, 2020
PatMyron
added a commit
to aws-cloudformation/cloudformation-template-schema
that referenced
this issue
Sep 20, 2020
#31 https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-updatereplacepolicy.html Snapshot policies are only supported for a few resource types but not limiting here in hopes that Snapshot policy coverage expands: aws-cloudformation/cloudformation-coverage-roadmap#224
PatMyron
added a commit
to aws-cloudformation/cloudformation-template-schema
that referenced
this issue
Sep 21, 2020
#31 https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-updatereplacepolicy.html Snapshot policies are only supported for a few resource types but not limiting here in hopes that Snapshot policy coverage expands: aws-cloudformation/cloudformation-coverage-roadmap#224
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Resource types that support snapshots
Resource types that support snapshots
Missing Snapshot support for:
AWS::DynamoDB::Table
AWS::DocDB::DBCluster
AWS::FSx::FileSystem
AWS::EMR::Cluster
AWS::QLDB::Ledger
Missing Delete support for:
AWS::S3::Bucket (
aws s3 rb s3://$BUCKET --force
) (might timeout)AWS::ECR::Repository
I'd also like a new policy for all resource types that doesn't allow removal from the stack and stops forward progress of the stack update
All current options,
Delete
/Retain
/Snapshot
, mean old resources can no longer be managed through CloudFormation if resource import doesn't support their resource type yet. This new policy would allow users to more easily prevent this compared with needing to evaluate change sets or write IAM stack policiesThe text was updated successfully, but these errors were encountered: