aws-samples / amazon-ecs-agent-connection-monitoring

AWS ECS Agent Monitoring
Other
2 stars 3 forks source link

Package command references unknown file #2

Closed chrisbsmith closed 10 months ago

chrisbsmith commented 1 year ago

The package command references ./data-plane/data-plane.yaml but I believe it should reference ./ecs-agent-monitoring.yaml instead

aws --region=$the_region cloudformation package --template-file ./data-plane/data-plane.yaml --s3-bucket $the_bucket --output-template-file packaged-ecs-agent-monitoring.yaml
henriquesantanati commented 10 months ago

Fixed by PR #3