This repo is to demonstrate the usage for S3 Express One Zone usage with Mountpoint for Amazon S3 CSI Driver on EKS.
- AWS credentials setup on your workstation. Prefer admin equivalent for less friction.
- Terraform installed.
Initalize the project
terrafrom init
terraform plan -out planfile
Deploy
terraform apply "planfile"
Once deployed, you will have an EKS cluster running, with default demo application being deployed and mount the S3 Directory Bucket (bucket with S3 Express One Zone storage class).