Create a gist now

Instantly share code, notes, and snippets.

{
"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