Can ReadWriteMany be used for dynamic provisioning of AWS PVC?
My goal is to attach a dynamic volume claim to a deployment on EKS cluster, I am using this tutorial https://aws.amazon.com/blogs/storage/persistent-storage-for-kubernetes/ My manifests are storage class, volume claim and a deployment : ( Same as from tutorial) kind: StorageClass apiVersion:…