Instance Security Group Parameter
Thanks to @william-richard for adding the ability to add a custom security group. If the default security group isn’t enough, you can now provide a fine tune one.
convox rack params set InstanceSecurityGroup=$SECURITY_GROUP_ID
Keep in mind you need to explicitly allow traffic from the Rack API within the security group, depending on how fine tuned your custom security group is.
Pull Requests
- #2271 Add rack instance security group param [@william-richard]
- #2275 Don’t count DRAINING instances in total [@mattmanning]
- #2276 Support a minor version number for v2 Docker Compose config files [@jamesottaway]