cloud-pipeline icon indicating copy to clipboard operation
cloud-pipeline copied to clipboard

AWS EFA support

Open SilinPavel opened this issue 4 years ago • 0 comments

This PR adds possibility to install EFA drivers for specific types of instances if requested.

This PR also changes how we can specify instance_mask in cloud.network.config for aws-regions, now we can specify in as array e.g.: ["c5n.18x*", "c5n.metal"] and as it was before: c5*

Pre-requested configuration to be able to run EFA-enabled instance

  • cloud.network.config contains special part for instances that support EFA (e.g. c5n.18xlarge) with performance_network and network_subnet_id parameters specified
  • run on of specified instance types, efa drivers will be installed automatically

SilinPavel avatar Feb 17 '21 16:02 SilinPavel