/aws-panorama-immersion-day

Primary LanguagePythonMIT No AttributionMIT-0

AWS Panorama Immersion Day contents

How to set up

  1. 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
    
  2. Visit SageMaker Notebooks instances page and find "PanoramaWorkshop". Click "Open JupyterLab".
  3. 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.
  4. Open "setup-sm.ipynb". This notebook contains required environment setting steps.
  5. From menu bar, select "Run" > "Run All Cells"

How to clean up

  1. Stop the "PanoramaWorkshop" instance from SageMaker Notebooks instances page.
  2. Empty the contents of S3 bucket panorama-workshop-{account-id}.
    $ aws s3 rm s3://panorama-workshop-{account-id} --recursive
    
  3. 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.