PVC is pending | AWS playground

Hi,

I am working on AWS playground and the PVC I created for default storage class gp2 by kubernetes.io/aws-ebs provisioner is not getting bound. I dug through some documentation and found that CSI drivers need to be installed. As a first step I need to create an IAM OIDC provider which I am not able to due to the below error. Kindly help.

Reference article: Use persistent storage in Amazon EKS | AWS re:Post

Error: operation error IAM: GetOpenIDConnectProvider, https response error StatusCode: 403, RequestID: 86592058-c78f-4f28-9b45-0e12bf154e4c, api error AccessDenied: User: arn:aws:iam::734936784709:user/kk_labs_user_182809 is not authorized to perform: iam:GetOpenIDConnectProvider on resource: arn:aws:iam::734936784709:oidc-provider/oidc.eks.ap-southeast-1.amazonaws.com/id/34F32DB0E228BEA221FE28E48442555A because no identity-based policy allows the iam:GetOpenIDConnectProvider action

OIDC isn’t a permitted service in playground AFAIK, so you won’t be able to enable EBS provisioner.