I am using Google Cloud Platform on their Free Tier (https://cloud.google.com/free/) to run a web server that can be accessed publicly (externally). I have setup everything under their Free Tier: F1-micro instance, standard VM instance with standard routing, etc. so I am not paying for it.
According to this: https://cloud.google.com/compute/all-pricing#ipaddress
Google will start charging for static and ephemeral IP addresses in use on standard VM instances at $0.004 per hour starting January 1st, 2020.
Is there any possible way to still have a completely free web server with public access using the Google Cloud Platform or is the lowest cost $2.92 USD per month because they will be charging for the use of an external IP address (AKA, no real Free Tier exists after January 1, 2020)?