Skip to content
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

Add section about Domain VPCs #410

Merged
merged 2 commits into from
Jan 16, 2025
Merged
Changes from 1 commit
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
20 changes: 20 additions & 0 deletions source/adminguide/networking/virtual_private_cloud_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1444,6 +1444,26 @@ Editing, Restarting, and Removing a Virtual Private Cloud
|restart-vpc.png|


Working with Domain VPCs
~~~~~~~~~~~~~~~~~~~~~~~~

The functionality of domain VPCs allows operators to aggregate multiple
tiers from distinct users on the same VPC, reducing the number of virtual
routers necessary in the environment, and consequently, decreasing the
amount of public IP addresses consumed. All tiers added to the VPC share
the same VR, but each one has their own broadcast domain and features
implemented by the VPC, such as DHCP, NAT, and so on.

In order to utilize this functionality, a new tier must be included to an
existing VPC by inputing the respective data for the account and the VPC
on the **'createNetwork'** API. It is important to note that, in order
for a tier of a different account to be created on the VPC, the account
that creates the tier must have access to both the account that owns the
VPC and the account that owns the tier. The owner of the VPC must also
DaanHoogland marked this conversation as resolved.
Show resolved Hide resolved
have access to the account that owns the network, however, the opposite
DaanHoogland marked this conversation as resolved.
Show resolved Hide resolved
is not required.


.. |add-vpc.png| image:: /_static/images/add-vpc.png
:alt: adding a vpc.
.. |add-tier.png| image:: /_static/images/add-tier.png
Expand Down
Loading