Skip to content

A simple ruby library that makes deploying to AWS from rake a little simpler.

License

Notifications You must be signed in to change notification settings

davidsulpy/cloud_deployer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Cloud Deployer Ruby Module

This is an opinionated wrapper for deploying applications to AWS cloud infrastructure. It provides services and helpers for basic tasks in order to aid rake scripts in pushing deployment packages to s3, bootstrapping and deploying CloudFormation templates, creating and/or updating CloudFormation stacks, managing Route53 DNS records, purging CloudFront caches, and HealthChecking endpoints to ensure new version is running.

##Dependencies gem 'aws-sdk', '~> 2'

NOTE: gem 'net/http' is also required but only for the EndpointHealthchecker

More README with examples to come...

About

A simple ruby library that makes deploying to AWS from rake a little simpler.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages