article thumbnail

Serverless at re:Invent 2017

The Symphonia

Traffic shaping / canary deployment was pre-announced at Serverless Conf NYC in October, and this is now available. Like Lambda, API Gateway now supports canary deployment / traffic shaping. A much bigger update is the new integration with CodeDeploy to support Traffic Shaping and Canary Releases. We’re the experts!

article thumbnail

Weekend Reading: Amazon Aurora: Design Considerations for High Throughput Cloud-Native Relational Databases.

All Things Distributed

It gave us the opportunity to invent a new database architecture that would address to needs of modern cloud-scale applications, departing from the traditional approaches that had their roots in the databases of nineties. In this paper, we describe the architecture of Aurora and the design considerations leading to that architecture.

Database 117
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Revisiting “Serverless Architectures”

The Symphonia

I started writing “ Serverless Architectures ” in May 2016. Gojko Adzic has done some great speaking and writing on his experience here, and I included the link to his talk from late 2017. I was glad to be able to talk about Amazon’s automated traffic shifting / canary releases. I thought a few folks might be interested.

article thumbnail

Understanding the Importance of 5 Nines Availability

IO River

Delta Air Lines experienced a severe system outage in 2017, resulting in flight cancellations and delays across their network. The stakes are even higher during high-traffic periods such as Black Friday or Cyber Monday. High availability is a business imperative in this sector.

article thumbnail

Understanding the Importance of 5 Nines Availability

IO River

Delta Air Lines experienced a severe system outage in 2017, resulting in flight cancellations and delays across their network. The stakes are even higher during high-traffic periods such as Black Friday or Cyber Monday. High availability is a business imperative in this sector.

article thumbnail

A Tutorial on MongoDB Sharding With Best Practices & When To Enable It

Percona

This blog was originally published in October 2017 and was updated in September 2023. The sharding architecture consists of several components: Shard Servers : Shard servers are individual nodes within the sharded cluster. Sharding is a preferred approach for database systems facing substantial growth and needing high availability.

article thumbnail

Setting Up and Deploying PostgreSQL for High Availability

Percona

Unfortunately, using certain open source database software as part of an HA architecture can present significant challenges. Downtime due to SPOFs can also be attributed to bottlenecks from architectures designed for applications instead of databases. Despite all its upside, PostgreSQL software presents such challenges.