Skip to content
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

Open
PatMyron opened this issue Oct 18, 2019 · 1 comment
Open

DeletionPolicy / UpdateReplacePolicy resource type coverage #224

PatMyron opened this issue Oct 18, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@PatMyron
Copy link
Contributor

PatMyron commented Oct 18, 2019

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 policies

@luiseduardocolon luiseduardocolon added enhancement New feature or request database RDS, DynamoDB, ElastiCache, Neptune, Amazon Redshift, Amazon QLDB, Amazon DocumentDB labels Oct 18, 2019
@PatMyron PatMyron changed the title Snapshot DeletionPolicy resource type coverage Snapshot DeletionPolicy / UpdateReplacePolicy resource type coverage Oct 21, 2019
@PatMyron PatMyron changed the title Snapshot DeletionPolicy / UpdateReplacePolicy resource type coverage DeletionPolicy / UpdateReplacePolicy resource type coverage Oct 25, 2019
@PatMyron 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
PatMyron added a commit to aws-cloudformation/cloudformation-template-schema that referenced this issue Sep 21, 2020
@PatMyron
Copy link
Contributor Author

PatMyron commented Aug 1, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants