diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst
index 294c205d0..affa6294e 100644
--- a/docs/scenarios/web.rst
+++ b/docs/scenarios/web.rst
@@ -255,6 +255,9 @@ DotCloud uses a custom command-line API client which can work with
applications managed in git repositories or any other version control
system.
+DotCloud has a free plan with limited database size, and without extra
+services (caching…).
+
See the `DotCloud documentation on Python
`_ for more information and help
getting started.
@@ -267,6 +270,10 @@ ep.io
applications. It supports Python versions 2.6 and 2.7, and has Pythonic
integrations with a variety of services.
+ep.io has a free plan with bandwidth and disk space limitations. Also, in the
+free plan, the web process is only loaded when needed. This means that the
+first request after some inactivity may take up to 15 seconds.
+
ep.io publishes `step-by-step instructions
`_ on how to get started with their
platform and how to deploy Django, Flask, or generic WSGI applications.