InternalOnly
VPC-only mode for the Rack. When set to Yes, no public router is created and applications are only accessible from within the VPC.
| Default value | No |
| Allowed values | Yes, No |
Use Cases
- Deploying a Rack in a private network where no services should be publicly accessible
- Meeting compliance requirements that prohibit public-facing endpoints
- Running backend infrastructure Racks that are accessed exclusively through VPN or VPC peering
Additional Information
When InternalOnly is set to Yes, the Rack only creates an internal Application Load Balancer. No internet-facing ALB is provisioned, so no services on this Rack can receive traffic from the public internet.
This differs from the Internal parameter, which adds an internal ALB alongside the public one. InternalOnly removes the public ALB entirely.
If you need some services to be internal and others to be public, use Internal instead.
$ convox rack params set InternalOnly=Yes