awslabs / ecs-nginx-reverse-proxy

Reference architecture for deploying Nginx on ECS, both as a basic static resource server, and as a reverse proxy in front of a dynamic application server.
https://containersonaws.com/pattern/nginx-reverse-proxy-sidecar-ecs-fargate-task
Apache License 2.0
329 stars 137 forks source link

Use integer instead of string in task-definition.json #2

Open ryanhanwu opened 4 years ago

ryanhanwu commented 4 years ago

Fix the error Invalid type for parameter containerDefinitions when registering task in CLI (e.g., aws ecs register-task-definition)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.