aws-samples / aws-kms-workshop

This AWS KMS workshop intends to provide a better understanding on AWS Key Management Service (AWS KMS) through a set of practical exercises.
Apache License 2.0
34 stars 29 forks source link

WebApp.py not current #3

Open Ski86 opened 2 years ago

Ski86 commented 2 years ago

UMGC is still using this workshop. As a student, when in section 3 trying to initiate the WebApp.py to start the webserver, the Amazon Linux AMI doesn't like the script due to python versions.

Is it possible to update this script boto install ref boto3 error ?

userhas404d commented 2 years ago

Hey @Ski86 guess we're in the same class lol. Based on how stale the PRs are on this project I think its safe to say its not being actively maintained. That said, these commands should get you through the step you're stuck on:

sudo python2.7 -m ensurepip --upgrade
sudo python2.7 -m pip install boto3
sudo python2.7 WebApp.py 80