Created
March 20, 2010 13:11
-
-
Save howethomas/338660 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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