pub async fn create_security_group_binary(
client: &Client,
vpc_id: &str,
deployer_ip: &str,
monitoring_ip: &str,
tag: &str,
ports: &[PortConfig],
) -> Result<String, Error>
Expand description
Creates a security group for binary instances with access from deployer, monitoring, and custom ports