diff --git a/hackathon/readme_AWS.md b/hackathon/readme_AWS.md new file mode 100644 index 000000000..38a03c568 --- /dev/null +++ b/hackathon/readme_AWS.md @@ -0,0 +1,29 @@ +# How-to AWS resources for hackathon + +1. Get account: https://tinyurl.com/mboltzaws + a. Ue one-time passcode + b. Use AWS console (top left of GUI) + Open it via this button: +image + +2. Setting regions: see this thread https://boltz-community.slack.com/archives/C09LQG2HNBA/p1760970261463439 + image + + +3. Create notebook instance from GitHub repo: https://us-west-2.console.aws.amazon.com/sagemaker/home?region=us-west-2#/notebooks-and-git-repos + +## Troubleshotting + +### Downloading the data + +To download the challenges dataset via terminal, first navigate to the folder SageMaker/boltz-hackathon-template/ before running the download command (e.g., wget). + +### Managing environment + +See this (guide)[https://docs.aws.amazon.com/sagemaker/latest/dg/studio-lab-use-manage.html] + +#### To access anaconda +1. Open terminal (e.g. from Jupyter Lab) +2. Enter bash shell via `bash` +3. Usepre-installed conda +