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
This will modify the **webserver** container definition and add or overwrite the environment variable `SOME_SECRET` with the value of the `KEY_OF_SECRET_IN_PARAMETER_STORE` in the AWS Parameter Store of the AWS Systems Manager.
276
+
261
277
262
278
Set a docker label
263
279
===================
@@ -422,6 +438,21 @@ This instructs ecs-deploy to wait for ECS to finish the deployment for the given
422
438
423
439
To run a deployment without waiting for the successful or failed result at all, set ``--timeout`` to the value of ``-1``.
424
440
441
+
442
+
Multi-Account Setup
443
+
===================
444
+
If you manage different environments of your system in multiple differnt AWS accounts, you can now easily assume a
445
+
deployment role in the target account in which your ECS cluster is running. You only need to provide ``--account``
446
+
with the AWS account id and ``--assume-role`` with the name of the role you want to assume in the target account.
447
+
ecs-deploy automatically assumes this role and deploys inside your target account:
0 commit comments