-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask-definition.json
More file actions
47 lines (47 loc) · 1.37 KB
/
task-definition.json
File metadata and controls
47 lines (47 loc) · 1.37 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
{
"taskDefinitionArn": "arn:aws:ecs:ap-south-1:210688620213:task-definition/frontend-task:2",
"containerDefinitions": [
{
"name": "app",
"image": "210688620213.dkr.ecr.ap-south-1.amazonaws.com/web-callisto-ecr-repository:frontend",
"cpu": 256,
"memory": 512,
"portMappings": [
{
"containerPort": 80,
"hostPort": 80,
"protocol": "tcp"
}
],
"essential": true,
"environment": [],
"mountPoints": [],
"volumesFrom": []
}
],
"family": "frontend-task",
"executionRoleArn": "arn:aws:iam::210688620213:role/web-callisto-task-role",
"revision": 2,
"volumes": [],
"status": "ACTIVE",
"requiresAttributes": [
{
"name": "com.amazonaws.ecs.capability.ecr-auth"
},
{
"name": "ecs.capability.execution-role-ecr-pull"
}
],
"placementConstraints": [],
"compatibilities": [
"EXTERNAL",
"EC2"
],
"requiresCompatibilities": [
"EC2"
],
"cpu": "256",
"memory": "512",
"registeredAt": "2023-06-08T01:28:01.277000+03:00",
"registeredBy": "arn:aws:sts::210688620213:assumed-role/AWSReservedSSO_AdministratorAccess_eae6094e05d46624/yvonnewambui"
}