Open TiagoVentosa opened 1 week ago
Hi @TiagoVentosa , thanks for reaching out and requesting this.
I see that cdk gc
support was implemented recently with the idea of collecting unused assets in your bootstrapped S3 bucket with these PRs -
https://github.com/aws/aws-cdk/pull/31841
But what you are suggesting also seems to be a good add-on.
Requesting team's thoughts on this feature as it would be great to have their say whether its something on their radar for future implementation or would be considered from community.
It will be unsafe to do garbage collection in that configuration. I suppose we can add a flag, but can you add a bit more color to this story?
Why are you in a situation where you are trying to GC assets on an account that you don't have access to all stacks in?
Describe the feature
add some kind of flag to the cdk gc command (for example --skip-unauthorized-stacks) so that when checking the stacks (GetTemplateSummary) it ignores those that the user does not have access instead of failing the command
Use Case
I was very excited for this new feature, but when I tried running it, I got the following error:
(newlines added to improve readability)
Where is a stack used my my company to do initial setup of AWS accounts.
Proposed Solution
Instead of automatically failing, have some way to ignore stacks in error. Right now I know of no way to skip it
Other Information
No response
Acknowledgements
CDK version used
2.171.1
Environment details (OS name and version, etc.)
macOS Sonoma 14.7