Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit e280984

Browse files
authored
Merge pull request #48 from tjenkinson/patch-2
document that CF action RoleArn needs access to the template, but CF service role doesn't
2 parents fe0af4e + 80a6563 commit e280984

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc_source/action-reference-CloudFormation.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ This property is required for the following action modes:
6666
+ DELETE\_ONLY
6767
+ CHANGE\_SET\_REPLACE
6868

69+
**Note**
70+
CloudFormation is given an S3 signed URL to the template, and therefore this `RoleArn` does not need permission to access the artifact bucket. However, the action `RoleArn` _does_ need permission to access the artifact bucket, in order to generate the signed URL.
71+
6972
**TemplatePath**
7073
Required: Conditional
7174
`TemplatePath` represents the AWS CloudFormation template file\. You include the file in an input artifact to this action\. The file name follows this format:
@@ -194,4 +197,4 @@ InputArtifacts:
194197

195198
The following related resources can help you as you work with this action\.
196199
+ [Configuration Properties Reference](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-action-reference.html) – This reference chapter in the *AWS CloudFormation User Guide* provides more descriptions and examples for these CodePipeline parameters\.
197-
+ [AWS CloudFormation API Reference](https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/) – The [CreateStack](https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateStack.html) parameter in the *AWS CloudFormation API Reference* describes stack parameters for AWS CloudFormation templates\.
200+
+ [AWS CloudFormation API Reference](https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/) – The [CreateStack](https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateStack.html) parameter in the *AWS CloudFormation API Reference* describes stack parameters for AWS CloudFormation templates\.

0 commit comments

Comments
 (0)