prisma-templates icon indicating copy to clipboard operation
prisma-templates copied to clipboard

Remove potentially unused ECSRole from fargate template

Open flowirtz opened this issue 7 years ago • 0 comments

Call me stupid, but I don't see where the ECSRole is used. 🙈

I think it could be used with the PrismaService (AWS::ECS::Service), as described here, but this states:

If using awsvpc network mode, do not specify this role.

We are indeed using awsvpc network mode.

(Sorry for the Terraform link, I am not using Cloudformation but this should still apply.)

See nathanpeck/aws-cloudformation-fargate#9


PS I'm rewriting the two cloudformation files from the guide in Terraform atm, would you be interested in that or do you not really care?

flowirtz avatar Mar 14 '19 18:03 flowirtz