Skip to content

chore: add required subnet sizes #434

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 1 commit into
base: main
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions docs/cloud/networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ To create a private network:
- Specify a **Name**, a **Cloud Provider**, and a **Cloud Region** for your network.
- Specify the **CIDR** block (IP range) for your network.
- The CIDR of the Dragonfly Cloud network must not overlap with any CIDR of your application VPC from where the requests or commands will be sent to the data store.
- The subnet must be at least **/24** (256 addresses) and no larger than **/16** (65,536 addresses)
- For example, the following [CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation) pairs are overlapping:
- **192.168**.0.0/**16**, **192.168**.0.0/**16**
- **192.168**.0.0/**16**, **192.168.1**.0/**24**
Expand Down