I’ve configured the AWS CLI using aws configure with the Access Key ID and Secret Key provided in the access confirmation email. I can successfully run:
aws sts get-caller-identity
which returns:
{“UserId”: “AIDAXXXXXXXXXXXXXXXX”,
“Account”: “XXXXXXXXXXXX”,
“Arn”: “arn:aws:iam::XXXXXXXXXXXX:user/xxxxxx@xxx.xxx”}
This confirms that my credentials are valid and associated with an approved AWS account.
However, when I try to download the dataset using:
ego4d --output_directory="~/ego4d_data" --datasets viz
I receive a “Forbidden” error.
Has anyone else encountered a similar “Forbidden” error when using the provided Access Key ID and Secret Key?
Are these credentials in the email intended for direct data access, or should alternative authentication methods be used for downloading the dataset?