Why do you want this feature?
Elastic Inference adds GPU acceleration to any Amazon EC2 instance for faster inference at much lower cost (up to 75% savings). EKS customers could have extensive savings by provisioning a cluster using this instead of straight up GPUs.
Not sure, if this even made sense.
What feature/behavior/change do you want?
A GPU-powered cluster is created as:
eksctl create cluster eks-gpu \
--node-type=p3.8xlarge \
--nodes=2 \
--region=us-west-2 \
--ssh-access \
--ssh-public-key=arun-us-west2
A CLI using Elastic Inference could be:
eksctl create cluster eks-gpu \
--nodes=2 \
--region=us-west-2 \
--vpc-elastic-inference
--ssh-public-key=arun-us-west2
Do not hesitate, when appropriate, to share the exact commands or API you would like, and/or to share a diagram (e.g.: asciiflow.com): "a picture is worth a thousand words".
Could you please share the docs for CloudFormation along with reference docs?
+1
Here is a sample i found
https://github.com/aws-samples/amazon-elastic-inference-eks
Do we have anything other than the ones listed below to be addressed for this?
ElasticInferenceAccelerators per node group (https://github.com/aws-samples/amazon-elastic-inference-eks/blob/475452ba42ebff295a482fb971012f8de21ac162/stack.cfn.yml#L795-L796elastic-inference-connect to the node IAM policy (https://github.com/aws-samples/amazon-elastic-inference-eks/blob/475452ba42ebff295a482fb971012f8de21ac162/stack.cfn.yml#L598+1 this is critical for economic inference workloads
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
Most helpful comment
+1 this is critical for economic inference workloads