Skip to content

Instantly share code, notes, and snippets.

@endofcake
Last active May 11, 2018 02:06
Show Gist options
  • Save endofcake/35e93a1c3d0ffd2e52f83203e1cbb291 to your computer and use it in GitHub Desktop.
Save endofcake/35e93a1c3d0ffd2e52f83203e1cbb291 to your computer and use it in GitHub Desktop.
Sample ECS task definition for app deployment
{
"name": "${app}",
"image": "${image}", <<< THE CHANGE GOES HERE
"cpu": ${cpu},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment