killkill / oracle-database-fabric-boto-aws

Provision an Oracle database instance on AWS using Fabric and boto.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@author Michael Bommarito: Bommarito Consulting, LLC
@date 20130211

This is a sample automated deployment project for the SouthEast Michigan Oracle Professionals Meetup (SEMOP) group.

The project includes a fabfile and necessary configuration to manage the deployment of an Oracle database instance:
* single instance; no RON/RAC
* no ASM
* no LVM/RAID configuration for ephemeral or EBS
* single host management; config does not support tracking multiple hosts
* very little template configuration

This is all done with minimal exception handling and AWS or Oracle magic; sorry, not giving away the cow, just some milk.

If you're interested in a automated infrastructure or application deployment, Oracle or otherwise, please contact me at:
michael@bommaritollc.com
http://bommaritollc.com/

About

Provision an Oracle database instance on AWS using Fabric and boto.