We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc0cdc5 commit 575fc97Copy full SHA for 575fc97
1 file changed
task-definition.json
@@ -1,15 +1,16 @@
1
{
2
"family": "emulador-task",
3
+ "executionRoleArn": "arn:aws:iam::924609080348:role/ecsTaskExecutionRole",
4
+ "taskRoleArn": "arn:aws:iam::924609080348:role/ecsTaskRole",
5
"containerDefinitions": [
6
7
"name": "error_emulator",
- "image": "924609080348.dkr.ecr.us-east-2.amazonaws.com/romhenri/runtime-error-emulator:36ff7de85d25a719f9918f22593308d46444de36",
8
+ "image": "...",
9
"cpu": 256,
10
"memory": 512,
11
"essential": true
12
}
13
],
- "executionRoleArn": "arn:aws:iam::924609080348:role/ecsTaskExecutionRole",
14
"requiresCompatibilities": [
15
"FARGATE"
16
0 commit comments