{"id":503281,"date":"2021-08-04T15:01:14","date_gmt":"2021-08-04T13:01:14","guid":{"rendered":"https:\/\/www.devoteam.com\/expert-view\/importance-of-anypoint-virtual-private-cloud-in-mulesoft-ecosystems\/"},"modified":"2025-02-11T12:26:51","modified_gmt":"2025-02-11T11:26:51","slug":"importance-of-anypoint-virtual-private-cloud-in-mulesoft-ecosystems","status":"publish","type":"expert-view","link":"https:\/\/devoteam.info\/nl\/expert-view\/importance-of-anypoint-virtual-private-cloud-in-mulesoft-ecosystems\/","title":{"rendered":"The importance of Anypoint Virtual Private Cloud in MuleSoft Ecosystems"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"h-what-is-anypoint-virtual-private-cloud\"><strong>What is Anypoint Virtual Private Cloud?<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Anypoint Virtual Private Cloud (VPC) allows you to create logical or isolated networks in the cloud where you can deploy or run the resources securely. <a href=\"https:\/\/nl.devoteam.com\/integration-technology-consulting-with-mulesoft\/\" target=\"_blank\" rel=\"noreferrer noopener\">MuleSoft<\/a> CloudHub is a multi-tenant integration platform as a service. Anypoint VPC allows you to create an isolated network where you can host the workers or Mule applications. A worker is basically a virtual machine (AWS EC2 Instances) which comprises an operating system, Java Virtual Machine, Mule Runtime, and applications.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">By default when no VPC is created, CloudHub workers are deployed to Global Cloud workers which are the public network segment of the CloudHub network. It exposes the two DNS for your application:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>&lt;app-name&gt;.region.cloudhub.io<\/strong> to access applications directly over shared load balancer.<\/li><li><strong>mule-worker-&lt;app-name&gt;.region.cloudhub.io<\/strong> to access workers directly.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/docs.mulesoft.com\/runtime-manager\/virtual-private-cloud\">Anypoint Virtual Private Cloud<\/a> allows you to extend your corporate network and allows CloudHub workers to connect resources behind the firewalls. VPC connects CloudHub workers to an on-premise data center using the below techniques:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Secure VPN Tunnel (IPSec Tunneling)<\/li><li>Private AWS using VPC Peering.<\/li><li>AWS Direct Connect.<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-vpc-cidr-block-size\"><strong>VPC CIDR Block Size<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">It is very important to decide on a CIDR (Classless Inter Dynamic Routing) mask before we create VPC&#8217;s. The smallest subnet mask you can assign to VPC is 0\/24 (256 IP Addresses) and the largest subnet mask is 0\/16 (65536 IP Addresses).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is very important to select a higher or right range of CIDR masks because once VPC has been created, you cannot change the CIDR mask range. In case, if you want to increase the CIDR mask, you need to do a lot of work like deleting the VPC and recreating it again.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-vpc-firewall-rules\"><strong>VPC Firewall Rules<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">It is important to define firewall rules to allow access to specific IP addresses and ports. By default, there are 4 firewall rules:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Type<\/strong><\/td><td><strong>Port<\/strong><\/td><td><strong>Description<\/strong><\/td><\/tr><tr><td>http.private.port<\/td><td>8091<\/td><td>Accessible within VPC over HTTP<\/td><\/tr><tr><td>https.private.port<\/td><td>8092<\/td><td>Accessible within VPC over HTTPS<\/td><\/tr><tr><td>http.port<\/td><td>8081<\/td><td>Accessible from anywhere or outside VPC over HTTP<\/td><\/tr><tr><td>https.port<\/td><td>8082<\/td><td>Accessible from anywhere or outside VPC over HTTPS<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-vpc-region\"><strong>VPC Region<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">It is very important to select the appropriate VPC region and mostly it is selected close to your corporate datacenters in case of VPN IPSec tunnelling or VPC peering in case of Anypoint VPC and AWS VPC exists in the same region.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-vpc-business-groups\"><strong>VPC Business Groups<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">It is necessary to associate the Business Group with your Anypoint VPC and generally, it is recommended to create Anypoint VPC in the parent business group and share it with other sub-business groups.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Organization Administrators are responsible for creating the Anypoint VPC in the main business group and can share it with other child business groups.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-vpc-environment\"><strong>VPC Environment<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">It is important to bind the environment with your Anypoint VPC. If you don\u2019t select the environment, the application is deployed in the selected region of your Anypoint VPC.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is recommended to create separate Anypoint VPC for Production and Non Production environments. All non-production environments like Development, SIT, UAT, QA can be mapped with non-production VPC and the production environment can be mapped with production VPC.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-connecting-vpc-to-your-datacenter\"><strong>Connecting VPC to your Datacenter<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">It is possible to connect corporate, on-premise, or private cloud-hosted data centers using VPN IPSec Tunnelling. Using VPC Peering or AWS Direct Connect is also possible.<\/p>\n\n\n\n<h3 class=\"has-text-align-center wp-block-heading\" id=\"h-1-vpn-ipsec-tunnelling\">1. VPN IPSec Tunnelling<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">VPN IPSec Tunnelling can be used when you want network-to-network configuration for connecting an on-premise data center with Anypoint VPC.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">VPN IPSec tunnel is a set of protocols or standards to establish a connection with an on-premise data center. IPSec tunnel is applied at the IP layer and it allows us to connect the entire network instead of a single device.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/VPN-IPSec-Tunnelling.png\" alt=\"\" class=\"wp-image-9797\" width=\"924\" height=\"339\"\/><\/figure>\n\n\n\n<h3 class=\"has-text-align-center wp-block-heading\" id=\"h-2-vpc-peering\">2. VPC Peering<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">VPC peering connects two VPCs. In this case, it pairs your private Amazon VPC directly to your Anypoint VPC. This enables you to route traffic between the two VPCs so they can communicate as though they are in the same network.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For VPC peering, ensure that Anypoint VPC and AWS Private VPC must exist in the same region.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/VPC-Peering.png\" alt=\"\" class=\"wp-image-9844\" width=\"916\" height=\"324\"\/><\/figure>\n\n\n\n<h3 class=\"has-text-align-center wp-block-heading\" id=\"h-3-direct-connect\">3. Direct Connect<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">AWS Direct Connect lets you create a dedicated network connection between your network and one of the DX locations. Once you have established DX connectivity in an AWS account, you can establish connectivity with a CloudHub VPC.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Accessing Application within VPC<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For accessing applications within VPC, you can use the below URLs.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Port 8091: <\/strong>http:\/\/mule-worker-internal-&lt;appname&gt;.region.CloudHub.io:8091\/<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Port 8092: <\/strong>https:\/\/mule-worker-internal-&lt;appname&gt;.region.CloudHub.io:8092\/<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/DLB-Mapping-Rules.png\" alt=\"\" class=\"wp-image-9847\" width=\"989\" height=\"453\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Creating AnyPoint VPC, VPN and DLB is self-service but you can request MuleSoft to create VPN IPSec tunneling, VPC Peering, or AWS Direct Connect by filling AnyPoint <a href=\"https:\/\/docs.mulesoft.com\/runtime-manager\/to-request-vpc-connectivity\">VPC discovery template<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Accessing Application Over Public Internet When Deployed Within VPC<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">There are various ways that you can API&#8217;s over the public internet when an application is deployed within the VPC.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Deploy the application on port <strong>8081<\/strong> (http.port) or <strong>8082 <\/strong>(https.port), as per the above firewall rule these ports are accessible anywhere. So this APIs can be access using <strong>http:\/\/&lt;appname&gt;.region.CloudHub.io\/<\/strong> or <strong>https:\/\/&lt;appname&gt;.region.CloudHub.io\/<\/strong><\/li><li>In case an application deployed on port <strong>8091 <\/strong>(http.private.port) or <strong>8092 <\/strong>(https.private.port), as per the above firewall rule these ports are accessible within VPC. So these APIs can be accessed on our public internet using a dedicated load balancer if your IP Address is whitelisted in DLB configurations.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/DLB-configurations.png\" alt=\"\" class=\"wp-image-9861\" width=\"868\" height=\"375\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>VPC Use Cases<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>To run the integration or API&#8217;s within secure networks or private subnets, you can deploy API within the VPC. For example, you have system APIs that are accessing backend databases and those APIs must be deployed within a secure or private network in CloudHub, so it is accessible by the applications deployed within the same VPC.<\/li><li>For creating the dedicated load balancer, we need to create a VPC.<\/li><li>For creating VPN IPSec tunneling, AWS Direct Connect, or VPC peering, we need to create a VPC.<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-vpc-recommendations\"><strong>VPC Recommendations<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>Always create a VPC in the same region or near to your datacenter or AWS region (VPC peering).<\/li><li>All non-prod environments like dev, test, sit can be mapped to non-prod vpc and production environment to prod vpc.<\/li><li>Multiple environments can be mapped to the same VPC\u2019s.<\/li><li>Always choose a higher range of CIDR mask while doing VPC sizing as it is not possible to update CIDR mask later once VPC created.<\/li><li>Always choose a CIDR mask that doesn&#8217;t overlap with your datacenter IP addresses or subnets.<\/li><li>Always choose a VPC CIDR mask 10 times larger than expected application to be deployed per environment within VPC.<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-conclusion\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Anypoint VPC is a very important component in the MuleSoft ecosystem for creating isolated, secure network segments and there are many use cases as discussed above where there is a need for Anypoint Virtual Private Cloud.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">At Devoteam, we support the clients to identify the use cases for implementing the Anypoint VPC in a secure manner with best practices and guidelines.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Our&nbsp;<strong>25+ years of integration experience<\/strong>&nbsp;in projects within every sector you can think of, combined with a strong partnership with&nbsp;<strong><a href=\"https:\/\/nl.devoteam.com\/integration-technology-consulting-with-mulesoft\/\">MuleSoft<\/a><\/strong>, enable us to guide your organization through every <a href=\"https:\/\/nl.devoteam.com\/api-management-consultancy-and-implementation\/\">API-related challenge<\/a>. Looking for help with setting up Anypoint iPaaS platforms, implementing Hybrid Architecture including Anypoint VPC, DLB, and VPN? Feel free to contact us and we\u2019ll see how we can help each other.<\/p>\n\n\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>What is Anypoint Virtual Private Cloud? Anypoint Virtual Private Cloud (VPC) allows you to create logical or isolated networks in the cloud where you can deploy or run the resources securely. MuleSoft CloudHub is a multi-tenant integration platform as a service. Anypoint VPC allows you to create an isolated network where you can host the [&hellip;]<\/p>\n","protected":false},"featured_media":354673,"template":"","categories":[1617,1623],"tags":[765,1977,1231,814,1980],"industry":[],"class_list":["post-503281","expert-view","type-expert-view","status-publish","has-post-thumbnail","hentry","category-business-platforms","category-mulesoft","tag-business-platforms","tag-connectivity","tag-integration","tag-mulesoft","tag-vpc"],"acf":[],"cards":"\n\t<div class=\"single-post-card\">\n\n\t\t<figure class=\"wp-block-post-featured-image\"><a href=\"https:\/\/devoteam.info\/nl\/expert-view\/importance-of-anypoint-virtual-private-cloud-in-mulesoft-ecosystems\/\" target=\"_self\" ><img width=\"1055\" height=\"387\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/VPN-IPSec-Tunnelling.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"The importance of Anypoint Virtual Private Cloud in MuleSoft Ecosystems\" style=\"aspect-ratio:4\/3;width:100%;object-fit:cover;\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/VPN-IPSec-Tunnelling.png 1055w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/VPN-IPSec-Tunnelling-300x110.png 300w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/VPN-IPSec-Tunnelling-1024x376.png 1024w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/VPN-IPSec-Tunnelling-768x282.png 768w\" sizes=\"auto, (max-width: 1055px) 100vw, 1055px\" \/><\/a><\/figure>\n\n\t\t\n\t\t<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-43282307 wp-block-group-is-layout-flex\">\n\t<p style=\"font-style:normal;font-weight:700\" class=\"has-link-color wp-elements-1 wp-block-lp-post-type has-text-color has-primary-color has-small-font-size\">Expert View<\/p>\n\n\t\t\n\t\t<h3 style=\"font-style:normal;font-weight:400\" class=\"wp-block-post-title has-base-font-size\"><a href=\"https:\/\/devoteam.info\/nl\/expert-view\/importance-of-anypoint-virtual-private-cloud-in-mulesoft-ecosystems\/\" target=\"_self\" >The importance of Anypoint Virtual Private Cloud in MuleSoft Ecosystems<\/a><\/h3><\/div>\n\t\t\n\t<\/div>\n\n","yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.4 (Yoast SEO v28.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>The importance of Anypoint Virtual Private Cloud in MuleSoft Ecosystems | Devoteam<\/title>\n<meta name=\"description\" content=\"Anypoint Virtual Private Cloud (VPC) allows you to create an isolated, virtual, secure network segment where you can deploy the applications.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/devoteam.info\/nl\/expert-view\/importance-of-anypoint-virtual-private-cloud-in-mulesoft-ecosystems\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The importance of Anypoint Virtual Private Cloud in MuleSoft Ecosystems\" \/>\n<meta property=\"og:description\" content=\"Anypoint Virtual Private Cloud (VPC) allows you to create an isolated, virtual, secure network segment where you can deploy the applications.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/devoteam.info\/nl\/expert-view\/importance-of-anypoint-virtual-private-cloud-in-mulesoft-ecosystems\/\" \/>\n<meta property=\"og:site_name\" content=\"Devoteam\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-11T11:26:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/VPN-IPSec-Tunnelling.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1055\" \/>\n\t<meta property=\"og:image:height\" content=\"387\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/expert-view\\\/importance-of-anypoint-virtual-private-cloud-in-mulesoft-ecosystems\\\/\",\"url\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/expert-view\\\/importance-of-anypoint-virtual-private-cloud-in-mulesoft-ecosystems\\\/\",\"name\":\"The importance of Anypoint Virtual Private Cloud in MuleSoft Ecosystems | Devoteam\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/expert-view\\\/importance-of-anypoint-virtual-private-cloud-in-mulesoft-ecosystems\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/expert-view\\\/importance-of-anypoint-virtual-private-cloud-in-mulesoft-ecosystems\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/VPN-IPSec-Tunnelling.png\",\"datePublished\":\"2021-08-04T13:01:14+00:00\",\"dateModified\":\"2025-02-11T11:26:51+00:00\",\"description\":\"Anypoint Virtual Private Cloud (VPC) allows you to create an isolated, virtual, secure network segment where you can deploy the applications.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/expert-view\\\/importance-of-anypoint-virtual-private-cloud-in-mulesoft-ecosystems\\\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/devoteam.info\\\/nl\\\/expert-view\\\/importance-of-anypoint-virtual-private-cloud-in-mulesoft-ecosystems\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/expert-view\\\/importance-of-anypoint-virtual-private-cloud-in-mulesoft-ecosystems\\\/#primaryimage\",\"url\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/VPN-IPSec-Tunnelling.png\",\"contentUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/VPN-IPSec-Tunnelling.png\",\"width\":1055,\"height\":387},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/expert-view\\\/importance-of-anypoint-virtual-private-cloud-in-mulesoft-ecosystems\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Expert View\",\"item\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/expert-view\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"The importance of Anypoint Virtual Private Cloud in MuleSoft Ecosystems\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/#website\",\"url\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/\",\"name\":\"Devoteam\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/devoteam.info\\\/nl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"The importance of Anypoint Virtual Private Cloud in MuleSoft Ecosystems | Devoteam","description":"Anypoint Virtual Private Cloud (VPC) allows you to create an isolated, virtual, secure network segment where you can deploy the applications.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/devoteam.info\/nl\/expert-view\/importance-of-anypoint-virtual-private-cloud-in-mulesoft-ecosystems\/","og_locale":"nl_NL","og_type":"article","og_title":"The importance of Anypoint Virtual Private Cloud in MuleSoft Ecosystems","og_description":"Anypoint Virtual Private Cloud (VPC) allows you to create an isolated, virtual, secure network segment where you can deploy the applications.","og_url":"https:\/\/devoteam.info\/nl\/expert-view\/importance-of-anypoint-virtual-private-cloud-in-mulesoft-ecosystems\/","og_site_name":"Devoteam","article_modified_time":"2025-02-11T11:26:51+00:00","og_image":[{"width":1055,"height":387,"url":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/VPN-IPSec-Tunnelling.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Geschatte leestijd":"7 minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/devoteam.info\/nl\/expert-view\/importance-of-anypoint-virtual-private-cloud-in-mulesoft-ecosystems\/","url":"https:\/\/devoteam.info\/nl\/expert-view\/importance-of-anypoint-virtual-private-cloud-in-mulesoft-ecosystems\/","name":"The importance of Anypoint Virtual Private Cloud in MuleSoft Ecosystems | Devoteam","isPartOf":{"@id":"https:\/\/devoteam.info\/nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/devoteam.info\/nl\/expert-view\/importance-of-anypoint-virtual-private-cloud-in-mulesoft-ecosystems\/#primaryimage"},"image":{"@id":"https:\/\/devoteam.info\/nl\/expert-view\/importance-of-anypoint-virtual-private-cloud-in-mulesoft-ecosystems\/#primaryimage"},"thumbnailUrl":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/VPN-IPSec-Tunnelling.png","datePublished":"2021-08-04T13:01:14+00:00","dateModified":"2025-02-11T11:26:51+00:00","description":"Anypoint Virtual Private Cloud (VPC) allows you to create an isolated, virtual, secure network segment where you can deploy the applications.","breadcrumb":{"@id":"https:\/\/devoteam.info\/nl\/expert-view\/importance-of-anypoint-virtual-private-cloud-in-mulesoft-ecosystems\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/devoteam.info\/nl\/expert-view\/importance-of-anypoint-virtual-private-cloud-in-mulesoft-ecosystems\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/devoteam.info\/nl\/expert-view\/importance-of-anypoint-virtual-private-cloud-in-mulesoft-ecosystems\/#primaryimage","url":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/VPN-IPSec-Tunnelling.png","contentUrl":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/VPN-IPSec-Tunnelling.png","width":1055,"height":387},{"@type":"BreadcrumbList","@id":"https:\/\/devoteam.info\/nl\/expert-view\/importance-of-anypoint-virtual-private-cloud-in-mulesoft-ecosystems\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/devoteam.info\/nl\/"},{"@type":"ListItem","position":2,"name":"Expert View","item":"https:\/\/devoteam.info\/nl\/expert-view\/"},{"@type":"ListItem","position":3,"name":"The importance of Anypoint Virtual Private Cloud in MuleSoft Ecosystems"}]},{"@type":"WebSite","@id":"https:\/\/devoteam.info\/nl\/#website","url":"https:\/\/devoteam.info\/nl\/","name":"Devoteam","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/devoteam.info\/nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"}]}},"uagb_featured_image_src":{"full":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/VPN-IPSec-Tunnelling.png",1055,387,false],"thumbnail":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/VPN-IPSec-Tunnelling-150x150.png",150,150,true],"medium":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/VPN-IPSec-Tunnelling-300x110.png",300,110,true],"medium_large":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/VPN-IPSec-Tunnelling-768x282.png",768,282,true],"large":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/VPN-IPSec-Tunnelling-1024x376.png",1024,376,true],"1536x1536":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/VPN-IPSec-Tunnelling.png",1055,387,false],"2048x2048":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/12\/VPN-IPSec-Tunnelling.png",1055,387,false]},"uagb_author_info":{"display_name":"Julien Pawlowski","author_link":"https:\/\/devoteam.info\/nl\/author\/"},"uagb_comment_info":0,"uagb_excerpt":"What is Anypoint Virtual Private Cloud? Anypoint Virtual Private Cloud (VPC) allows you to create logical or isolated networks in the cloud where you can deploy or run the resources securely. MuleSoft CloudHub is a multi-tenant integration platform as a service. Anypoint VPC allows you to create an isolated network where you can host the&hellip;","_links":{"self":[{"href":"https:\/\/devoteam.info\/nl\/wp-json\/wp\/v2\/expert-view\/503281","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devoteam.info\/nl\/wp-json\/wp\/v2\/expert-view"}],"about":[{"href":"https:\/\/devoteam.info\/nl\/wp-json\/wp\/v2\/types\/expert-view"}],"version-history":[{"count":0,"href":"https:\/\/devoteam.info\/nl\/wp-json\/wp\/v2\/expert-view\/503281\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devoteam.info\/nl\/wp-json\/wp\/v2\/media\/354673"}],"wp:attachment":[{"href":"https:\/\/devoteam.info\/nl\/wp-json\/wp\/v2\/media?parent=503281"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devoteam.info\/nl\/wp-json\/wp\/v2\/categories?post=503281"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devoteam.info\/nl\/wp-json\/wp\/v2\/tags?post=503281"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/devoteam.info\/nl\/wp-json\/wp\/v2\/industry?post=503281"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}