Beaker Studio

Menu
Managed MySQL now available!
Learn More

Ports

Parameters

Network Ingress

A list of ports and what IP address ranges are allowed to access them. This list is derived from your compose.yaml file.

The ingress rule for each port may be either Allow All, Allow from VPC, or Deny All. For ports that are supposed to be accessed from a load balancer, you will probably want Allow from VPC. For public ports that are not accessed from a load balancer, you’ll want Allow All. Selecting Deny All will disable access to the port from outside of the task.

Advanced: Additional Security Groups

A comma separated list of additional security group IDs to attach to the task. This is useful if you need to add fine-grained access control to your task. Only use this if you know what you are doing.