amazon-efs

unable to parse JSON using terraform external data

白昼怎懂夜的黑 提交于 2019-12-24 09:19:14
问题 USE CASE I wanted to provision an EFS in a given region with an EC2 instance and then mount that instance with EFS and if EFS doesn't exist in that region then I need to provision an alternate of EFS . PROBLEMS Amazon is not offering EFS service in every region. There is no way to identify the availability of service using aws-cli . Already asked but didn't get an answer yet link WHAT I TRIED This is the case where amazon provide the service, If I run this command curl -ls https:/

Facing an issue with attaching EFS volume to Kubernetes pods

孤人 提交于 2019-12-19 23:21:01
问题 I am running my docker containers with the help of kubernetes cluster on AWS EKS. Two of my docker containers are using shared volume and both of these containers are running inside two different pods. So I want a common volume which can be used by both the pods on aws. I created an EFS volume and mounted. I am following link to create PersistentVolumeClaim . But I am getting timeout error when efs-provider pod trying to attach mounted EFS volume space. VolumeId , region are correct only.

Facing an issue with attaching EFS volume to Kubernetes pods

这一生的挚爱 提交于 2019-12-01 18:43:14
I am running my docker containers with the help of kubernetes cluster on AWS EKS. Two of my docker containers are using shared volume and both of these containers are running inside two different pods. So I want a common volume which can be used by both the pods on aws. I created an EFS volume and mounted. I am following link to create PersistentVolumeClaim . But I am getting timeout error when efs-provider pod trying to attach mounted EFS volume space. VolumeId , region are correct only. Detailed Error message for Pod describe: timeout expired waiting for volumes to attach or mount for pod