Skip to content

Error Using S3 Select: "The Specified Method is Not Allowed Against This Resource"

0

I’m trying to query a CSV file stored in an S3 bucket using S3 Select, but I’m encountering the following error: Getting error message as The specified method is not allowed against this resource. Use Amazon Athena , S3 Object Lambda , or client-side filtering to optimize querying your data in Amazon S3. Learn more

Here is upload file data

customerId,firstname,lastname,phonenumber,address
1,John,Doe,+9198763210,"123 Main St, Mumbai, MH"
2,Jane,Smith,+919845678,"456 Elm St, Pune, MH"
3,David,Johnson,+9197654321,"789 Oak St, Bengaluru, KA"
4,Alice,Williams,+9198512340,"101 Pine St, Delhi, DL"
5,Robert,Brown,+9198503456,"202 Maple St, Chennai, TN"

asked 2 years ago2.5K views

1 Answer
1

Hello,

As mentioned in the below documentation, AWS has made the decision to close new customer access to Amazon S3 Select. Amazon S3 Select existing customers can continue to use the features as usual.

All accounts that own bucket(s) that received S3 Select requests until July 25, 2024, are considered existing customer accounts. If a new account created after July 25th, 2024 creates a new bucket, they will not be able to receive S3 Select requests.

Ref : https://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/

As per the above, this error is expected if your account/bucket was created after July 25th, 2024.

I hope this helps !

Regards,

AWS

answered 2 years ago

EXPERT

reviewed 2 years ago

EXPERT

reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.