1. Home
  2. Companies
  3. Amazon Web Services
Amazon Web Services

Amazon Web Services status: access issues and outage reports

No problems detected

If you are having issues, please submit a report below.

Full Outage Map

Amazon Web Services (AWS) offers a suite of cloud-computing services that make up an on-demand computing platform. They include Amazon Elastic Compute Cloud, also known as "EC2", and Amazon Simple Storage Service, also known as "S3".

Problems in the last 24 hours

The graph below depicts the number of Amazon Web Services reports received over the last 24 hours by time of day. When the number of reports exceeds the baseline, represented by the red line, an outage is determined.

At the moment, we haven't detected any problems at Amazon Web Services. Are you experiencing issues or an outage? Leave a message in the comments section!

Most Reported Problems

The following are the most recent problems reported by Amazon Web Services users through our website.

  • 80% Website Down (80%)
  • 20% Errors (20%)

Live Outage Map

The most recent Amazon Web Services outage reports came from the following cities:

CityProblem TypeReport Time
Iztacalco Website Down 3 days ago
Boca da Mata Errors 15 days ago
Township of Evan Website Down 29 days ago
New York City Website Down 1 month ago
Ciudad Jardín Website Down 2 months ago
Kyiv Sign in 3 months ago
Full Outage Map

Community Discussion

Tips? Frustrations? Share them here. Useful comments include a description of the problem, city and postal code.

Beware of "support numbers" or "recovery" accounts that might be posted below. Make sure to report and downvote those comments. Avoid posting your personal information.

Amazon Web Services Issues Reports

Latest outage, problems and issue reports in social media:

  • Chukwunons63680
    Eemanuel (@Chukwunons63680) reported

    @nvidia @awscloud @grok what is the CPU server for?

  • phicerhq
    PHICER (@phicerhq) reported

    @awscloud Resolving issues before customers notice is valuable, but proactive agents need clear consent, confidence thresholds, escalation paths, and reversible actions. Observability should explain not only what happened, but why the agent was allowed to act.

  • reze_xqc
    Siya (@reze_xqc) reported

    @AWSSupport @AWSSupport @awscloud Case 178653274100402, 4 days old. Got a copy-paste "noted for awareness" reply, no actual fix. Still locked out of AWS Builder ID, still can't access AWS Academy courses. This is blocking coursework. Fix it.

  • DonKofiAdM1n
    Don KofiAdM1N 🎖️🎖️🎖️ (@DonKofiAdM1n) reported

    @anonymo6575 @AsakyGRN lol even a Jss2 can go all you just mentioned right now seriously you have no idea. Do you even know anything about Amazon aws javasscript c++ building a valid algorithm or a bank website that you login in with on your phone you think yahoo guys can do this ? lol your Knowledge is limited.

  • thetradingguy_
    The Trading Guy (@thetradingguy_) reported

    @AWSSupport , got no replies on this upon follow up message. Please look into it. Why is it so tough to resolve an issue?

  • mahadevkv
    Mahadev Vyavahare (@mahadevkv) reported

    @SarvamAI should learn from American companies on how to and what to document on internet Documentation and visibility is broken compared on sarvam website. Learn from @OpenAI and @awscloud

  • krrawn
    krrawn (@krrawn) reported

    I was wondering why @awscloud support was slow the other day

  • schuttsm
    Stephen “The Yellow Dart” Schutt (@schuttsm) reported

    @QuinnyPig @awscloud I get charged $0.55 every month. Fix that

  • sir_divs_alot
    🦋Kieran🦋 💻 (@sir_divs_alot) reported

    @AWSSupport Thanks for your response and I've been keeping track for any updates very closely but the problem is these cases are either unassigned and if they are, no one is following up. I'm at the point of just giving up entirely cuz it's pointless waiting endlessly.

  • wpbeginner
    WPBeginner (@wpbeginner) reported

    You built your WordPress site over months (or years). One bad plugin/theme update can wipe it all out overnight. 😱 Plugin conflicts. Malware. A botched migration. A hacked server. The disasters that take down WordPress sites usually happen without warning. And here's the mistake most site owners make: they think their hosting provider's backup is enough. It's NOT. If the server fails, you lose both your site and the backup. We share the complete step-by-step guide for backing up your WordPress site the right way. Here is what you will learn: ✅ Use a Backup Plugin (Best for Most People): @DuplicatorWP is what we use across our sites. Full-site backups, disaster recovery links, and restore without having the plugin pre-installed. Free version available, Pro has scheduled backups. ✅ Use Your Hosting Provider's Backup: SiteGround (where WPBeginner is hosted) includes manual and automated daily backups on all plans. Bluehost partners with CodeGuard and Jetpack for their built-in options. ✅ Manual Backup With cPanel or FTP: Use cPanel's Backup Wizard for a full backup, or connect via FileZilla FTP to download your wp-content, themes, plugins, and wp-config.php files directly. ✅ Send Backups to Cloud Storage: Duplicator and UpdraftPlus both connect natively to Google Drive, Dropbox, OneDrive, and Amazon S3. Never store backups on the same server as your website. If your host fails, both are gone. ✅ Set Up Automatic Scheduled Backups: Configure hourly, daily, weekly, or monthly backups in Duplicator based on how often you publish. eCommerce stores and busy blogs need daily. Slower-moving sites can get away with weekly. Ready to protect years of hard work with a proper WordPress backup system? Read the full ultimate step-by-step guide 👇 (Link is in the thread below)

  • AdamMolnarHF
    Adam 🤗 (@AdamMolnarHF) reported

    @cgeorgiaw @AnthropicAI @awscloud ooh, I've actually been working on an autoresearch space for a different problem (math) using Kimi k3 + inference providers, I could try forking and seeing if I can reshape the structure around this with this data + build it fully in the open!

  • beeradmoore
    Brad (@beeradmoore) reported

    @QuinnyPig @awscloud I made a thing that posts in Slack when a new AZ goes live. It has pipped up twice in two days. I thought that was odd, it’s sat silent for so long and now twice in two days! Turns out it’s broken and will just repeat until I tell it that yes I know about eu-west-2d

  • g00manoid
    Arick Goomanovsky (@g00manoid) reported

    @awscloud It's worse than technical debt in one way - sprawl compounds through the connections, not just the count. Ten agents with no shared context or ownership isn't ten problems, it's every pair of them. The fix is a connective layer that makes them a network instead of scattered debt.

  • hsnice16
    Himanshu Singh (@hsnice16) reported

    Been using LLMs a lot to write code recently. Sometimes I learn a few new things, and sometimes it just confuses itself and me, maybe because there is no one right way to do things. Recently, while working on a pricing page for a new product we've been developing, a senior team member suggested that it would be better to extract it into a separate codebase and deploy the frontend separately. He would then route it through CloudFront under the same origin to avoid cross-origin issues when transferring credentials. I learned that using `*` for `Access-Control-Allow-Origin` doesn't work for credentialed CORS requests. But before all of this worked, I had extracted the pricing frontend into the same codebase, just in a new folder with the required files, and was trying to deploy it on the same infrastructure the rest of the application was using on @awscloud. It wasn't working because there were some issues between the build output and the CDK synthesis/deployment stages. Eventually, I extracted the code into a completely new repository and deployed it on @vercel.

  • yuli_tsvetkov
    Yuliyan Tsvetkov (@yuli_tsvetkov) reported

    @per_arneng @awscloud That's the control plane handshake, not Terraform being slow. Don't put cluster create on the incident path. Keep a warm spare per env.

  • alvarovillalbap
    Alvaro Villalba (@alvarovillalbap) reported

    @philipkung @awscloud @amazon Technical support has being helpful historically for me (with smaller problems than yours) But it did cost us a lot of $$$ for something I feel should be included Did they charge for your technical support?

  • brandonajames
    Brandon James (@brandonajames) reported

    @callmeauntie218 Yes global outage from Amazon AWS.

  • jsnjui
    Jose njui (@jsnjui) reported

    Anyone to sort my AWS account. Am unable to login. Any leads to urgently help fix @awscloud @aws_UGkenya

  • OneShotCaller
    Matthew (@OneShotCaller) reported

    @ZZiata15569 @awscloud I have billing and budget alerts set up with AWS already. Main problem with a lot of tools I’ve used is too much noise in the alerts vs AWS option. Still, I think every AWS customer gets at least 1 surprise lol… part of initiation (onboarding?)

  • iHiteshAgrawal
    Hitesh Kumar Gupta (@iHiteshAgrawal) reported

    @kunalstwt @WeMakeDevs @awscloud Tried registering but the form needs a student email ID. My college doesn't issue one, which is common in tier 2 and 3 colleges. Happy to send university marksheets or college ID instead. Otherwise the online-for-all-India part misses the students who'd benefit most.

  • schematical
    Matt Lea (@schematical) reported

    @PhilipAnderse @awscloud @amazon What's the problem? I know a thing or two about AWS.

  • Aqib_Ansari_
    Aqib Ansari (@Aqib_Ansari_) reported

    @AWSSupport Hey @AWSSupport any update on this? 8 Aug 2026: Issue opened 13 Aug 2026: Issue escalated to specialized team 18 Aug 2026: Still being investigated. Its 21 Aug 2026 now still no resolution or substantive update. Nearly 2 weeks for a service-access issue is frustrating experience

  • TeeBeeCTO
    TeeBeeCTO (@TeeBeeCTO) reported

    Setting up a new AWS account @awscloud … and get non stop errors on set up. Looks like their vibe coding dystopia worked… were all going to die because SkyNet will have error pages that end up giving us all death by error page. Amazing work… @JeffBezos !!

  • TheAIShrink
    The AI Therapist (@TheAIShrink) reported

    @MikeLongTerm @amazon @awscloud EC2 on AMD CPUs. The cloud bill goes down, the margins go up. aws is quietly fixing its cost structure while everyone watches the models. smart

  • PolyPup
    PolyPup (@PolyPup) reported

    I think I have a problem. - 3 @ChatGPT subscriptions - 2 @AnthropicAI subscriptions - $8,200 @awscloud bill coming this month I have so many protocols built, ready for deployment. Really cool innovative, revenue generating projects but I'm hesitant to launch on anything. Maybe someday.

  • 140ismymax
    mark seery (@140ismymax) reported

    Peter DeSantis talking at #agenticaisummit There will NOT be one AI chip type. If multiple AI chips take multiple years to bring to market, you have to be making assumptions about model requirements in that time frame. It's a systems problem, including the network. Constraint drives innovation. Future is bright and built together. Peter DeSantis SVP, Foundational AI Models, Custom Silicon, Quantum Computing, Amazon @awscloud @amazon @BerkeleyRDI

  • gopal_goti
    Gopal Goti (@gopal_goti) reported

    @AWSSupport @AWSSupport Thank you for the update, but 'high volume' cannot justify a support case sitting completely 'Unassigned' for over 4 days for a basic account verification issue. This is not a complex technical issue. it is a backend system error on the AWS verification form.

  • harundotdev
    Harun R. (@harundotdev) reported

    2. The obvious fix: split responsibility. Metadata stays in a database like Postgres. The actual file goes to object storage, Amazon S3 being the standard example. Better. Still not the full fix.

  • reze_xqc
    Siya (@reze_xqc) reported

    @AWSSupport Case 178653274100402 opened 3 days ago, no response. Can't sign in to AWS Builder ID, email locked to unknown sign-in method, blocking access to AWS Academy courses. Need help.

  • MediocreInqv2
    The Mediocre Inquisitor (@MediocreInqv2) reported

    @OpenAIDevs @awscloud I’m trying to buy a ChatGPT account on my work email and it’s not allowing me to. Will you be able to fix these issues? M trying to pay you