seeing lots of 4xx errors in s3 bucket metrics, but not on the client side

0

we are seeing lots of 4xx errors in the s3 bucket metrics 4xx errors the error count is roughly aligned with the put traffic put traffic

but on the client side, we don't see any error on our side. is the 4xx error internal? how do i interpret the numbers?

Thanks!

asked a year ago1128 views
1 Answer
0

May I suggest that you temporarily enable S3 server access logging, so as to identify the root cause through fields HTTP status and Error Code?


For instance, the following entry indicated a HTTP status 404 with Error Code NoSuchBucketPolicy. Visit this documentation for more information.

79a59df900b949e55d96a1e698fbacedfd6e09d98eacf8f8d5218e7cd47ef2be DOC-EXAMPLE-BUCKET1 [06/Feb/2019:00:00:38 +0000] 192.0.2.3 79a59df900b949e55d96a1e698fbacedfd6e09d98eacf8f8d5218e7cd47ef2be A1206F460EXAMPLE REST.GET.BUCKETPOLICY - "GET /DOC-EXAMPLE-BUCKET1?policy HTTP/1.1" 404 NoSuchBucketPolicy 297 - 38 - "-" "S3Console/0.4" - BNaBsXZQQDbssi6xMBdBU2sLt+Yf5kZDmeBUP35sFoKa3sLLeMC78iwEIWxs99CRUrbS4n11234= SigV4 ECDHE-RSA-AES128-GCM-SHA256 AuthHeader DOC-EXAMPLE-BUCKET1.s3.us-west-1.amazonaws.com TLSV1.2 - Yes 
AWS
weidi
answered a year 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.

Guidelines for Answering Questions