cloud-pipeline
cloud-pipeline copied to clipboard
AWS EFA support
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.configcontains special part for instances that support EFA (e.g. c5n.18xlarge) withperformance_networkandnetwork_subnet_idparameters specified- run on of specified instance types, efa drivers will be installed automatically