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
* removed destroy
* added a next steps
* refined text
* moved terraform into set up
* refined text
* refined text
* Update src/content/partials/networking-services/routing/mcn-magic-wan-on-ramps.mdx
Co-authored-by: Jun Lee <[email protected]>
---------
Co-authored-by: Jun Lee <[email protected]>
Copy file name to clipboardExpand all lines: src/content/partials/networking-services/routing/mcn-magic-wan-on-ramps.mdx
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ You have successfully created your Magic WAN on-ramp. However, on-ramp creation
126
126
127
127
You have successfully created your Magic WAN on-ramp. However, on-ramp creation can take up to an hour before you can use it.
128
128
129
-
## Set up with Terraform
129
+
###Set up with Terraform
130
130
131
131
You can download a Terraform configuration for a cloud on-ramp.
132
132
@@ -143,7 +143,7 @@ If you intend to plan and apply the downloaded configuration using Terraform, yo
143
143
Do not deploy the on-ramp using both Cloudflare and Terraform. If you plan to deploy your on-ramp with Cloudflare (meaning you are both planning to create an on-ramp and applying an on-ramp), Cloudflare creates resources that will result in conflicts when you run Terraform (and vice versa). The Cloudflare dashboard will warn you if it detects you might encounter a conflict.
144
144
:::
145
145
146
-
### Download Terraform configuration for a new on-ramp
146
+
####Download Terraform configuration for a new on-ramp
147
147
148
148
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account.
149
149
2. Select **Magic WAN** > **Cloud on-ramps**.
@@ -153,12 +153,18 @@ Do not deploy the on-ramp using both Cloudflare and Terraform. If you plan to de
153
153
1. Choose **Download file and continue** to download the Terraform configuration, review the configuration, and then continue deploying the on-ramp with Cloudflare.
154
154
2. Choose **Download file and exit** to download the Terraform configuration that you will apply yourself.
155
155
156
-
### Download Terraform configuration for an existing on-ramp
156
+
####Download Terraform configuration for an existing on-ramp
157
157
158
158
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and select your account.
159
159
2. Select **Magic WAN** > **Cloud on-ramps**.
160
160
3. Select the three dots for the on-ramp you want to download > **Download as Terraform**.
161
161
162
+
## Update security groups
163
+
164
+
After setting up your on-ramps, you need to update your network security groups in your cloud provider to allow traffic to/from Magic WAN. Refer to the [Cloud on-ramps](/magic-cloud-networking/reference/) reference page for more information.
165
+
166
+
---
167
+
162
168
## Edit on-ramps
163
169
164
170
### Edit a Magic WAN cloud on-ramp
@@ -181,9 +187,9 @@ Do not deploy the on-ramp using both Cloudflare and Terraform. If you plan to de
181
187
2. Select **Magic WAN** > **Cloud on-ramps**.
182
188
3. Select the on-ramp you want to delete.
183
189
4. Select **Edit** in the side panel.
184
-
5. Choose **Detach**or **Destroy**to proceed:
185
-
-**Detach**: Cloudflare will stop managing the cloud resources that were created to build this on-ramp, but will leave them in place. On-ramp connectivity will not be impacted.
186
-
-**Destroy**: Cloudflare will delete the resources that were created to build this on-ramp in the cloud provider, if possible. Resources cannot be deleted if other resources depend upon them. For example, if an AWS Customer Gateway was created for this on-ramp, but was subsequently used in a second on-ramp, destroying this on-ramp will not destroy the AWS Customer Gateway.
190
+
5. Choose **Detach**to proceed. Cloudflare will stop managing the cloud resources that were created to build this on-ramp, but will leave them in place. On-ramp connectivity will not be impacted.
191
+
192
+
---
187
193
188
194
## Magic WAN Address Space
189
195
@@ -206,6 +212,8 @@ To override the defaults with custom prefixes:
206
212
207
213
To install a default route to send all traffic to Magic WAN, enter `0.0.0.0/0` (on Azure, enter `0.0.0.0/1` and `128.0.0.0/1`).
208
214
215
+
---
216
+
209
217
## Cost estimates
210
218
211
219
You can view estimated costs associated with your cloud resources in the Cloudflare dashboard.
0 commit comments