Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to set SharedStorageType: Efs encrypted=True #6688

Open
davidekhub opened this issue Mar 7, 2025 · 0 comments
Open

Option to set SharedStorageType: Efs encrypted=True #6688

davidekhub opened this issue Mar 7, 2025 · 0 comments
Labels

Comments

@davidekhub
Copy link

I'm not going to paste all the config that's requested in the Issue template. If that's a problem, please let me know- it's a lot of work to gather all that config info and it's not relevant to this Issue.

We tried to enable SharedStorageType: Efs and create a new cluster, the CloudFormation fails (and rolls back).
In this case, I debugged the problem: our privileged user cannot create unencrypted Efs volumes, and the code to generate the CF stack looks like this:
https://github.com/aws/aws-parallelcluster/blob/develop/cli/src/pcluster/templates/cluster_stack.py#L269


            internal_efs_storage_shared = SharedEfs(
                mount_dir="/opt/parallelcluster/init_shared", name="internal_pcluster_shared", throughput_mode="elastic"
            )


By adding "encrypted=True", I was able to create a cluster with SharedStorageType: Efs

The feature request here is to add some sort of ability to set options for the SharedStorageType: Efs including encryption, as well as the other standard Efs options. This would probably match the existing support for these options in SharedStorage EFS Settings (https://docs.aws.amazon.com/parallelcluster/latest/ug/SharedStorage-v3.html)

@davidekhub davidekhub added the 3.x label Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant