> ## Documentation Index
> Fetch the complete documentation index at: https://docs.megaport.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Megaport Cloud Connectivity Overview

> This help topic provides an overview of Megaport cloud connectivity.

export const Gloss = ({term, anchor, langDir = 'en'}) => {
  const errorPrefix = '\x1b[31;1;4mERROR\x1b[0m: Gloss -';
  if (typeof term !== 'string') {
    term = String(term);
  }
  if (typeof anchor !== 'string') {
    anchor = String(anchor);
  }
  if (!term || term === 'undefined') {
    console.error(`${errorPrefix} the \`term\` property is required — rendering an empty string instead`);
    return <></>;
  }
  if (!anchor || anchor === 'undefined') {
    console.error(`${errorPrefix} the \`anchor\` property is required — rendering an empty string instead`);
    return <></>;
  }
  const lang = langDir === 'en' ? '/' : '/' + langDir + '/';
  const glossaryPage = lang + 'glossary/#' + anchor;
  return <a href={glossaryPage}>{term}</a>;
};

The Megaport network lets you connect directly and securely to worldwide cloud regions enabling you to distribute workloads and run the applications from the optimal location. The Megaport global, carrier-grade network is directly connected to the networks of our cloud partners, otherwise commonly referred to as a <Gloss term="NNI" anchor="nni" /> (network-to-network interface) connection.

With the Megaport network, you can achieve a seamless end-to-end solution to connect directly to major cloud providers, such as Alibaba Cloud, Amazon Web Service (AWS), Google Cloud Platform, IBM Cloud, Microsoft Azure, Oracle Cloud Infrastructure, Salesforce Express Connect, and SAP HANA Enterprise Cloud.

Benefits include:

* **<Gloss term="Multicloud" anchor="multicloud" /> ecosystem** -- Provision direct connectivity to multiple leading cloud and network providers on our ecosystem.

* **Multiple cloud regions** -- Connect to multiple cloud regions from a single interconnection point for cost-effective multi-region redundancy.

* **Cloud-to-cloud connectivity** -- Establish seamless connectivity between regions and Cloud Service Providers (CSPs) without the need to own and manage physical infrastructure or bring multiple connections back to a data center.

To get started, select a service (Port, MCR, or MVE) and a CSP topic from the side navigation.
