Amazon web services – Passing a JSON object to ECS instance in AWS CloudFormation
I have a containerized app that I want to run on ECS and it requires a configuration file, a JSON object. I defined my ECS instance like the one below in the CloudFormation template. "ECRInstance": { "Type": "AWS::ECS::TaskDefinition", "Properties": {…