You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/magic-cloud-networking/get-started.mdx
+26-18Lines changed: 26 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ sidebar:
6
6
7
7
---
8
8
9
+
import { DashButton } from"~/components";
10
+
9
11
To get started with Magic Cloud Networking (beta) you need to give Cloudflare permission to interact with cloud providers on your behalf. You might have multiple provider accounts for the same cloud provider — for example, you might want Cloudflare to manage virtual private clouds (VPCs) belonging to two different AWS accounts.
10
12
11
13
Once Cloudflare has the credentials required to access your cloud environments, Magic Cloud Networking will automatically begin discovering your cloud resources — like routing tables and virtual private networks. Discovered resources appear in your [Cloud resource catalog](/magic-cloud-networking/manage-resources/#cloud-resource-catalog).
@@ -14,12 +16,14 @@ Once Cloudflare has the credentials required to access your cloud environments,
14
16
15
17
### 1. Create integration
16
18
17
-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account.
Copy file name to clipboardExpand all lines: src/content/docs/magic-cloud-networking/manage-resources.mdx
+22-14Lines changed: 22 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ sidebar:
6
6
7
7
---
8
8
9
+
import { DashButton } from"~/components";
10
+
9
11
## Cloud resource catalog
10
12
11
13
Your cloud environment is built from individual cloud resources, like virtual private clouds (VPCs), subnets, virtual machines (VMs), route tables, and routes. Magic Cloud Networking (beta) discovers all of your cloud resources and stores their configuration and status in the Cloud resource catalog, a read-only snapshot of your cloud environment. Discovery runs regularly in the background, keeping your catalog up to date as your environment changes.
@@ -14,27 +16,33 @@ When Magic Cloud Networking creates or modifies configurations in the cloud prov
14
16
15
17
To browse the resources in your catalog:
16
18
17
-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account.
0 commit comments