Hello Juan, 

It is possible to reserve a static address for your server, and an easy to 
accomplish procedure. A static external IP address is an external IP 
address that is reserved for your project until you decide to release it 
<https://cloud.google.com/compute/docs/ip-addresses/reserve-static-external-ip-address#release_ip>.
 
If you have an IP address that your customers or users rely on to access 
your service, you can reserve that IP address so that only your project can 
use it. It is also possible to promote an ephemeral external IP address 
<https://cloud.google.com/compute/docs/configure-ip-addresses#promote_ephemeral_ip>
 to 
a static external IP address. You may check the "Reserving a Static 
External IP Address" documentation page 
<https://cloud.google.com/compute/docs/ip-addresses/reserve-static-external-ip-address>
 
for more detail. 

You may use the console, an API call or a gcloud command, at your 
convenience. If you prefer the console, you may follow these steps: 


   1. Go to the Reserve a static address page in the GCP Console.
   
   GO TO THE RESERVE A STATIC ADDRESS PAGE 
   <https://console.cloud.google.com/networking/addresses/add>
   2. Choose a name for the new address.
   3. Specify whether this is an IPv4 or IPv6 address. IPv6 addresses can 
   only be global and can only be used with global HTTP(S), SSL proxy, and TCP 
   proxy load balancers.
   4. Choose whether this IP address is regional or global. If you are 
   reserving a static IP address for an instance or for a Network load 
   balancer, choose *Regional*. If you are reserving a static IP address 
   for an HTTP(S), SSL proxy, or TCP proxy load balancer, choose *Global*.
   5. If this is a regional IP address, select the region to create the 
   address in.
   6. [Optional] Select a resource to attach the IP.
   7. Click *Reserve* to reserve the IP.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/1a358dfa-7f83-4d30-aa66-5e1eba0bbf5c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine]... Juan Manuel Zolezzi
    • [google-appen... 'George (Cloud Platform Support)' via Google App Engine

Reply via email to