My Wordpress site is hosted on the (Bitnami) GCP. I usually get charged only around $1.00 per month, which has been great. But I plan to hopefully start getting a little more traffic soon. So I want to be ready, in case I start to exceed my GCP resource limits.
My Wordpress site is hosted on a GCP “f1-micro”, so I guess I would just move to a GCP “g1-small”. Although, I have seen on some other forums people said the GCP hosting cost went surprisingly high after making this move. I have about $250 free credits remaining, so this would last me a very long time, if I don’t change anything.
So my question is, can I move back to the (almost free cost) “f1-micro” in the future, if I need to?
Any other advice about this would be much appreciated. Thanks.
Hello @Thomas3 ,Welcome on Google Cloud Community.
yes, you can always perform downgrade. I see that the lowest ( and probably the cheapest ) machine tier is e2-micro. The same machine type is listed at documentation related with free tier.
"
|
Your Free Tier Compute Engine free tier does not charge for an external IP address.
GPUs and TPUs are not included in the Free Tier offer. You are always charged for GPUs and TPUs that you add to VM instances. |
Free tier URL Docs: https://cloud.google.com/free/docs/free-cloud-features?_gl=1*1a2hrv8*_up*MQ..&gclid=CjwKCAjw1emzBhB8...
Machine resources: https://cloud.google.com/compute/docs/machine-resource
--
cheers,
DamianS
LinkedIn medium.com Cloudskillsboost
Thanks so much. Very helpful information.
The only time I have any problems currently is if I update too many plugins at the same time and my site goes above it's CPU limits. Then GCP stops my site. It seems updating plugins would have more CPU usage than site visitors?
So hopefully, just having a little more visitor traffic, my site will be fine on the current free tier. I am using a caching plugin and my images are all optimized at a small size.
Yep, this might be a cause. I hated this resource consumption when I've played with WordPress 😉