NimbusNexus

Address groups

An address group is a named, mutable set of CIDR blocks you can reference from security group rules. Instead of pasting the same allowlist into ten security groups, you create one address group (office-cidrs) and reference it from each rule. Add or remove a CIDR from the group; every referencing rule updates immediately.

The canonical use case: corporate VPN CIDRs that change over time. Maintaining the list inline across every security group means going hunting when a CIDR moves; maintaining it in one address group means updating in one place.

What's next

No endpoints to show

The OpenAPI spec doesn't currently expose any endpoints under theaddress-groupstag. This is usually a manifest typo; check that the tag matches what the backend serves at /openapi/external.json.