nixops-aws
nixops-aws copied to clipboard
Cannot specify egress rules for ec2 security groups
With other deployment tools, I can specify security group rules that limit egress from machines in EC2. Currently in nixops, I can only specify ingress rules.
The relevant boto API is authorize_security_group_egress.
Also, the NixOps manual doesn't tell you that you are specifying inbound rules.