Skip to content

Instantly share code, notes, and snippets.

@howethomas
Created March 20, 2010 13:11
Show Gist options
  • Save howethomas/338660 to your computer and use it in GitHub Desktop.
Save howethomas/338660 to your computer and use it in GitHub Desktop.
rds-create-db-instance --db-instance-identifier taqistaging --allocated-storage 20 --db-instance-class db.m1.small --engine mysql5.1 --master-username xxxxx --master-user-password xxxxxx
DBINSTANCE taqistaging db.m1.small mysql5.1 20 dbroot creating 1 ****
SECGROUP default active
PARAMGRP default.mysql5.1 in-sync
rds-describe-db-instances
DBINSTANCE taqistaging db.m1.small mysql5.1 20 dbroot creating us-east-1d 1 ****
SECGROUP default active
PARAMGRP default.mysql5.1 in-sync
rds-describe-db-instances
DBINSTANCE taqistaging 2010-03-20T13:06:34.318Z db.m1.small mysql5.1 20 dbroot available taqistaging.c5fxtkhguqen.us-east-1.rds.amazonaws.com 3306 us-east-1d 1
SECGROUP default active
PARAMGRP default.mysql5.1 in-sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment