terraform-aws-modules / terraform-aws-ec2-instance

Terraform module to create AWS EC2 instance(s) resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/ec2-instance/aws
Apache License 2.0
758 stars 1.88k forks source link

Enabling monitoring for instance fails #268

Closed jayantlad closed 2 years ago

jayantlad commented 2 years ago

Hi, trying out this module to launch an instance in LocalStack and see a failure when monitoring = true

module.global.module.ec2.module.ec2.aws_instance.this[0]: Still creating... [10s elapsed] ╷ │ Error: Error updating Instance monitoring: : │ status code: 501, request id: │ │ with module.global.module.ec2.module.ec2.aws_instance.this[0], │ on .terraform\modules\global.ec2.ec2\main.tf line 7, in resource "aws_instance" "this": │ 7: resource "aws_instance" "this" { │

Succeeds when monitoring = false

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days

github-actions[bot] commented 2 years ago

This issue was automatically closed because of stale in 10 days

github-actions[bot] commented 2 years ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.