Please make sure the left hand side says UnicornFlix. If it does not please move into the directory with cd UnicornFlix
-
If you are running this event at AWS with Event Engine please click to expand for additional environment configuration steps:
Click here for Event Engine instructions
- Obtain your hash from the event lead and visit https://dashboard.eventengine.run/login
- Login in using your hash and click on the use console button
- A popover will appear with your AWS console access federation link and AWS CLI profile links
- Open up your AWS profile folder on your computer (
~/.aws/for Mac and Linux andC:\Users\USERNAME \.aws\for windows) - If you don't have a AWS profile folder you need to create it and add in two files. One file called
credentialsandconfig. - Edit your
credentialsfile by adding in a new profile like so (copying the values from the popover in event engine). Please note that the credentials file is all lowercase (in Event Engine it is uppercase).[ee] aws_access_key_id = XXXXXXXXXXXXXXXX aws_secret_access_key = XXXXXXXXXXXXXXXXXXXXXXXXX aws_session_token = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - Edit your
configfile by adding default values (changing your region to the assigned region of your event)[ee] region = us-west-2 output = json - When running
amplify initchoose the newly created profile calledee(Note: please don't select default)