loading...empty;done;/public-ip/:-uriPublic IP | iNET.elastic Dev Docs

Public IP

The platform provides users with Shared Load Balancer (SLB) as a default single entry point for all of the hosted applications, located on the hardware nodes. However, for the production environments, it is recommended receiving and processing the requests via Public IP address(es) that form a direct connection between the Internet and a specific container. Compared to the access over SLB, such approach ensures more secure and effective interaction.

public ip 01 public ip vs shared lb

Public IP can be attached to any software stack in your environment (except, Memcached node), representing a more stable solution with less risk to be affected by other applications. Also, it opens access to such features as FTP add-on, Custom SSL, remote debugging from IDE, WebSockets, etc.

The platform supports two versions of the Internet Protocol:

  • Internet Protocol version 4 (IPv4) is the fourth revision in the development of the IP and the first version of the protocol to be widely deployed
  • Internet Protocol version 6 (IPv6) is the most recent IP version, which is an evolutionary upgrade of IPv4 and is designed to fulfill the need of more addresses, provide better multicast routing and simplify processing by routers

In order to bind an external IP address to the required node, you need to set the required number of Public IPv4 / Public IPv6 within the central part of the topology wizard window. wizard add public ipv4 ipv6

Note: In case of attaching external IPs for the horizontally scaled nodes, each container within the layer will be supplied with its own set of addresses.
To find and manage the allocated IPs in the existing environment, expand the appropriate node string in the environment topology list. dashboard manage external ip addresses

Here, upon hovering over IPs, you can get access to the following functionality:

  • Copy to Clipboard - copies the appropriate address in one click
  • Attach/Detach IP(s) - allows adjusting a number of Public IPs (both IPv4 and IPv6)
  • Detach IP - removes a particular address

Note:

  • The Public IP is a paid option, which is charged for every hour of its usage. The exact price is defined by your particular hosting service provider and can be found at the Quotas & Pricing > Pricing > Options frame of the dashboard.

  • If you have Public IP enabled for any node in your environment, you can’t use the swap domains functionality for it. Consider utilizing the swap Public IPs API instead.

  • If working with multiple Public IPs, the very first external address attached (of each IPv4 and IPv6 types) is considered a primary one and can only be deleted last. It is used for both incoming and outgoing traffic, while the rest of IPs can only receive it.

What’s next?