Open Nida1998 opened 2 months ago
Voting for Prioritization
Volunteering to Work on This Issue
Hi @Nida1998!
I was going through your explanation, let me recap what I understood.
When registering an AMI with AWS you need to specify if it supports ENA or not.
On a Terraform aws_ami
resource there is the attribute ena_support
that you could look into.
Description
I am trying to initiate instance, having ami creating in same terraform script by picking up specific snapshot. but getting below error:
terraform error: Error launching source instance: InvalidParameterCombination: Enhanced networking with the Elastic Network Adapter (ENA) is required for the 't3.large' instance type. Ensure that you are using an AMI that is enabled for ENA.
anywork around is highly appreciated, I need to create multiple instances of size t3.medium.
References
No response
Would you like to implement a fix?
None