AWS S3 Outage and Spinnaker Multi-Region Support

Feb 28, 2017 by Isaac Mosquera

We are reminded again today (Feb 28, 2017) about the fragility of the Internet. S3 is still down in us-east-1 and currently affecting pretty much every known business running on AWS and effectively shutting down the internet. I’m quite astonished at how a single service outage can bring popular other services like Slack, Dockerhub and even AWS’s own console to it’s knees. TechCrunch pointed out “Amazingly, even the status indicators on the AWS service status page rely on S3 for storage of its health marker graphics” There are known best practices like deploying into multiple regions to prevent these types of situations and the public cloud was supposed to usher in a new era of computing that allows for redundancy “built in”. However getting to multi-region isn’t free and it takes foresight and work to make multi-region support.

Fortunately Spinnaker makes the process of implementing multi-region a lot easier. Spinnaker accomplishes by giving you a multi-region view of your applications which differs from AWS’s console which has a different view of each region. With Spinnaker, getting a global view of your application deployment is the default. Deploying into multi-region is as easy specifying what your ASGs (known as Server Groups in Spinnaker) will look like in those regions. While this doesn’t remove the need to think about your stateful services like databases, but giving a global view of your service deployments make it a lot easier.

Recently Published Posts

Introducing Pipelines-as-Code Plugin for Open Source Spinnaker

Jul 21, 2023

Easily Scale and Automate with Version Control in Git Developers choose best-of-breed version control systems like GitHub for a reason: they need the ability to collaborate and improve code together.  But a broken Spinnaker deployment pipeline can often be the last thing standing in the way of getting your application to market.  Until now. Armory’s […]

Read more

What is FedRAMP and Why It Matters

Jun 8, 2023

What’s FedRAMP? Federal Risk and Authorization Management Program (FedRAMP) is a government-wide program that provides a standardized approach to security assessment, authorization, and continuous monitoring for cloud products and services. FedRAMP is important since it’s the gold standard for assessing cloud service providers (CSP) within the government. Under this program, authorized FedRAMP cloud service providers […]

Read more

New Spinnaker Operator Updates Now available for the Spinnaker Community

Mar 15, 2023

Stay up-to-date with the latest Kubernetes release with Spinnaker. The Armory crew has worked diligently the past several weeks to release a new stable version of OSS Operator (1.3.0). This is the first release in just over 18 months and is now available for the open source community.  What Changed? The Spinnaker Operator is the […]

Read more