terraform-aws-ecs-cluster
terraform-aws-ecs-cluster copied to clipboard
Detailed monitoring default enabled
After the creation of the new cluster, it enabled default detailed monitoring of EC2 instances, which caused the high AWS bill.

Hi @rajbasnet0007,
This is the default for the aws_launch_configuration resource. We'd happily accept a PR to disable this if you're willing to put one together.
Thanks, Toby
yes, please disable the detailed monitoring default. we unable to disable it by default
@tobyclemson @rajbasnet0007 merge request in progress
This has now been resolved in PR #71
Bear in mind that we have left the detailed monitoring enabled by default for backwards compatibility so to disable it, you'd need to pass the enable_detailed_monitoring var as false.