Storage Health
Object storage operation status for us-east-1
All operations failing โ 503 Service Unavailable
Every object storage operation in us-east-1 is returning 503. The storage layer itself is rejecting requests โ not the API gateway, not the network.
OperationSuccess rateErrorp99 latency
PUT object0%503 Service UnavailableN/A
GET object0%503 Service UnavailableN/A
LIST bucket0%503 Service UnavailableN/A
DELETE object0%503 Service UnavailableN/A
HEAD object0%503 Service UnavailableN/A
COPY object0%503 Service UnavailableN/A
Sample error response:
HTTP/1.1 503 Service Unavailable
x-amzn-RequestId: 4a7e2b1c-f3d4-11e6-a8b9-c0143b4c3df4
Content-Type: application/xml
<Error>
ย ย <Code>ServiceUnavailable</Code>
ย ย <Message>Please reduce your request rate.</Message>
</Error>