Skip to content

ECS Deploy Runner permissions errors for new modules #180

Answered by rhoboat
rhoboat asked this question in Help
Discussion options

You must be logged in to vote

As of now, SES and API Gateway are not part of the original Reference Architecture that Gruntwork deploys, so you must have created modules to hook into your existing Ref Arch. The ECS Deploy Runner can be fitted to handle these new services but doesn't come with those permissions. One of the big features of the ECS Deploy Runner is guarding against security threats, and therefore we don't recommend deploying it with wider permissions than necessary.

Here, you'll have to add permissions specific to SES and APIGateway to the deploy and read only permissions of the ecs-deploy-runner. In the latest revision of the Ref Arch, you can do this by modifying these files: read_only_permissions.yml

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rhoboat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment