AWS Panorama Immersion Day contents
How to set up
- Create a CloudFormation stack with this template file.
$ aws cloudformation create-stack \ --template-body file://./cloudformation/cf-panorama-workshop.yaml \ --capabilities CAPABILITY_IAM \ --stack-name panorama-workshop-1
- Visit SageMaker Notebooks instances page and find "PanoramaWorkshop". Click "Open JupyterLab".
- From the file browser pane in left hand side, find "aws-panorama-immersion-day" directory, and double click it to see the contents of this repository.
- Open "setup-sm.ipynb". This notebook contains required environment setting steps.
- From menu bar, select "Run" > "Run All Cells"
How to clean up
- Stop the "PanoramaWorkshop" instance from SageMaker Notebooks instances page.
- Empty the contents of S3 bucket panorama-workshop-{account-id}.
$ aws s3 rm s3://panorama-workshop-{account-id} --recursive
- Delete the CloudFormation stack.
$ aws cloudformation delete-stack --stack-name panorama-workshop-1
Security
See CONTRIBUTING for more information.
License
This library is licensed under the MIT-0 License. See the LICENSE file.