Skip to content

Instantly share code, notes, and snippets.

@aws-joe
Created December 8, 2016 22:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aws-joe/730d4ce1fed56d570708edcf0eaf0cdd to your computer and use it in GitHub Desktop.
Save aws-joe/730d4ce1fed56d570708edcf0eaf0cdd to your computer and use it in GitHub Desktop.
{
"containerDefinitions": [
{
"name": "solano-task-definition",
"image": "<ACCOUNT ID>.dkr.ecr.us-east-1.amazonaws.com/solano:init",
"essential": true,
"portMappings": [
{
"containerPort": 80,
"hostPort": 80
}
],
"memory": 128,
"cpu": 10
}
],
"family": "solano-family"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment