-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Don't create a gazillion kms keys #3275
Description
Note: for support questions, please first reference our documentation, then use Stackoverflow. This repository's issues are intended for feature requests and bug reports.
-
I'm submitting a ...
- 🪲 bug report
- 🚀 feature request
- 📚 construct library gap
- ☎️ security issue or vulnerability => Please see policy
- ❓ support request => Please see note at the top of this template.
-
What is the current behavior?
Things like codepipeline pipelines create a S3 bucket and corresponding KMS key per pipeline. -
What is the expected behavior (or behavior of feature suggested)?
Create fewer KMS keys. -
What is the motivation / use case for changing the behavior or adding this feature?
That is going to add up pretty quickly, and is also difficult to clean up afterwards since the KMS key is not deleted automatically. -
Please tell us about your environment:
- CDK CLI Version: 0.39.0
- Module Version: 0.39.0
- OS: all
- Language: TypeScript
-
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. associated pull-request, stackoverflow, gitter, etc)