awslabs / aws-saas-boost

AWS SaaS Boost is a ready-to-use toolset that removes the complexity of successfully running SaaS workloads in the AWS cloud.
Apache License 2.0
959 stars 188 forks source link

Added support for FSx ONTAP with EC2 Linux instance type #400

Closed netapp-vedantsethia closed 1 year ago

netapp-vedantsethia commented 1 year ago

Hi @brtrvn @PoeppingT

Here is the update with added support for FSx ONTAP as a filesystem on Linux EC2 instances. Please let us know if there is anything else to be done from our end. Also please inform us once this is published.

Files Changed:

  1. client/web/src/settings/components/filesystem/index.js : To enable FSx ONTAP option on the saas boost UI
  2. resources/custom-resources/fsx-dns-name/src/main/java/com/amazon/aws/partners/saasfactory/saasboost/FsxDnsName.java : To get the nfs endpoint from the lambda function.
  3. resources/tenant-onboarding-app.yaml : To mount the FS on EC2 instance
  4. resources/tenant-onboarding-fsx.yaml : FS security style type change for Linux support

Thanks & Regards Vedant Sethia NetApp Solutions Engineering Team

Contributors:

Vedant Sethia vedant.sethia@netapp.com Niyaz Mohamed niyaz.mohamed@netapp.com Dhruv Tyagi dhruv.tyagi@netapp.com

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

netapp-vedantsethia commented 1 year ago

Hi @brtrvn @PoeppingT any update on this PR?