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

Add support for AWS Elastic Fabric Adapter #92

Open
james-grant1 opened this issue Dec 11, 2020 · 2 comments
Open

Add support for AWS Elastic Fabric Adapter #92

james-grant1 opened this issue Dec 11, 2020 · 2 comments

Comments

@james-grant1
Copy link

Ansible development to enable EFA support as per support #25

@james-grant1
Copy link
Author

Instructions for supporting EFA including installing on different OSes:

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa-start.html

@christopheredsall
Copy link
Contributor

EFA is supported by certain instance types. You can get a list by using aws ec2 describe:

$ aws ec2 describe-instance-types --region eu-west-1 --filters Name=network-info.efa-supported,Values=true --query "InstanceTypes[*].[InstanceType]" --output text
i3en.24xlarge
g4dn.metal
m5zn.12xlarge
r5n.24xlarge
m5zn.metal
c5n.18xlarge
c5n.metal
m5dn.24xlarge
inf1.24xlarge
m5n.24xlarge
p3dn.24xlarge
i3en.metal
r5dn.24xlarge

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

2 participants