188 lines
		
	
	
		
			6.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			188 lines
		
	
	
		
			6.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 | |
|   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | |
| 
 | |
| 
 | |
| <html xmlns="http://www.w3.org/1999/xhtml">
 | |
|   <head>
 | |
|     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 | |
|     
 | |
|     <title>Moto: A Mock library for boto — Moto 0.4.10 documentation</title>
 | |
|     
 | |
|     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
 | |
|     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
 | |
|     
 | |
|     <script type="text/javascript">
 | |
|       var DOCUMENTATION_OPTIONS = {
 | |
|         URL_ROOT:    './',
 | |
|         VERSION:     '0.4.10',
 | |
|         COLLAPSE_INDEX: false,
 | |
|         FILE_SUFFIX: '.html',
 | |
|         HAS_SOURCE:  true
 | |
|       };
 | |
|     </script>
 | |
|     <script type="text/javascript" src="_static/jquery.js"></script>
 | |
|     <script type="text/javascript" src="_static/underscore.js"></script>
 | |
|     <script type="text/javascript" src="_static/doctools.js"></script>
 | |
|     <link rel="top" title="Moto 0.4.10 documentation" href="#" />
 | |
|     <link rel="next" title="Getting Started with Moto" href="getting_started.html" />
 | |
|    
 | |
|   
 | |
|   <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
 | |
| 
 | |
|   </head>
 | |
|   <body role="document">  
 | |
| 
 | |
|     <div class="document">
 | |
|       <div class="documentwrapper">
 | |
|         <div class="bodywrapper">
 | |
|           <div class="body" role="main">
 | |
|             
 | |
|   <div class="section" id="moto-a-mock-library-for-boto">
 | |
| <span id="index"></span><h1>Moto: A Mock library for boto<a class="headerlink" href="#moto-a-mock-library-for-boto" title="Permalink to this headline">¶</a></h1>
 | |
| <p>A library that allows you to easily mock out tests based on
 | |
| <span class="target" id="aws-infrastructure">AWS infrastructure</span>.</p>
 | |
| <div class="section" id="getting-started">
 | |
| <h2>Getting Started<a class="headerlink" href="#getting-started" title="Permalink to this headline">¶</a></h2>
 | |
| <p>If you’ve never used <code class="docutils literal"><span class="pre">moto</span></code> before, you should read the
 | |
| <a class="reference internal" href="getting_started.html"><em>Getting Started with Moto</em></a> guide to get familiar
 | |
| with <code class="docutils literal"><span class="pre">moto</span></code> & its usage.</p>
 | |
| </div>
 | |
| <div class="section" id="currently-implemented-services">
 | |
| <h2>Currently implemented Services<a class="headerlink" href="#currently-implemented-services" title="Permalink to this headline">¶</a></h2>
 | |
| <ul class="simple">
 | |
| <li><strong>Compute</strong><ul>
 | |
| <li><a class="reference internal" href="ec2_tut.html"><em>Elastic Compute Cloud</em></a></li>
 | |
| <li>AMI</li>
 | |
| <li>EBS</li>
 | |
| <li>Instances</li>
 | |
| <li>Security groups</li>
 | |
| <li>Tags</li>
 | |
| <li>Auto Scaling</li>
 | |
| </ul>
 | |
| </li>
 | |
| <li><strong>Storage and content delivery</strong><ul>
 | |
| <li>S3</li>
 | |
| <li>Glacier</li>
 | |
| </ul>
 | |
| </li>
 | |
| <li><strong>Database</strong><ul>
 | |
| <li>RDS</li>
 | |
| <li>DynamoDB</li>
 | |
| <li>Redshift</li>
 | |
| </ul>
 | |
| </li>
 | |
| <li><strong>Networking</strong><ul>
 | |
| <li>Route53</li>
 | |
| </ul>
 | |
| </li>
 | |
| <li><strong>Administration and security</strong><ul>
 | |
| <li>Identity & access management</li>
 | |
| <li>CloudWatch</li>
 | |
| </ul>
 | |
| </li>
 | |
| <li><strong>Deployment and management</strong><ul>
 | |
| <li>CloudFormation</li>
 | |
| </ul>
 | |
| </li>
 | |
| <li><strong>Analytics</strong><ul>
 | |
| <li>Kinesis</li>
 | |
| <li>EMR</li>
 | |
| </ul>
 | |
| </li>
 | |
| <li><strong>Application service</strong><ul>
 | |
| <li>SQS</li>
 | |
| <li>SES</li>
 | |
| </ul>
 | |
| </li>
 | |
| <li><strong>Mobile services</strong><ul>
 | |
| <li>SNS</li>
 | |
| </ul>
 | |
| </li>
 | |
| </ul>
 | |
| </div>
 | |
| <div class="section" id="additional-resources">
 | |
| <h2>Additional Resources<a class="headerlink" href="#additional-resources" title="Permalink to this headline">¶</a></h2>
 | |
| <ul class="simple">
 | |
| <li><a class="reference external" href="https://github.com/spulec/moto">Moto Source Repository</a></li>
 | |
| <li><a class="reference external" href="https://github.com/spulec/moto/issues">Moto Issue Tracker</a></li>
 | |
| </ul>
 | |
| <div class="section" id="indices-and-tables">
 | |
| <h3>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h3>
 | |
| <ul class="simple">
 | |
| <li><a class="reference internal" href="genindex.html"><span>Index</span></a></li>
 | |
| <li><a class="reference internal" href="py-modindex.html"><span>Module Index</span></a></li>
 | |
| <li><a class="reference internal" href="search.html"><span>Search Page</span></a></li>
 | |
| </ul>
 | |
| <div class="toctree-wrapper compound">
 | |
| </div>
 | |
| </div>
 | |
| </div>
 | |
| </div>
 | |
| 
 | |
| 
 | |
|           </div>
 | |
|         </div>
 | |
|       </div>
 | |
|       <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
 | |
|         <div class="sphinxsidebarwrapper">
 | |
|   <h3><a href="#">Table Of Contents</a></h3>
 | |
|   <ul>
 | |
| <li><a class="reference internal" href="#">Moto: A Mock library for boto</a><ul>
 | |
| <li><a class="reference internal" href="#getting-started">Getting Started</a></li>
 | |
| <li><a class="reference internal" href="#currently-implemented-services">Currently implemented Services</a></li>
 | |
| <li><a class="reference internal" href="#additional-resources">Additional Resources</a><ul>
 | |
| <li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
 | |
| </ul>
 | |
| </li>
 | |
| </ul>
 | |
| </li>
 | |
| </ul>
 | |
| <div class="relations">
 | |
| <h3>Related Topics</h3>
 | |
| <ul>
 | |
|   <li><a href="#">Documentation overview</a><ul>
 | |
|       <li>Next: <a href="getting_started.html" title="next chapter">Getting Started with Moto</a></li>
 | |
|   </ul></li>
 | |
| </ul>
 | |
| </div>
 | |
|   <div role="note" aria-label="source link">
 | |
|     <h3>This Page</h3>
 | |
|     <ul class="this-page-menu">
 | |
|       <li><a href="_sources/index.txt"
 | |
|             rel="nofollow">Show Source</a></li>
 | |
|     </ul>
 | |
|    </div>
 | |
| <div id="searchbox" style="display: none" role="search">
 | |
|   <h3>Quick search</h3>
 | |
|     <form class="search" action="search.html" method="get">
 | |
|       <input type="text" name="q" />
 | |
|       <input type="submit" value="Go" />
 | |
|       <input type="hidden" name="check_keywords" value="yes" />
 | |
|       <input type="hidden" name="area" value="default" />
 | |
|     </form>
 | |
|     <p class="searchtip" style="font-size: 90%">
 | |
|     Enter search terms or a module, class or function name.
 | |
|     </p>
 | |
| </div>
 | |
| <script type="text/javascript">$('#searchbox').show(0);</script>
 | |
|         </div>
 | |
|       </div>
 | |
|       <div class="clearer"></div>
 | |
|     </div>
 | |
|     <div class="footer">
 | |
|       ©2015, Steve Pulec.
 | |
|       
 | |
|       |
 | |
|       Powered by <a href="http://sphinx-doc.org/">Sphinx 1.3.1</a>
 | |
|       & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.6</a>
 | |
|       
 | |
|       |
 | |
|       <a href="_sources/index.txt"
 | |
|           rel="nofollow">Page source</a>
 | |
|     </div>
 | |
| 
 | |
|     
 | |
| 
 | |
|     
 | |
|   </body>
 | |
| </html> |