Skip to content

[W-11723892] Vpn downtime risk #626

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: latest
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed modules/ROOT/assets/images/vpn-risk.png
Binary file not shown.
1 change: 1 addition & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
*** xref:vpn-troubleshooting.adoc[Troubleshoot Anypoint VPN]
*** xref:vpn-high-availability.adoc[Anypoint VPN High Availability]
*** xref:vpn-maintenance.adoc[Anypoint VPN Maintenance]
*** xref:vpn-downtime-risk.adoc[Anypoint VPN Risk]
*** xref:legacy-vpn-migration.adoc[Legacy VPN Migration to Anypoint VPN]
** xref:tgw-about.adoc[Transit Gateway Attachments]
*** xref:tgw-attach-arm.adoc[Attach to Transit Gateways]
Expand Down
38 changes: 38 additions & 0 deletions modules/ROOT/pages/vpn-downtime-risk.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
= Anypoint VPN downtime risk
ifndef::env-site,env-github[]
include::_attributes.adoc[]
endif::[]

image:logo-cloud-active.png[xref="deployment-strategies.adoc#cloudhub-deployments", title="CloudHub"]
image:logo-hybrid-disabled.png[xref="deployment-strategies.adoc#hybrid-deployments", title="Hybrid"]
image:logo-server-disabled.png[xref="deployment-strategies.adoc#anypoint-platform-pce-deployments", title="Anypoint Platform PCE"]
image:logo-rtf-disabled.png[xref="deployment-strategies.adoc#anypoint-runtime-fabric-deployments", title="Runtime Fabric"]

Every VPN provisioned in Mulesoft has an associated risk depending on the state of the VPN tunnels.

For high downtime risk VPNs, deploy a xref:vpn-high-availability.adoc[high-availability VPN] solution to avoid any downtime associated with AWS-delivered auto-updates. See xref:vpn-maintenance.adoc[VPN Maintenance] for more details.


== Downtime Risk types

VPN downtime risk depends on the number of UP tunnels.

There are 3 types of downtime risk:

* UNAVAILABLE
* LOW
* HIGH


If both tunnels of the VPN are down, the VPN downtime risk will be *UNAVAILABLE*, since no data is going through the VPN.

If the VPN has one tunnel UP and the other one DOWN, then the VPN will have *HIGH* downtime risk.

If the VPN has both tunnels UP, then the VPN will have *LOW* downtime risk.


== See Also

* xref:vpn-high-availability.adoc[Anypoint VPN High Availability]
* xref:vpn-maintenance.adoc[VPN Maintenance]
* https://docs.aws.amazon.com/vpn/latest/s2svpn/vpn-redundant-connection.html[Using Redundant Site-to-Site VPN Connections to Provide failover]
1 change: 1 addition & 0 deletions modules/ROOT/pages/vpn-high-availability.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ High Availability VPN connections also support static routing, in which you esta
== See Also

* xref:vpn-create-arm.adoc[Create an Anypoint VPN Connection]
* xref:vpn-downtime-risk.adoc[Anypoint VPN downtime risk]
* https://docs.aws.amazon.com/vpn/latest/s2svpn/vpn-redundant-connection.html[Using Redundant Site-to-Site VPN Connections to Provide failover]
* https://docs.aws.amazon.com/vpn/latest/s2svpn/disaster-recovery-resiliency.html[Continue to have redundant pair of VPNs as well]
* https://help.mulesoft.com/s/article/How-to-Calculate-VPC-and-VPN-License-Requirements[How to Calculate VPC and VPN License Requirements].