are, unning instances using old versions of an applications, chargable ?
27 views
Skip to first unread message
Pardeep Aulakh
unread,
Sep 17, 2019, 11:34:20 AM9/17/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
There are lot of instances running which are using old versions of my application. Are these instances chargable, given that they are not serving any amount of traffic ?
Aref Amiri (Cloud Platform Support)
unread,
Sep 20, 2019, 11:44:20 AM9/20/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Yes, you will be charged for the instances running your old version of your application, as GAE instance are billed at hourly rates based on instance uptime. You can find more information on pricing here. However, if you are looking to lower the resources costs, you can look into Google Cloud Run, as the charges are only for the resources you use, rounded up to the nearest 100 millisecond.