Salta al contenuto

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

posta 7 anni fa784 visualizzazioni
3 Risposte
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 :) )

con risposta 7 anni fa
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
con risposta 7 anni fa
0

Thanks for update :)

con risposta 7 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.