You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -745,7 +745,7 @@ You can deploy each test/prod stage to the difference account/region. Mostly the
745
745
}
746
746
```
747
747
748
-
In here, ```app-config-sample3-test.json```'s destination is A-account, ```config/app-config-sample3-prod-cross.json```'s destination is ```B-account```. And ```BuildAssumeRoleArn``` option is added, where the ```assume-role``` must have a minimu policy for a target Stack deployment, and the role must be set to trust the account where the pipeline is ready.
748
+
In here, ```app-config-sample3-test.json```'s destination is A-account, ```config/app-config-sample3-prod-cross.json```'s destination is ```B-account```. And ```BuildAssumeRoleArn``` option is added, where the ```assume-role``` must have a minimal policy for a target Stack deployment, and the role must be set to trust the account where the pipeline is ready.
749
749
750
750
As shown in the following figure, temporary credentials are internally created using AWS STS to access the account.
0 commit comments