Code Monkey home page Code Monkey logo

erlcloud's Introduction

erlcloud: Cloud Computing APIs For Erlang

This is version 0.4.5.  The API is subject to change.

Service APIs implemented:

- Amazon Elastic Compute Cloud (EC2)
- Amazon Simple Storage Service (S3)
- Amazon Simple Queue Service (SQS)
- Amazon SimpleDB
- Amazon Mechanical Turk
- Amazon CloudWatch (MON)

All API functions have been implemented.  Not all functions
have been thoroughly tested, so exercise care when integrating
this library into production code.  Please send bug reports and patches.

The libraries can be used two ways: either you can specify configuration
parameters in the process dictionary, or you can create a configuration object
and pass that to each request as the final parameter.

Getting started
---------------

If you're using erlcloud in your applicaiton, add it as a dependency
in your application's configuration file.  To use erlcloud in the shell,
you can ensure that all its dependencies have been started by calling:

> erlcloud:start().


Per-process configuration:

> erlcloud_ec2:configure(AccessKeyId, SecretAccessKey [, Hostname])

Hostname defaults to "ec2.amazonaws.com".

Then you can simply call, e.g. erlcloud_ec2:describe_images().

You don't need to call erlcloud_ec2:configure() if you provide your credentials
in the environmental variables

> AWS_ACCESS_KEY_ID
> AWS_SECRET_ACCESS_KEY


Configuration object usage:

> EC2 = erlcloud_ec2:new(AccessKeyId, SecretAccessKey [, Hostname])

> erlcloud_ec2:describe_images(EC2).


For usage information, consult the source code and refer to the API reference at:

- http://docs.amazonwebservices.com/AWSEC2/2009-11-30/APIReference/
- http://docs.amazonwebservices.com/AmazonS3/2006-03-01/API/
- http://docs.amazonwebservices.com/AmazonSimpleDB/latest/DeveloperGuide/

erlcloud's People

Contributors

andrewjstone avatar bwbuchanan avatar cmeiklejohn avatar ericbmerritt avatar gleber avatar irvin avatar jaredmorrow avatar jgordor avatar jlouis avatar joelreymont avatar kellymclaughlin avatar ksauzz avatar kuenishi avatar neuhausler avatar nivertech avatar paulperegud avatar reiddraper avatar seancribbs avatar shino avatar tsloughter avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.