dspace-group / simphera-reference-architecture-aws

In order to deploy SIMPHERA to AWS, various cloud resources, such as a Kubernetes cluster, PostgreSQL database server, etc., need to be created. This repository contains a reference architecture for these AWS resources. You can use this Terraform configuration as a starting point to create these resources in your own AWS account.
MIT License
12 stars 4 forks source link

Unauthorized to create EFS storage class #138

Open ChristianBergen opened 3 months ago

ChristianBergen commented 3 months ago

When creating infrastructure with GPU nodepool, creation of the EFS storage class fails with "Unauthorized".

image

Currently there is no solution for this error, but a workaround exists. The storage class has to be created manually with the already created EFS file system id.

fmense commented 2 weeks ago

Just as a remark: Today I used g5.4xlarge nodes instead of p3.2xlarge and the error did not occur. The problem might be related to the kind of GPU nodes.