Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error requiring ENA when it is enabled. #251

Open
Robinnibor opened this issue Feb 26, 2021 · 0 comments
Open

Error requiring ENA when it is enabled. #251

Robinnibor opened this issue Feb 26, 2021 · 0 comments

Comments

@Robinnibor
Copy link

Robinnibor commented Feb 26, 2021

I get the following error when deploying galaxy to EC2 machine with CloudMan

FAILURE
Create appliance task failed: CloudBridgeBaseException: An error occurred (InvalidParameterCombination) when calling the RunInstances operation: Enhanced networking with the Elastic Network Adapter (ENA) is required for the 'r5d.4xlarge' instance type. Ensure that you are using an AMI that is enabled for ENA. from exception type: <class 'botocore.exceptions.ClientError'>

However it looks like ENA is already enabled on my machine.

[ec2-user@ip-172-31-21-41 ~]$ modinfo ena
filename: /lib/modules/4.14.214-160.339.amzn2.x86_64/kernel/drivers/amazon/net/ena/ena.ko
version: 2.4.0g
license: GPL
description: Elastic Network Adapter (ENA)

(base) Robinde-MacBook-Pro:EC2 robin$ aws ec2 describe-instances --instance-id i-05b3aa4255c83af25 --query "Reservations[].Instances[].EnaSupport" --region us-west-1
[
true
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant