-
Notifications
You must be signed in to change notification settings - Fork 0
/
task-definition.json
155 lines (155 loc) · 5.01 KB
/
task-definition.json
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"taskDefinitionArn": "arn:aws:ecs:ap-south-1:982081054009:task-definition/onestopvyapar:11",
"containerDefinitions": [
{
"name": "onestopvyapaar",
"image": "982081054009.dkr.ecr.ap-south-1.amazonaws.com/onestopvyapaar:latest",
"cpu": 0,
"portMappings": [
{
"name": "port-fargate-3000",
"containerPort": 3000,
"hostPort": 3000,
"protocol": "tcp",
"appProtocol": "http"
}
],
"essential": true,
"environment": [
{
"name": "DB_USER",
"value": "postgres"
},
{
"name": "SHOPIFY_API_KEY",
"value": "9bbfbf9019b7c1211b9efc9d941957d7"
},
{
"name": "HOST",
"value": "7257-223-176-12-153.ngrok-free.app"
},
{
"name": "DB_NAME",
"value": "postgres"
},
{
"name": "S3_BUCKET_NAME",
"value": "onestop-vyapar"
},
{
"name": "NEXT_PUBLIC_USER_POOL_ID",
"value": "ap-south-1_SN6hSkk6n"
},
{
"name": "SHOPIFY_API_SECRET_KEY",
"value": "8d179da86b0542cb7741f9b1a61455ca"
},
{
"name": "SHOP",
"value": "quickstart-64fd9d6b.myshopify.com"
},
{
"name": "AWS_SECRET_KEY_ID",
"value": "6TIkW8X5xnwCWSje5eN76qBy6NfOJbkTOigbFqRA"
},
{
"name": "DATABASE_URL",
"value": "postgresql://postgres:123456lol123456@database-1.cn64k84iqhmx.ap-south-1.rds.amazonaws.com:5432/postgres?schema=public"
},
{
"name": "PINPOINT_PROJECT_ID",
"value": "8cbbb10ce07246ff9d2528af1326a886"
},
{
"name": "AWS_ACCESS_KEY_ID",
"value": "AKIA6JKEXUU4STV2MMKZ"
},
{
"name": "KMS_KEY_ID",
"value": "59b754a5-6487-4d08-9528-2ef93683afde"
},
{
"name": "NEXT_PUBLIC_USER_POOL_CLIENT_ID",
"value": "5t89v331ko84loim28vddu76rj"
},
{
"name": "DB_PASSWORD",
"value": "123456lol123456"
}
],
"environmentFiles": [],
"mountPoints": [],
"volumesFrom": [],
"ulimits": [],
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-group": "/ecs/onestopvyapar",
"mode": "non-blocking",
"awslogs-create-group": "true",
"max-buffer-size": "25m",
"awslogs-region": "ap-south-1",
"awslogs-stream-prefix": "ecs"
},
"secretOptions": []
},
"systemControls": []
}
],
"family": "onestopvyapar",
"taskRoleArn": "arn:aws:iam::982081054009:role/ecsTaskExecutionRole",
"executionRoleArn": "arn:aws:iam::982081054009:role/ecsTaskExecutionRole",
"networkMode": "awsvpc",
"revision": 11,
"volumes": [],
"status": "ACTIVE",
"requiresAttributes": [
{
"name": "com.amazonaws.ecs.capability.logging-driver.awslogs"
},
{
"name": "ecs.capability.execution-role-awslogs"
},
{
"name": "com.amazonaws.ecs.capability.ecr-auth"
},
{
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.19"
},
{
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.28"
},
{
"name": "com.amazonaws.ecs.capability.task-iam-role"
},
{
"name": "ecs.capability.execution-role-ecr-pull"
},
{
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.18"
},
{
"name": "ecs.capability.task-eni"
},
{
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.29"
}
],
"placementConstraints": [],
"compatibilities": [
"EC2",
"FARGATE"
],
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "1024",
"memory": "3072",
"runtimePlatform": {
"cpuArchitecture": "X86_64",
"operatingSystemFamily": "LINUX"
},
"registeredAt": "2024-11-24T08:20:24.610Z",
"registeredBy": "arn:aws:iam::982081054009:user/ultimate_accessor",
"tags": []
}