Skip to content

Commit b26a16a

Browse files
authored
Merge pull request #1016 from jchanam/allow-enabling-metadata-tags
Allow accessing tags via instance metadata
2 parents 732bd95 + 19a27c2 commit b26a16a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/aws-stack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,7 @@ Resources:
928928
HttpTokens: !Ref IMDSv2Tokens
929929
# Allow containers using a Docker network on the host to receive IDMSv2 responses
930930
HttpPutResponseHopLimit: 2
931+
InstanceMetadataTags: enabled
931932
Monitoring:
932933
Enabled: !Ref EnableDetailedMonitoring
933934
ImageId: !If

0 commit comments

Comments
 (0)