How to mount S3Files on EKS
AWs S3 files is a shared file system that connects any AWS compute directly with your data in Amazon S3. AWS presents cached EFS filesystem that can be mounted on multiple nodes in a cluster, and you are able to use it just like EfS filesystem.

In this exampe, I will document every steps required to setup S3 files and use it in a pod using Terraform code and Pod Identity.