Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit ac1a2c8

Browse files
committed
added comment in app.py for cdk about opting in to new ECS arn and id format to enable proper tagging
1 parent a11a165 commit ac1a2c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

awscdk/app.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
env={"region": "us-east-1"},
2828
)
2929

30+
# in order to be able to tag ECS resources, you need to go to
31+
# the ECS Console > Account Settings > Amazon ECS ARN and resource ID settings
32+
# and enable at least Service and Task. Optionally enable
33+
# CloudWatch Container Insights
3034
stack.node.apply_aspect(core.Tag("StackName", full_app_name))
3135

3236
app.synth()

0 commit comments

Comments
 (0)