Please help I pasted the credentials for the windows os on the terminal, then I ran awzYid
I pasted the credentials for the windows os on the terminal, then I ran
aws s3 ls eohackathon-covid19
It returns
An error occurred (InvalidAccessKeyId) when calling the ListObjectV2 operation: The AWS Access key ID you provided does not exist in our records.
Please how can I resolve this am trying to get the files to the jupyter instance created on ec2
Copy this,
export AWS_DEFAULT_REGION=us-east-1 export AWS_ACCESS_KEY_ID= export AWS_SECRET_ACCESS_KEY= export AWS_SESSION_TOKEN=
from https://dashboard.eventengine.run/dashboard by clicking on AWS Console.
then paste and hit enter in the terminal,
after that run: aws s3 ls eohackathon-covid19 . Hope it works !
It works thanks
Happy to help :)