-2

I would like to know what is the approximate price of a Goggle App Engine Flex f1-micro instance to use it as a websocker server

For example, I can estimate that during the use of 730 hours per month of an e2-micro instance, I will have an estimated cost of USD 6.11 per month. What would be the cost for a similar insanity in GAE flex? Should I assume it is less than that unless I am working 100% of the time?

lbrlx
  • 21
  • 2

1 Answers1

1

F1 is listed as $0.05 per hour per instance. Prices are listed here.

Googling is a valuable skill to learn as a developer! You can learn some advanced tricks here.

schanq
  • 864
  • 1
  • 15
  • 25
  • thank you @schanq The GAE Flex instance shuts down after a request so the monthly cost would be less than Google Compute Engine? – lbrlx Apr 26 '21 at 20:33
  • Per the docs directly under the link I shared: Accrual of instance hours begins when an instance starts and ends as described below, depending on the type of scaling you specify for the instance: • Basic or automatic scaling: accrual ends fifteen minutes after an instance finishes processing its last request. • Manual scaling: accrual ends fifteen minutes after an instance shuts down. If the number of idle instances created by App Engine exceeds the maximum you specify in the Performance Settings tab of the Cloud Console, the excess instances do not accrue instance hours. – schanq Apr 26 '21 at 21:58