AWS S3 Having Problems Again? (Monday 12PM Pacific)
11–20 of 59 posts
Re: AWS S3 Having Problems Again? (Monday 12PM Pacific)
#12Re: AWS S3 Having Problems Again? (Monday 12PM Pacific)
#13Re: AWS S3 Having Problems Again? (Monday 12PM Pacific)
#14Re: AWS S3 Having Problems Again? (Monday 12PM Pacific)
#15Re: AWS S3 Having Problems Again? (Monday 12PM Pacific)
#16"Hello, We have just become aware of EC2 network connectivity issues in the US-EAST-1 region. The impact of this issue is loss of network connectivity to EC2 instances in US-EAST-1. The AWS support and engineering teams are actively working on bringing closure to this issue. I will share additional information as soon as I learn more about this issue."
Re: AWS S3 Having Problems Again? (Monday 12PM Pacific)
#17What happened to that 99.99% availability? Either way this just got posted at reddit.com/r/sysadmin which might be useful to some for tracking error rate: https://pulse.turbobytes.com/results/55c8751aecbe400bf80005f...
As for what happened, my money is on this: https://aws.amazon.com/about-aws/whats-new/2015/08/amazon-s3...
> You can now increase your Amazon S3 bucket limit per AWS account... Amazon S3 now supports read-after-write consistency for new objects added to Amazon S3 in US Standard region.
The 100 bucket limit used to be an absolute, unchangeable hard limit - rare for AWS and thus likely something deep in the architecture from S3 being one of their first services - so I suspect the lifting of that limit involved some fairly major changes to the backend.
Re: AWS S3 Having Problems Again? (Monday 12PM Pacific)
#18I feel like AWS has way too many moving parts to be stable.
It's very tempting for them to reuse bits of infrastructure everywhere which increases the chances that if something goes wrong somewhere it will break your stuff. So for example, hosting instance images on S3 means that when S3 has issues, now EC2 has issues.
Re: AWS S3 Having Problems Again? (Monday 12PM Pacific)
#19edit: seeing connectivity issues again at 19h50UTC
Re: AWS S3 Having Problems Again? (Monday 12PM Pacific)
#20What happened to that 99.99% availability? Either way this just got posted at reddit.com/r/sysadmin which might be useful to some for tracking error rate: https://pulse.turbobytes.com/results/55c8751aecbe400bf80005f...
Their SLA guarantees 99.9% on a monthly basis. The 99.99% mentioned on the product page isn't guaranteed at all. As for what happened, my money is on this: https://aws.amazon.com/about-aws/whats-new/2015/08/amazon-s3... > You can now increase your Amazon S3 bucket limit per AWS account... Amazon S3 now supports read-after-write consistency for new objects added to Amazon S3 in US Standard region. The 100 bucket limit…
I'd wager it's more likely that read-after-write change.