aws-samples / amazon-eks-machine-learning-with-terraform-and-kubeflow

Distributed training using Kubeflow on Amazon EKS
Apache License 2.0
82 stars 42 forks source link

Solution needs to create a FSx for Lustre cluster in the Terraform #20

Closed ajayvohra2005 closed 2 years ago

ajayvohra2005 commented 2 years ago

The current Terraform script automatically creates an EFS file-system, but not FSx for Lustre file-system, even though the solution supports using both EFS and FSx for Lustre for staging the training data. The Terraform script needs to be updated to automatically create a FSx for Lustre file-system.

ajayvohra2005 commented 2 years ago

Hash commit ddc0e9628f8d038d159fff6570c16689b07a3c7e resolves this issue.