Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.98 KB

File metadata and controls

25 lines (14 loc) · 1.98 KB

Slurm Accounting Database using Amazon Aurora Serverless

Info

This recipe sets up an Amazon Aurora Serverless database that can support AWS ParallelCluster Slurm Accounting.

Usage

  1. Launch the template: Launch stack
  2. Follow the instructions in the AWS CloudFormation console.
  3. Monitor the status of the stack named slurm-accounting-db. When its status is CREATE_COMPLETE, navigate to its Outputs tab. You will find several values you can either use to creating an AWS ParallelCluster instance directly, or that you can imoport if you choose to create a cluster using CloudFormation.

Note If you wish to import networking configuration directly from an existing CloudFormation stack, you can use the alternative import template, providing the name of an active HPC Recipes for AWS networking stack.

Use with AWS ParallelCluster

For more details on how to use the resulting database resource, consult the AWS ParallelCluster documentation or the ParallelCluster with Slurm Accounting Enabled recipe.

Cost Estimate

It will cost approximately $22.00 to run this database for one week.

Cleaning Up

When you are done using this database, you can delete it by navigating to the AWS CloudFormation console and deleting the relevant stack. If you have enabled termination protection, you will need to disable it first.