-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhousing-streamlit-taskdef.json
More file actions
63 lines (63 loc) · 1.62 KB
/
housing-streamlit-taskdef.json
File metadata and controls
63 lines (63 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"family": "housing-streamlit",
"containerDefinitions": [
{
"name": "housing-streamlit",
"image": "202197228308.dkr.ecr.us-east-2.amazonaws.com/housing-streamlit:latest",
"cpu": 0,
"portMappings": [
{
"containerPort": 8501,
"hostPort": 8501,
"protocol": "tcp"
}
],
"essential": true,
"environment": [
{
"name": "STREAMLIT_BROWSER_GATHERUSAGESTATS",
"value": "false"
},
{
"name": "STREAMLIT_SERVER_BASEURLPATH",
"value": "/dashboard"
},
{
"name": "API_URL",
"value": "http://housing-price-prediction-1085539611.us-east-2.elb.amazonaws.com/predict"
},
{
"name": "STREAMLIT_SERVER_ADDRESS",
"value": "0.0.0.0"
},
{
"name": "STREAMLIT_SERVER_PORT",
"value": "8501"
},
{
"name": "AWS_REGION",
"value": "us-east-2"
},
{
"name": "S3_BUCKET",
"value": "model-regression-data"
}
],
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-group": "/ecs/housing-streamlit",
"awslogs-region": "us-east-2",
"awslogs-stream-prefix": "ecs",
"awslogs-create-group": "true"
}
}
}
],
"taskRoleArn": "arn:aws:iam::202197228308:role/ecs_s3_access",
"executionRoleArn": "arn:aws:iam::202197228308:role/ecsTaskExecutionRole",
"networkMode": "awsvpc",
"requiresCompatibilities": ["FARGATE"],
"cpu": "512",
"memory": "1024"
}