From 8a333d352a5eb53624eb06aa1a2247afd8aaff44 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Mon, 12 Feb 2018 11:25:56 -0800 Subject: [PATCH] adding a doc warning --- doc/source/cost.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/source/cost.rst b/doc/source/cost.rst index 8985a00794..8f54dbf3fa 100644 --- a/doc/source/cost.rst +++ b/doc/source/cost.rst @@ -36,17 +36,18 @@ you'll be able to choose the computational requirements you have, as well as draw a pattern of usage you expect over time. It will estimate the costs for you. +.. warning:: + + **The cost estimator is a very rough estimate.** It is based on Google Cloud + Engine instances served from Oregon. Costs will vary based on your + location / provider, and will be highly variable if you implement any kind + of auto-scaling. Treat it as an order-of-magnitude estimate, not a hard rule. + .. raw:: html -.. note:: - - These are cost estimates based on Google Cloud Engine instances served from - Oregon. Costs will vary based on your location / provider, so double check - with their numbers to see how they compare to this demo. - For a description of how these costs are broken down, see below. Users