Add a Subnet

Add a subnet to your network when you need to define custom network topology within a network.

  1. On Devopness, navigate to a project then select an environment
  2. Find the Networks card
  3. Click View in the Networks card, to see a list of existing Networks
  4. In the list of networks find the network where you want to add a subnet and click the NAME of the network
  5. On the upper-right corner of network details view, click the Subnets tab
  6. On the upper-right corner of subnets tab click MANAGE
  7. Follow the prompts
  8. Provide a name to the Subnet being added. Example: "Public Subnet A", "Private Subnet B"
  9. Select a Type and click NEXT
  10. Provide a CIDR block to the Subnet being added. Example: "10.108.0.0/20"
  11. Click CONFIRM
    • After the Subnet is created an action will be automatically started to provision the Subnet on the chosen cloud provider

Required permissions

To follow this guide, you need the following permissions in the target environment.

Resource TypeRequired Permission
SubnetCreate

For instructions on how to grant user permissions to an environment, please follow the guide Add a team to an environment.

Edit on GitHub