Quickstart overview
This section outlines the typical end-to-end workflow for running research computations on AWS using preconfigured infrastructure.
High-level workflow
Authenticate to AWS using SSO or credentials
Install and configure the AWS CLI
Build or select a custom AMI
Create a ParallelCluster
Attach shared storage (FSx)
Stage input data
Run workloads
Export results to S3
Tear down resources
Each step is described in detail in subsequent tutorials.
Assumptions
This documentation assumes:
You have access to an AWS account
You are permitted to create EC2, FSx, and CloudFormation resources (Check IAM permission policies)
You are working in a Unix-like environment (Linux or macOS)