IP Address Group (Whitelist or Blacklist)

Scenarios

An IP address group is a collection of IP addresses that you can use to manage IP addresses with the same security requirements or whose security requirements change frequently.

If you want to use a whitelist or blacklist for access control, you must select an IP address group. Access from whitelisted or blacklisted IP addresses will be allowed or denied.

An IP address group can be associated with a maximum of 50 listeners.

Note

This function is available in the eu-de region, but unavailable in the eu-nl region.

Creating an IP Address Group

  1. Log in to the management console.

  2. In the upper left corner of the page, click image1 and select the desired region and project.

  3. Hover on image2 in the upper left corner to display Service List and choose Network > Elastic Load Balancing.

  4. In the navigation pane on the left, choose IP Address Groups. On the displayed page, click Create IP Address Group.

  5. Configure the parameters based on Table 1.

    Table 1 Parameter description

    Parameter

    Description

    Example Value

    Name

    Specifies the name of the IP address group.

    ipGroup-01

    IP Addresses

    Specifies IPv4 IP addresses or CIDR blocks that are added to the whitelist or blacklist for access control.

    • Each IP address or CIDR block must be on a separate line and end with a carriage return.

    • Each IP address or CIDR block can include a description with a vertical bar (|) separated, for example, 192.168.10.10 | ECS01. The description is 0 to 255 characters long and cannot contain angle brackets (<>).

    • You can add a maximum of 300 IP addresses and CIDR blocks in each IP address group.

    Note

    If the IP address group does not contain any IP address and you have selected whitelist for access control, no IP addresses can access the listener.

    10.168.2.24

    10.168.16.0/24

    Description

    Provides supplementary information about the IP address group.

    N/A

  6. Click OK.

Modifying an IP Address Group

  1. Log in to the management console.

  2. In the upper left corner of the page, click image3 and select the desired region and project.

  3. Hover on image4 in the upper left corner to display Service List and choose Network > Elastic Load Balancing.

  4. On the IP Address Groups page, locate the IP address group, and click Modify in the Operation column.

  5. Modify the parameters based on Table 2.

    Table 2 Parameters required for creating an IP address group

    Parameter

    Description

    Example Value

    Name

    Specifies the name of the IP address group.

    ipGroup-01

    IP Address

    Specifies IP addresses or CIDR blocks that are added to the whitelist or blacklist for access control.

    • Each IP address or CIDR block must be on a separate line and end with a carriage return.

    • Each line can include a description with a vertical bar (|) separated from the IP address or CIDR block, for example, 192.168.10.10 | ECS01. The description can contain up to 255 characters long and cannot contain angle brackets (<>).

    • You can add a maximum of 300 IP addresses and CIDR blocks in each IP address group.

    Note

    If the IP address group does not contain any IP address and you have selected whitelist for access control, no IP addresses can access the listener.

    10.168.2.24

    10.168.16.0/24

    Description

    Provides supplementary information about the IP address group.

    N/A

  6. Click OK.

Deleting an IP Address Group

If you no longer need an IP address group, you can delete it. If an IP address group has been associated with a listener, disassociate the IP address group from the listener before the deletion.

  1. Log in to the management console.

  2. In the upper left corner of the page, click image5 and select the desired region and project.

  3. Hover on image6 in the upper left corner to display Service List and choose Network > Elastic Load Balancing.

  4. On the IP Address Groups page, locate the IP address group, and click Delete in the Operation column.

  5. Click Yes.