# Using VPC Connections

{% hint style="info" %}
Private VPC connections are secure, private networking mechanisms that enable communication between virtual private clouds (VPCs) or between VPCs and external services without traversing the public internet. These connections are designed to maintain data privacy and security by routing traffic entirely within the cloud provider's private network infrastructure.
{% endhint %}

By default, connections to MariaDB Cloud databases occur with TLS/SSL encryption and can be initiated only from allowlisted IP addresses.

Some customers have regulatory requirements or information security policies that prohibit database connections over the public internet, resulting in a requirement for private connections.

MariaDB Cloud cloud databases can optionally be configured for private connections between your VPC (virtual private clouds) and MariaDB Cloud databases:

* [AWS PrivateLink](/docs/mariadb-cloud/connecting-to-mariadb-cloud-dbs/using-aws-azure-gcp-private-vpc-connections/setting-up-aws-private-link.md) is supported for MariaDB Cloud databases on AWS
* [Azure PrivateLink](/docs/mariadb-cloud/connecting-to-mariadb-cloud-dbs/using-aws-azure-gcp-private-vpc-connections/setting-up-azure-private-link.md) is supported for MariaDB Cloud databases on Azure
* [Private Service Connect](/docs/mariadb-cloud/connecting-to-mariadb-cloud-dbs/using-aws-azure-gcp-private-vpc-connections/setting-up-gcp-private-service-connect.md) is supported for MariaDB Cloud databases on GCP


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mariadb.com/docs/mariadb-cloud/connecting-to-mariadb-cloud-dbs/using-aws-azure-gcp-private-vpc-connections.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
