Created
July 21, 2013 05:14
-
-
Save toyama0919/6047569 to your computer and use it in GitHub Desktop.
aws cliでrdsにインスタンス作成
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
| aws rds create-db-instance --db-instance-identifier test --master-username root --engine mysql --allocated-storage 10 --master-user-password test --db-instance-class db.t1.micro |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment