securityGroupId

@JvmName(name = "qlsrsakiiexujqle")
suspend fun securityGroupId(value: Output<String>)
@JvmName(name = "vksidvkdbxjyoxde")
suspend fun securityGroupId(value: String?)

Parameters

value

The ID of the security group to which the ECS instances in the cluster belong. If it is not specified, a new Security group will be built.

  • NOTE: Please take of note before updating the security_group_id:

  • If block rules are configured in the security group, ensure the security group rules allow traffic for protocols and ports required by the cluster. For recommended security group rules, see Configure and manage security groups for an ACK cluster.

  • During security group updates, the cluster control plane and managed components (e.g., terway-controlplane) will restart briefly. Perform this operation during off-peak hours.

  • After updating the control plane security group, the Elastic Network Interfaces (ENIs) used by the control plane and managed components will automatically join the new security group.