terraform-aws-ec2-instance
terraform-aws-ec2-instance copied to clipboard
Terraform module to create AWS EC2 instance(s) resources πΊπ¦
## Description mark http_tokens required by default for imdsv2 - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-metadata-v2-how-it-works.html - https://aws.amazon.com/blogs/security/get-the-full-benefits-of-imdsv2-and-disable-imdsv1-across-your-aws-infrastructure/ ## Motivation and Context AWS is deprecating imdsv1, and http_tokens required is needed for imdsv2 ## Breaking...
## Description If ami or instance_type are set (and they are by default) passing launch_template to the module doesn't work. ## Motivation and Context ## Breaking Changes ## How Has...
## Is your request related to a new offering from AWS? Is this functionality available in the [AWS provider for Terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? See [CHANGELOG.md](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md), too. - No π: please wait to...
## Description The source_dest_check is inconsistent when you explicitly set network_interface. It fails to apply to the instance, but does apply to the ENI's. I have also found that using...
## Is your request related to a new offering from AWS? This is not related to a new AWS offering ## Is your request related to a problem? Please describe....
## Is your request related to a new offering from AWS? Is this functionality available in the [AWS provider for Terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? See [CHANGELOG.md](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md), too. - No π: please wait to...
## Description Added parameter to create an attach aws_eip resource to ec2 instance ## Motivation and Context It allows to attach public static IP address which will not be changed...
## Description root_block_device variable is now a map instead of list of maps. ## Motivation and Context Since aws_instance resource only allows for a single root_block_device it makes no sense...
Steps to reproduce the behavior: ``` create a new project create a new EC2 instance with the "terraform-aws-modules/ec2-instance/aws" module include an AMI ID in the ami input variable run terraform...
## Description - [X] β I have searched the open/closed issues and my issue is not listed. Release [v5.3.0](https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/releases/tag/v5.3.0) introduced a change to "Remove call data ssm parameter when ami...