Skip to content

Commit 1063529

Browse files
chore(2fas-api): use task role (#54)
1 parent e75800c commit 1063529

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deployments/api/taskdef.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"executionRoleArn": "arn:aws:iam::<AWS_ACCOUNT_ID>:role/2fas-api_ecsTaskExecutionRole",
3+
"taskRoleArn": "arn:aws:iam::<AWS_ACCOUNT_ID>:role/2fas-api_ecsTaskRole",
34
"containerDefinitions": [
45
{
56
"name": "2fas-api",
@@ -73,4 +74,4 @@
7374
"family": "2fas-api",
7475
"cpu": "256",
7576
"memory": "512"
76-
}
77+
}

0 commit comments

Comments
 (0)