File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ Metadata:
75
75
- ManagedPolicyARN
76
76
- InstanceRoleName
77
77
- IMDSv2Tokens
78
+ - EnableDetailedMonitoring
78
79
79
80
- Label :
80
81
default : Auto-scaling Configuration
@@ -442,6 +443,14 @@ Parameters:
442
443
- " true"
443
444
- " false"
444
445
Default : " false"
446
+
447
+ EnableDetailedMonitoring :
448
+ Type : String
449
+ Description : Enable detailed EC2 monitoring
450
+ AllowedValues :
451
+ - " true"
452
+ - " false"
453
+ Default : " false"
445
454
446
455
Rules :
447
456
HasToken :
@@ -919,6 +928,8 @@ Resources:
919
928
HttpTokens : !Ref IMDSv2Tokens
920
929
# Allow containers using a Docker network on the host to receive IDMSv2 responses
921
930
HttpPutResponseHopLimit : 2
931
+ Monitoring :
932
+ Enabled : !Ref EnableDetailedMonitoring
922
933
ImageId : !If
923
934
- HasImageId
924
935
- !Ref ImageId
You can’t perform that action at this time.
0 commit comments