You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/aws-stack.yml
+14Lines changed: 14 additions & 0 deletions
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
+
- EnableCloudWatchMetrics
78
79
79
80
- Label:
80
81
default: Auto-scaling Configuration
@@ -417,6 +418,14 @@ Parameters:
417
418
- "false"
418
419
Default: "false"
419
420
421
+
EnableCloudWatchMetrics:
422
+
Type: String
423
+
Description: Enable CloudWatch agent metrics
424
+
AllowedValues:
425
+
- "true"
426
+
- "false"
427
+
Default: "false"
428
+
420
429
EnableCostAllocationTags:
421
430
Type: String
422
431
Description: Enables AWS Cost Allocation tags for all resources in the stack. See https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html
0 commit comments