Quantcast
Channel: MongoDB | Blog
Viewing all articles
Browse latest Browse all 2423

Global, Multi-Cloud Security at Scale with MongoDB Atlas

$
0
0

In October 2020, we announced the general availability of multi-cloud clusters on MongoDB Atlas. Since then, we’ve made several key improvements that allow customers to take advantage of the full breadth of MongoDB Atlas’ best-in-class data security and privacy capabilities across clouds on a global scale.

Cross-Cloud Security with MongoDB Atlas

A common question we get from customers about multi-cloud clusters is how security works. Each cloud provider offers protocols and controls to ensure that data within its ecosystem is securely stored and accessed. But what happens when your data is distributed across different clouds? Don’t worry–we have you covered. MongoDB Atlas is designed to ensure that our built-in best practices are enforced regardless of which cloud providers you choose to use, from dedicated network peering connections to customer-managed keys for data encryption-at-rest and client-side field-level encryption.

Private Networking to Multiple Clouds

You can now create multiple network peering connections and/or private endpoints for a multi-cloud cluster to access data securely within each cloud provider. For example, say your operational workload runs on Azure, but you want to set up analytics nodes in Google Cloud and AWS so you can compare the performance of Datalab and SageMaker for machine learning. You can set up network peering connections for all three cloud providers in Atlas to allow each of your cloud environments to access cluster data in their respective nodes using private networks. For more details, take a look at our documentation on network peering architecture.

Integrate with Cloud KMS for Additional Control Over Encryption

Any data stored in Atlas can be encrypted with an external key from AWS KMS, Google Cloud KMS, or Azure Key Vault for an extra layer of encryption on top of MongoDB’s built-in encrypted storage engine. You can also configure client-side field level encryption (client-side FLE) with any of the three cloud key management services to further protect sensitive data by encrypting document fields before it even leaves your application (support for Azure Key Vault and Google Cloud KMS is available in beta with select drivers).

This means data remains encrypted even while it is in memory and in-use within your live database. Even though the data is encrypted, it remains queryable by the application but is inaccessible to any administrators running the database or underlying cloud infrastructure for you.

Beyond security, client-side FLE is also a great way to comply with right to erasure requests that are part of modern privacy regulations such as the GDPR or the CCPA. You simply destroy the user’s encryption key and their PII is unreadable and irrecoverable in memory, on disk, in logs, and in backups.

For multi-cloud clusters, this means you can take advantage of multiple layers of encryption that use keys from different clouds. For example, you can have PII data encrypted client-side with AWS KMS keys, then stored in both an AWS and Google Cloud region on Atlas and further encrypted at rest with a key managed via Azure Key Vault.

Global, Multi-Cloud Clusters on MongoDB Atlas

For workloads that reach users across continents, our customers leverage Global Clusters. This gives you the unique ability to shard clusters across geographic zones and pin documents to a specific zone. Now that Atlas is multi-cloud, you can now choose from the nearly 80 available regions across all three providers, expanding the potential reach of your client applications while making it easy to comply with data residency regulations.

Consider a sample scenario where you’re based in the US and want to expand to reach audiences in Europe. To comply with GPDR, you must store EU customer data within that region. With Global Clusters, you can configure a multi-cloud cluster with a US zone and an EU zone. In the US, you choose to run on AWS, but in Europe, you decide to go with Azure because it has more available regions. All of this can be configured in minutes using the Atlas UI: simply define your zones and ensure that your documents contain a location field that dictates which zone they should be stored in. For more details, follow our tutorial for how to configure a multi-cloud Global Cluster on Atlas.

Future-Proof Your Applications with Mulit-Cloud Clusters

There are many reasons why companies are considering a multi-cloud strategy, from cross-cloud resiliency to geographical reach to being able to leverage the latest tools and services on the market. With MongoDB Atlas, you get best-in-class data security and operations and intuitive admin controls, regardless of how many cloud providers you want to use.

To learn more about how to deploy a multi-cloud cluster on MongoDB Atlas, check out our step-by-step tutorial, which includes best practices for node distribution, instructions for how to test failing over to another cloud, and more.

Safe Harbor

The development, release, and timing of any features or functionality described for our products remains at our sole discretion. This information is merely intended to outline our general product direction and it should not be relied on in making a purchasing decision nor is this a commitment, promise or legal obligation to deliver any material, code, or functionality.


Viewing all articles
Browse latest Browse all 2423

Trending Articles