chore(aws): review and expand notes

This commit is contained in:
Michele Cereda
2025-06-18 19:39:41 +02:00
parent 3467328c89
commit 101568c972
4 changed files with 129 additions and 12 deletions

View File

@@ -548,12 +548,14 @@ Requirements:
"Resource": "arn:aws:ecs:eu-west-1:012345678901:cluster/devel",
"Condition": {
"StringEquals": {
"aws:ResourceTag/application": "appName",
"StringEquals": {
"ecs:container-name": "nginx"
}
"aws:ResourceTag/application": "someApp",
"aws:ResourceTag/component": [
"someComponent",
"someOtherComponent"
],
"ecs:container-name": "nginx"
}
},
}
}]
}
```