The internal_router
parameter installs an internal load balancer within the VPC. This load balancer is not exposed to the public internet and is used for internal traffic routing.
The default value for internal_router
is false
.
To enable the internal router, use the following command:
$ convox rack params set internal_router=true -r rackName
Setting parameters... OK
This command installs an internal load balancer within the VPC.
Using an internal load balancer can improve security by keeping internal traffic within the private network. This setup is beneficial for applications that need to communicate across different racks or utilize other AWS services internally.
By setting internal_router
to true
, you can leverage the benefits of internal load balancing, such as reduced latency and enhanced security for internal communications.