- Newest
- Most votes
- Most comments
The error you're encountering is an access denied issue when trying to query the MIMIC III dataset in Amazon Athena. This is happening because while you may have the necessary permissions for your AWS user to use Athena itself, you don't have access to the underlying S3 bucket where the MIMIC III data is stored.
Based on the error message, the data is stored in the "mimic-iii-physionet" S3 bucket, which appears to be a bucket that you don't own or have permissions to access. The MIMIC III dataset is a medical database that typically requires specific authorization to access due to its sensitive nature.
To resolve this issue:
-
You need to obtain proper access to the MIMIC III dataset. This typically requires completing a training course and signing a data use agreement with PhysioNet, the organization that manages this dataset.
-
If you've already completed the necessary authorization steps for MIMIC III, you may need to ensure that your AWS credentials or role has been granted access to the specific S3 bucket containing the data.
-
If you're working within an organization that has set up this dataset, contact your administrator to ensure your IAM role or user has the appropriate S3 permissions to read from the mimic-iii-physionet bucket.
-
Alternatively, if you're supposed to be working with a copy of the MIMIC III dataset in your own S3 bucket, make sure the data is properly loaded and that the Athena table definitions point to the correct location.
Remember that even with proper AWS permissions, accessing medical datasets like MIMIC III requires appropriate authorization due to the sensitive nature of the data.
Sources
S3 Tables - Unable to query using Athena | AWS re:Post
S3 LOCATION INvalid | AWS re:Post
Amazon Athena Features – Serverless Interactive Query Service – Amazon Web Services
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 10 months ago