terraform-aws-ec2-instance icon indicating copy to clipboard operation
terraform-aws-ec2-instance copied to clipboard

Terraform module to create AWS EC2 instance(s) resources πŸ‡ΊπŸ‡¦

Results 30 terraform-aws-ec2-instance issues
Sort by recently updated
recently updated
newest added

Hello There, How do i name the network interface during provision. There are two scenarios. 1. How to name the network interface during provision when we have a choice of...

## 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. - Yes βœ…: earliest reference was...

- [ Y ] βœ‹ I have searched the open/closed issues and my issue is not listed. ## ⚠️ Note Before you submit an issue, please perform the following first:...

## Description Add ebs_volume_attachments input variable and logic to automatically attach previously created volumes when starting instances. ## Motivation and Context This change simplifies the creation of immutable servers when...

stale

## Description I'm unable to create a new EC2 instance in me-central-1 region. It's failing on an error: ``` UnsupportedOperation: Specifying InstanceMetadataTags is not yet supported in this region ```...

## Description Getting a `Root_Block_Device is not expected here ` error message when using an example from this repo - [x ] βœ‹ I have searched the open/closed issues and...

## Description Add `--module-repo-shortname` argument to `.pre-commit-config.yaml` to help in running `pre-commit` checks (primarily from a docker container with the repo mounted). ## Motivation and Context Using the `pre-commit-terraform` docker...

## Is your request related to a new offering from AWS? No ## Is your request related to a problem? Please describe. When cloning the repository, and using the [pre-commit-terraform](https://github.com/antonbabenko/pre-commit-terraform)...

## Description Add a ```burstable_types``` data source, and modify the ```local.is_t_instance_type``` check to check against this data source, instead of a manually updated list of instance types. This allows the...

## Description Instance type [t4g supports burstable CPU credits mode](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html), but if ```cpu_credits``` is set when using the ```ec2-instance``` module it doesn't get set on the created resource. Any created...