Skip to content

Instantly share code, notes, and snippets.

@toyama0919
Created July 21, 2013 05:14
Show Gist options
  • Select an option

  • Save toyama0919/6047569 to your computer and use it in GitHub Desktop.

Select an option

Save toyama0919/6047569 to your computer and use it in GitHub Desktop.
aws cliでrdsにインスタンス作成
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