Skip to content

Commit

Permalink
Get server script from main.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laren-AWS authored and ford-at-aws committed Oct 13, 2023
1 parent e2eb432 commit 763b98d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ yum -y update
sleep 30 # prevent "Error: Rpmdb changed underneath us"
yum install python-pip -y
python3 -m pip install boto3 ec2-metadata
wget -O server.py https://raw.githubusercontent.com/Laren-AWS/aws-doc-sdk-examples/fix-resilient-service-region/workflows/resilient_service/resources/server.py
# wget -O server.py https://raw.githubusercontent.com/awsdocs/aws-doc-sdk-examples/main/workflows/resilient_service/resources/server.py
wget -O server.py https://raw.githubusercontent.com/awsdocs/aws-doc-sdk-examples/main/workflows/resilient_service/resources/server.py
python3 server.py 80

0 comments on commit 763b98d

Please sign in to comment.