cloudlaunch
cloudlaunch copied to clipboard
Error requiring ENA when it is enabled.
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 ]