Skip to content

Instantly share code, notes, and snippets.

@aws-joe
Created January 17, 2017 21:12
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/fdcfcbcec7f3984d08e2b9ce1933191e to your computer and use it in GitHub Desktop.
Save aws-joe/fdcfcbcec7f3984d08e2b9ce1933191e to your computer and use it in GitHub Desktop.
{
"containerDefinitions": [
{
"name": "solano-task-definition",
"image": "<ACCOUNT ID>.dkr.ecr.<REGION>.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