redhat-developer-demos / openshift-hybridizer

All in One Openshift Cluster Hybrid Cloud Provisioner
Apache License 2.0
13 stars 9 forks source link

AWS error: Enhanced networking with ENA is required for m5.xlarge instance #20

Closed DonSchenck closed 6 years ago

DonSchenck commented 6 years ago

Getting the following error while attempting to provision the Amazon VM:

`TASK [cloud-resources : AWS Create All in one OpenShift Node] **

fatal: [localhost]: FAILED! => {"changed": false, "msg": "Instance creation failed => InvalidParameterCombination: Enhanced networking with the Elastic Network Adapter (ENA) is required for the 'm5.xlarge' instance type. Ensure that you are using an AMI that is enabled for ENA."} localhost

: ok=9 changed=0 unreachable=0 failed=1 `

DonSchenck commented 6 years ago

I solved this by using image image: "ami-00f7c900d2e7133e1"

rafabene commented 6 years ago

What region? This ami number seems too large.

rafabene commented 6 years ago

We should use the provided combinations to avoid errors: https://github.com/redhat-developer-demos/openshift-hybridizer/blob/master/docs/_includes/aws-amis.adoc