aws: command not found or “aws is not recognized”
Open a new terminal after installation. Re-run the AWS CLI installer when necessary and confirm that its installation directory is on your system PATH.
Unable to locate credentials
For this public bucket, the error usually means --no-sign-request was omitted. Add it to the command. Do not run aws configure solely for anonymous HMPDACC downloads.
AccessDenied
Confirm that --no-sign-request is present and that the object is intended for public release. Some human data require dbGaP or repository authorization and cannot be accessed anonymously.
NoSuchKey or an empty listing
Copy the S3 path exactly from the Data Resources catalog. S3 names are case-sensitive, and a missing character, release directory, or trailing prefix can identify a different location.
Insufficient disk space or very large files
Use aws s3 ls to inspect object sizes, choose a destination with enough free space, and avoid recursive downloads until the total scope is understood.
Interrupted download
Run the same aws s3 cp command again. For large collections, download smaller prefixes or individual files so failures are easier to recover from.
Corporate, institutional, proxy, or firewall restrictions
Ask your network administrator whether HTTPS access to Amazon S3 endpoints is allowed. Institutional proxy settings, TLS inspection, and outbound firewall rules can prevent otherwise valid public downloads.