CODE IN SKILL BUILDER NOT WORKING PLEASE CHECK WHY

0

#!/bin/bash -ex wget https://aws-tc-largeobjects.s3-us-west-2.amazonaws.com/DEV-AWS-MO-GCNv2/FlaskApp.zip unzip FlaskApp.zip cd FlaskApp/ yum -y install python3 mysql pip3 install -r requirements.txt amazon-linux-extras install epel yum -y install stress export PHOTOS_BUCKET=${SUB_PHOTOS_BUCKET} export AWS_DEFAULT_REGION=<INSERT REGION HERE> export DYNAMO_MODE=on FLASK_APP=application.py /usr/local/bin/flask run --host=0.0.0.0 --port=8

  • What’s the error you are getting?

asked 11 days ago56 views
1 Answer
0

Hello

Have you changed the export this part AWS_DEFAULT_REGION=<INSERT REGION HERE>

profile picture
GK
answered 11 days ago
  • YES I HAVE DONE THAT

  • Highly suggest posting the specific error that you are getting so that others can help.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions