Do I need to pay to for a resident instance? The information available is confusing to me? I want to enable the "always on" feature for my java app. Thanks.
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
You do need to pay for a resident instance - just set the number of minimum idle instances to however many resident instances you want (3 is similar to the "Always On" feature). Some info about idle instances from the Applications page (where you set it):
You need to look into backends, where you control the startup and shutdown of the instance. backends cost from 0.08$ to $0.64 per hours depending on you backend type.
Setting the minimum idle instances (resident instances) is, by default, disabled. Resident instances are available to paid apps only. You must therefore enable billing. For that GAE will need to store your credit card information.