Skip to content

Commit

Permalink
Add deployment instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaven committed Apr 26, 2024
1 parent 4679861 commit 2a8f0cc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,29 @@ We're also updating the list of included HPC application best practice regularly
So, feel free to request a new HPC application best practice from the [ISSUES](https://github.com/aws-samples/hpc-applications/issues) .<br>
We will do our best to satisfy your requests.<br>

## 1-Click deployment

If you already have a cluster up&running and you want to try these best practices, then you can just `git clone` this repository:
```
git clone https://github.com/aws-samples/hpc-applications.git
```
<br>
<br>

In case you don't have a cluster ready, you can use the CloudFormation template below to create a new one with just 1-Click.
Select your preferred AWS Region amond the supported ones. You will be asked a few questions about Networking and Storage;
if you have no idea how to answer or what these services are, just leave the detault values: `AUTO`.
The 1-Click deployment procedure will take care of creating everything needed for your HPC Cluster to run.

| Region | Launch |
|--------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| US | --- |
| Ohio (us-east-2) | [![Launch](https://samdengler.github.io/cloudformation-launch-stack-button-svg/images/us-east-2.svg)](https://console.aws.amazon.com/cloudformation/home?region=us-east-2) |
| EU |---|
| Stockholm (eu-north-1) | [![Launch](https://samdengler.github.io/cloudformation-launch-stack-button-svg/images/eu-north-1.svg)](https://eu-north-1.console.aws.amazon.com/cloudformation/home?region=eu-north-1#/stacks/quickcreate?templateURL=https%3A%2F%2Fhpc-applications-best-practice.s3.eu-west-1.amazonaws.com%2Feu-north-1.yaml&stackName=test2&param_PublicSubnetAId=AUTO&param_FSx=AUTO&param_PrivateSubnetAId=AUTO) |
| APJ |---|


## Security

See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.
Expand Down

0 comments on commit 2a8f0cc

Please sign in to comment.