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
@@ -81,6 +81,7 @@ Metadata:
81
81
- InstanceRolePermissionsBoundaryARN
82
82
- IMDSv2Tokens
83
83
- EnableDetailedMonitoring
84
+
- EnableCloudWatchMetrics
84
85
85
86
- Label:
86
87
default: Auto-scaling Configuration
@@ -437,6 +438,14 @@ Parameters:
437
438
- "false"
438
439
Default: "false"
439
440
441
+
EnableCloudWatchMetrics:
442
+
Type: String
443
+
Description: Enable CloudWatch agent metrics
444
+
AllowedValues:
445
+
- "true"
446
+
- "false"
447
+
Default: "false"
448
+
440
449
EnableCostAllocationTags:
441
450
Type: String
442
451
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