App Engine: Using f1-micro instance but getting billed for g1-small instance -
we have flexible environment (node.js) running 1 f1-micro (1 vcpu, 0.6 gb memory) instance. when @ billing history, can see billed "compute engine small instance 1 vcpu" price of g1-small instance.
we're still in 60 days free trial period, still using credit.
but i'm wondering why billed g1-small instance if using f1-micro?
to answer own question: got billed "compute engine micro instance burstable cpu" (f1-micro) correctly end of month. seems there delay between consumed , shown under "costs in month".
app.yaml:
runtime: nodejs env: flex manual_scaling: instances: 1 resources: cpu: .5 memory_gb: 0.90 disk_size_gb: 10 skip_files: - ^(.*/)?.*/node_modules/.*$ env_variables: ...