IBM Cloud Docs
Connectivity options on Amazon Web Services

Connectivity options on Amazon Web Services

IBM® Db2® Warehouse as a Service offers secure connectivity options for your application connection requirements.

For application connections, do not use IP addresses to connect to the IBM Db2 Warehouse SaaS instance, as the IP addresses resolved from the hostname may change. Use hostnames to reference your connection properties where it is available.

Connecting to the private web console of IBM Db2 Warehouse SaaS

  • When you enable private endpoint, the private web console becomes available. When private endpoint is enabled, you can still access a lite version of the web console to get connection information.
  • Should you want to use the private web console, use the same AWS endpoint created from the above steps, but ensure that TCP traffic is allowed through port 8443 on your VPC.

Considerations and limitations

  • AWS PrivateLink currently supports only TCP traffic. Tools that rely on UDP traffic are not supported by PrivateLink. To load data, load directly from Amazon S3 into IBM Db2 Warehouse SaaS. See Loading data from Amazon S3.

    Extra charges might apply when you transfer data by using the public endpoint.

  • You must create the Endpoint Service for accessing IBM Db2 Warehouse SaaS in the same AWS region where the IBM Db2 Warehouse SaaS instance is deployed. To access your instance from other AWS regions, you can use VPC Peering. See Example: Services Using AWS PrivateLink and VPC Peering or setup a AWS Transit Gateway.

  • For the current generation of plans on AWS, connectivity to the web UI is available only over the public network, even if you have enabled PrivateLink. This restriction is temporary, and will be removed in an upcoming update.

For more information about AWS PrivateLink, see Interface VPC Endpoints (AWS PrivateLink).

Using IP Allowlists with your Instance

An allowlist is a security mechanism that specifies which IP addresses are allowed to access a resource. Any IP address not on the allowlist is blocked. This approach helps protect your environment by filtering traffic based on trusted sources.

You can use IP allowlists to restrict access to your formation. Once an allowlist is configured, only IP addresses included in the allowlist or within a specified range can connect.

Key Points:

  • Allowlists can be applied only to public endpoints.
  • If the allowlist is empty (no IPs are listed), the restriction is disabled and connections from any IP address are allowed.
  • Allowlists will regulate traffic only for DB connectivity (port 50001). There is no impact on web console access or rest API over port 443.

Setting an Allowlist Configuration

To enable IP allowlisting:

  1. Open a support ticket with IBM Cloud.
  2. Provide the IP address to be allowlisted.
  3. Include a short description for the allowlist entry.

IP Address Format

You can specify an IP in either of the following formats:

  • A single IP address (e.g., 170.225.223.5)
  • A CIDR block (e.g., 192.168.1.0/24 or 170.225.227.6/32)

Description

Each allowlist entry requires a description. This should be meaningful for identification—such as a customer name, project code, or employee ID.