galaxyproject / galaxyproject/cloudlaunch

Error requiring ENA when it is enabled.

Open
#251 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
42
Forks
36
PR merge metrics
No merged PRs in 30d

Description

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:

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
> ]

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.