# Introducing multi-cloud support for Apollo Uplink

DevFeed: [Introducing multi-cloud support for Apollo Uplink](<https://devfeed.tech/articles/introducing-multi-cloud-support-for-apollo-uplink-23415.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/introducing-multi-cloud-support-for-apollo-uplink>)

Author: Dave Johnson

Published: 2022-05-04T09:50:24Z

Content type: release

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [Cloud](<https://devfeed.tech/topics/cloud.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [gateway](<https://devfeed.tech/topics/gateway.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Google Cloud Platform (GCP)](<https://devfeed.tech/topics/google-cloud.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [aws](<https://devfeed.tech/tags/aws.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [gateway](<https://devfeed.tech/tags/gateway.md>), [gcp](<https://devfeed.tech/tags/gcp.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [multi-cloud](<https://devfeed.tech/tags/multi-cloud.md>), [schema](<https://devfeed.tech/tags/schema.md>), [upgrade](<https://devfeed.tech/tags/upgrade.md>)

## AI overview

Apollo Uplink now supports a multi-cloud setup using independent endpoints on Google Cloud and Amazon Web Services. Apollo Gateway alternates between the endpoints, retries the other endpoint after a failed request, and falls back to a previously fetched schema if both are unavailable. Multi-cloud support was introduced in package version 0.36.0.

## Source excerpt

If you're running services in the cloud, what do you do when your cloud provider goes down? Even if you don't follow the news, you know that this is something that happens a little too often. The way to protect your services is to make sure you are not reliant on only one cloud provider. You can work to make your own services multi-cloud, and you should, but of course you also need to make sure that the services you rely on are also multi-cloud.