Last active
May 4, 2020 00:46
-
-
Save mobilequickie/f25c4083c16ca330a2bb6c83c0d97e27 to your computer and use it in GitHub Desktop.
Create an Aurora Serverless Cluster via AWS CLI
This file contains 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-cluster --db-cluster-identifier my-serverless-cluster --master-username mymasteruser \ | |
--master-user-password mymasterpassword --engine aurora --engine-mode serverless \ | |
--region us-east-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
// Result of the above AWS CLI command - ran on April 23, 2019