How to pass KMS encyption key in Deploy to S3 action in cloudformation

0

Hi,

how can I specify KMS encryption key as a property in CodePipeline Deploy/S3 action type in CloudFormation?
The KMS key property is available in AWS Console/Codepipeline/ActionEdit but it is not listed in the documentation.
Only BucketName, Extract, ObjectKey are listed there.
https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html

vasylk
asked 5 years ago481 views
3 Answers
0

Thanks for pointing this out!

I'll get the docs team to fix that documentation.

In the mean time, the configuration property is called "KMSEncryptionKeyARN" and takes an KMS encryption key ARN (of course :) )

answered 5 years ago
0

Thank you for bringing this issue to our attention. The KMSEncryptionKeyARN configuration field was missing from the properties table for the S3 deploy action.

This has been corrected in the documentation here: https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#action-requirements

Thank you for helping us to improve the docs!

AWS
answered 5 years ago
0

Thanks for update :)

vasylk
answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions