Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@cardboardboxb
Copy link

sub module service-tg, and tg-listener modules created
tg-listner: creates a listener rule and a target group
service-tg: creates a service, a task definition, a tg and matching listener rule

@cardboardboxb
Copy link
Author

existing iam profile requires additional permissions:
"elasticloadbalancing:DeregisterTargets"
"elasticloadbalancing:RegisterTargets"

these are added to the terraform script for iam BUT NOT APPLIED THROUGH TF. (i couldn't find where in tf-stack it was actually called).

instead i made these changes manually to the inline iam policy at these 2 places:
https://console.aws.amazon.com/iam/home?region=us-east-1#/roles/ecs-role-dev-stack-dev
https://console.aws.amazon.com/iam/home?region=us-east-1#/roles/ecs-role-production-stack-production
the manual changes should match the committed tf changes above

@cardboardboxb cardboardboxb requested a review from dazl December 1, 2017 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants