Well, this outage says something about the companies that religiously depend on it. If your entire service just went down as soon as this happened, Congratulations! You didn't deploy in multiple regions or think about a failsafe/fallback option that redirects from your affected service or instance.
Very few companies or systems need near-perfect uptime. Multi-region cloud engineering, especially once data is involved, is incredibly expensive. If you do need the kind of resiliency you usually engineer it for just a very specific component rather than the entire system. An outage like this happens how often? Edit: Looks like this is affecting a single AZ... so bit different situation, but I would agree if you're…
AWS EC2/RDS Outage in us-east-1
41–50 of 152 posts
Re: AWS EC2/RDS Outage in us-east-1
#42Well, this outage says something about the companies that religiously depend on it. If your entire service just went down as soon as this happened, Congratulations! You didn't deploy in multiple regions or think about a failsafe/fallback option that redirects from your affected service or instance.
Re: AWS EC2/RDS Outage in us-east-1
#43The Spinnaker project is looking more appealing with every outage. Outage detected in X provider in Y region? Deploy infrastructure to Z provider in Y region.
From their Multi-Cloud section on their homepage: > Deploy across multiple cloud providers including AWS EC2, Kubernetes Kubernetes... where?
Re: AWS EC2/RDS Outage in us-east-1
#44The Spinnaker project is looking more appealing with every outage. Outage detected in X provider in Y region? Deploy infrastructure to Z provider in Y region.
Re: AWS EC2/RDS Outage in us-east-1
#45The Spinnaker project is looking more appealing with every outage. Outage detected in X provider in Y region? Deploy infrastructure to Z provider in Y region.
Re: AWS EC2/RDS Outage in us-east-1
#46The Spinnaker project is looking more appealing with every outage. Outage detected in X provider in Y region? Deploy infrastructure to Z provider in Y region.
This outage is only affecting a single availability zone, so taking on the complexity of multiple cloud providers would not be necessary to be resilient against it. AWS best practices would already have covered you.
Re: AWS EC2/RDS Outage in us-east-1
#47Well, this outage says something about the companies that religiously depend on it. If your entire service just went down as soon as this happened, Congratulations! You didn't deploy in multiple regions or think about a failsafe/fallback option that redirects from your affected service or instance.
Re: AWS EC2/RDS Outage in us-east-1
#48The Spinnaker project is looking more appealing with every outage. Outage detected in X provider in Y region? Deploy infrastructure to Z provider in Y region.
And if there is an issue for some reason failing over to another AWS region is a lot easier than having to fail over to another cloud provider. Outside of a very small number of cases building for multi-cloud is a lot of unnecessary work.
Re: AWS EC2/RDS Outage in us-east-1
#49Earlier quoted context omitted.
This outage is only affecting a single availability zone, so taking on the complexity of multiple cloud providers would not be necessary to be resilient against it. AWS best practices would already have covered you.
Where does it say it's a single AZ?
> We are investigating connectivity issues affecting some single-AZ RDS instances in a single Availability Zone in the US-EAST-1 Region.
Re: AWS EC2/RDS Outage in us-east-1
#50Curious. Lambda not effected. EC2 being physically tied to a box does introduce extra risk I hadn't thought of.
[1] technically your lambda never runs “inside your VPC” but it’s a colloquialism that everyone understand.