aws-eda-slurm-cluster
                                
                                 aws-eda-slurm-cluster copied to clipboard
                                
                                    aws-eda-slurm-cluster copied to clipboard
                            
                            
                            
                        AWS Slurm Cluster for EDA Workloads
Don't add extramount security groups to parallelcluster Don't add extra mount security groups to create cluster lambda Add ec2:DeleteTags permission Add missing fsx permissions. By submitting this pull request, I...
**Describe the bug** The RESEnvironmentName parameter assumes that the RES stack name will be the same, but it doesn't have to be. RES does create a bunch of stacks using...
Using latest version as of May 15. SHA code ending in 78a9c. During the slurm deployment an error message prints out: ERROR:root:No token file found. Also make sure that a...
Configure XIO Resolves #226 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
**Is your feature request related to a problem? Please describe.** APC 3.11.0 add the pyxis spack plugin which must exist or else client slurm calls will fail. Need to install...
**Describe the bug** ParallelCluster creation fails if FSxZ mount included. It is failing because it is requiring the FSxZ security group to have egress rules even though the FSxZ documentation...
Add support for AWS Parallel Computing Service (PCS) which offers a managed Slurm cluster. Add PcsConfig, similar to ParallelClusterConfig, and deploy/update the cluster using PCS instead of ParallelCluster.
I have spent countless hours trying to figure out proper syntax for the config file to get me a proper parallelcluster deployment. In thinking about the use case of aws-eda-slurm-cluster,...
I was trying to do an update of the cluster. I added the ClusterConfig/SlurmSettings/ScaledownIdletime to my cluster config file: ``` ParallelClusterConfig: Version: 3.11.1 Architecture: x86_64 Image: Os: rocky8 CustomAmi: ami-0d68c6538XXXXXXX...