Welcome to the AWS immersion day lab environment.
We will be running the labs in the us-east-1 (N. Virginia) region.
Please ensure the SageMaker stack is created, if not run it manually:
aws cloudformation create-stack \
--region us-east-1 \
--stack-name SageMaker \
--template-body file://sagemaker-lab.json \
--capabilities CAPABILITY_NAMED_IAM
This stack will output
Amazon SageMaker ExecutionRolefor running your SageMaker notebooks.Amazon SageMaker S3 Bucketfor storing the models and artefacts.
Each lab has a read-me to get started.