Connects a Vultr instance to a specified VPC network to enable private communication between resources within that VPC.
The vultr-cli instance vpc attach
command connects a Vultr instance to a specified VPC network, enabling private network communication between resources within that VPC.
$ vultr-cli instance vpc attach <Instance ID>
# Full example
$ vultr-cli instance vpc attach <instanceID> --vpc-id="2126b7d9-5e2a-491e-8840-838aa6b5f294"
No comments yet.