aws-samples / aws-eda-slurm-cluster

AWS Slurm Cluster for EDA Workloads
MIT No Attribution
28 stars 7 forks source link

[FEATURE] Add customized RES template #251

Closed cartalla closed 3 weeks ago

cartalla commented 3 weeks ago

Is your feature request related to a problem? Please describe.

The res-demo template creates a VPC with a hard-coded VPC CIDR range. This prevents it from being used to create multiple RES environments that can be connected together with VPC pairing connections.

It also only creates 2 admins and 2 users which limits its usefulness for demo environments or workshops where you want more users.

Modify the templates to allow configuration of VPC CIDR and additional users and groups.