Closed JimmyJuarez10 closed 7 months ago
We need to move this issue over to incubator where we need to create these resources. Will need to understand who created the configuration files (in state file but not checked into codebase. @JimmyJuarez10 will investigate.
Sorry I have been a bit inactive I was on vacation the past week. Attached is the configuration that was in the code base.
{
"family": "<FAMILY>",
"taskRoleArn": "arn:aws:iam::035866691871:role/<TASK_ROLE_ARN>",
"executionRoleArn": "arn:aws:iam::035866691871:role/<EXECUTION_ROLE_ARN>",
"networkMode": "awsvpc",
"requiresCompatibilities": ["FARGATE"],
"cpu": "256",
"memory": "512",
"containerDefinitions": [
{
"name": "<CONTAINER_NAME>",
"image": "",
"portMappings": [
{
"containerPort": 8000,
"protocol": "tcp"
}
],
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-group": "ecs/<ECS_SERVICE>",
"awslogs-region": "us-west-2",
"awslogs-stream-prefix": "app"
}
},
"healthCheck": {
"command": ["CMD-SHELL", "curl -f http://localhost:8000/ || exit 1"],
"interval": 30,
"timeout": 5,
"retries": 3,
"startPeriod": 30
}
}
]
}
Account Name
JimmyJuarez10
Project(s) Name
CivicTechJobs
Action Items
Resources for