If you remember in the begining we asked you to clone the git repo to your AWS console, well inside of that repo we also uploaded all of the assets we will need to successfully deploy the your RDS database and Lambda Functions:
first lets take a look at what we have:
cd ~/aws-modernization-dt-orders-setup/provision-scripts/
and type
ls -ltr
This will display the contents of this directory you just switched to:
ensure that you have all of the files highlighted by red outlines as they do the following:
If you do not please advise your instructor or double check to make sure you are in the right directory.
look closely at your list of permissions specifically on the LambdaProvisionScript.sh it is not set up to be executatable. lets give it the permissions necessary to use that file. In your console cli type “chmod u+x LambdaProvisionScript.sh” now so that we can reference and execute the script. If you do another ls -ltr you will see it has now turned green.