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

Add kms encryption key as argument for cdk bootstrap #2203

Closed
abelmokadem opened this issue Apr 9, 2019 · 0 comments · Fixed by #3634
Closed

Add kms encryption key as argument for cdk bootstrap #2203

abelmokadem opened this issue Apr 9, 2019 · 0 comments · Fixed by #3634
Assignees
Labels
@aws-cdk/core Related to core CDK functionality feature-request A feature should be added or improved.

Comments

@abelmokadem
Copy link
Contributor

The cdk bootstrap command creates the following resource in CloudFormation:

  StagingBucket:
    Type: AWS::S3::Bucket
    Properties:
      AccessControl: Private
      BucketEncryption:
        ServerSideEncryptionConfiguration:
          - ServerSideEncryptionByDefault:
              SSEAlgorithm: aws:kms

I have not seen any option to specify the KMS key to be used. Is there a way to do so?

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/core Related to core CDK functionality feature-request A feature should be added or improved.
Projects
None yet
3 participants