-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
feat: Add support for allowing EFA network interfaces #1980
feat: Add support for allowing EFA network interfaces #1980
Conversation
If you get time 🙏🏼 @antonbabenko |
desired_size = 1 | ||
|
||
# aws ec2 describe-instance-types --region eu-west-1 --filters Name=network-info.efa-supported,Values=true --query "InstanceTypes[*].[InstanceType]" --output text | sort | ||
instance_type = "c5n.9xlarge" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the cheapest instance type among the most expensive ones! That's what we need in examples :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ya I know 😅 , I might end up commenting this out and putting a note to check periodically
## [18.18.0](v18.17.1...v18.18.0) (2022-04-03) ### Features * Add support for allowing EFA network interfaces ([#1980](#1980)) ([523144e](523144e))
This PR is included in version 18.18.0 🎉 |
## [18.18.0](terraform-aws-modules/terraform-aws-eks@v18.17.1...v18.18.0) (2022-04-03) ### Features * Add support for allowing EFA network interfaces ([terraform-aws-modules#1980](terraform-aws-modules#1980)) ([523144e](terraform-aws-modules@523144e))
## [18.18.0](terraform-aws-modules/terraform-aws-eks@v18.17.1...v18.18.0) (2022-04-03) ### Features * Add support for allowing EFA network interfaces ([terraform-aws-modules#1980](terraform-aws-modules#1980)) ([523144e](terraform-aws-modules@523144e))
## [18.18.0](terraform-aws-modules/terraform-aws-eks@v18.17.1...v18.18.0) (2022-04-03) ### Features * Add support for allowing EFA network interfaces ([#1980](terraform-aws-modules/terraform-aws-eks#1980)) ([aeec2e1](terraform-aws-modules/terraform-aws-eks@aeec2e1))
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Motivation and Context
Breaking Changes
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request