Ir para o conteúdo

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

feita há 7 anos784 visualizações
3 Respostas
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 :) )

respondido há 7 anos
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
respondido há 7 anos
0

Thanks for update :)

respondido há 7 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.