Internal

Internal load balancer for the Rack. When enabled, creates an additional internal-facing ALB for private service routing. See Internal Services for more information.

| Default value | No | | Allowed values | Yes, No |

Use Cases

  • Enabling internal routing for services that should only be accessible within the VPC, such as backend APIs or microservices
  • Supporting a mix of public-facing and internal-only applications on the same Rack
  • Restricting access to sensitive services while keeping other services publicly routable

Additional Information

When set to Yes, Convox creates an additional internal (non-internet-facing) Application Load Balancer. Services can then be configured as internal in convox.yml to route traffic only through this internal ALB.

This is different from InternalOnly, which removes the public-facing router entirely. With Internal set to Yes, the Rack supports both public and internal services simultaneously.

$ convox rack params set Internal=Yes

See Also