BackGround
I am planning to service a web community which heavily use deep learning system.
So I have 6 computer for using my own web service.
3 of them is super high performance spec(ryzen 5950, 128GB RAM, RTX 3090) which for deeplearning service.
other 3 of them is middle range performance spec(ryzen 5700G, 24GB).
I hope to use these bare metal server for my service and hope to use gcp as a api gateway(wanting to block dos attack, get some metrics, logs and so on).
I want to use Google Analytics for getting brief metric of my web service and I think gcp is the best cloud service when integrating whole service metrics. (if not please let me know).
I subscribe a network service that I have one static IP.
And I have a router that can connect up to 8 PC.
Question
- what kind of gcp service is the best practice on my service?
- If i have to use VM marchine for my own api gateway, what kind of program is proper to my service? and what kind of firewall configuration is needed?
- Is there any the better way to service with good security?
thank you for reading.