Jaye Doepke

Results 7 comments of Jaye Doepke

I think the provider version needs to be bumped to`>= 4.14.0` because [that's when `instance_requirements` was added to launch templates](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#4140-may-13-2022). Also, maybe `instance_requirements` should be part of the [create_before_destroy pet...

> Ticket to track https://github.com/hashicorp/terraform-provider-aws/issues/21566 This has been closed/released in in [AWS Provider v4.16.0](https://github.com/hashicorp/terraform-provider-aws/blob/v4.16.0/CHANGELOG.md)

warner/magic-wormhole#280 sounds like it addressed the same bug, so I guess this PR is no longer necessary.

The `build_image` job failed, but I'm pretty sure that's not due to my changes.

Here's a blog post showing how using shutdown instances can decrease boot time: https://depot.dev/blog/faster-ec2-boot-time I imagine something like that, combined with pre-loading images, could make adding new nodes very fast.

This was fixed by https://github.com/grafana/helm-charts/pull/2121