awslabs / fmbench-orchestrator

Run FMBench simultaneously across multiple Amazon EC2 machines to benchmark an FM across multiple serving stacks simultaneously
https://aws-samples.github.io/foundation-model-benchmarking-tool/
2 stars 2 forks source link

Add Support for Specifying `VPC_ID` Per Region for EC2 Instance Creation #8

Open dheerajoruganty opened 1 month ago

dheerajoruganty commented 1 month ago

Description:

Currently, the implementation uses the default VPC_ID for each region when launching EC2 instances. This behavior limits flexibility, as instances may need to be launched in non-default VPCs depending on the network requirements and configurations for specific regions.

The goal is to allow specifying a custom VPC_ID for each region when creating EC2 instances, overriding the default VPC configuration where needed. This will provide better control over network configurations across different AWS regions.

Requirements:

Possible Solutions: