Home > OS >  AWS S3 - Getting 400 error when trying to access from aws web console; Also getting lots of errors i
AWS S3 - Getting 400 error when trying to access from aws web console; Also getting lots of errors i

Time:05-05

just noticed this and am worried. Looking for advice on the cause and possible solutions.

  • S3 does not open on either sub-admin or root account. Getting 400 error.

    • haven't noticed any other resources that aren't loading.. I can access lambda, ddb, apigateway, etc. just fine.
  • Not sure if it's related but I noticed a bunch of errors in dev tools console when I sign into AWS. Not sure if those are normal as I've never taken notice before.. but thought it might be worth including.

Included screenshots of both below.

400 Error when attempting to access S3

Errors in devtools at AWS home page

CodePudding user response:

Seems that the request your submitting has a header which is too large. Have you tried using a different browser?

If that works you may just need to clear the cache in the current. Assuming it still happens let us know what you tried.

The error 413 means Request entity too large.

  • Related