create database
apppack create database
setup resources for an AppPack Database
Synopsis
Requires admin permissions.
Creates an AppPack Database. If a <name>
is not provided, the default name, apppack
will be used.
apppack create database [<name>]
Options
--allocated-storage int initial storage allocated in GB (does not apply to Aurora engines) (default 50)
--cluster string cluster name (default "apppack")
-e, --engine string engine -- one of mysql, postgres, aurora-mysql, aurora-postgresql (default "postgres")
-h, --help help for database
-i, --instance-class string instance class -- see https://aws.amazon.com/rds/postgresql/pricing/?pg=pr&loc=3 (default "db.t4g.medium")
--max-allocated-storage int maximum storage allocated on-demand in GB (does not apply to Aurora engines) (default 500)
--multi-az enable multi-AZ -- see https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.MultiAZ.html
Options inherited from parent commands
-c, --account string AWS account ID or alias (not needed if you are only the administrator of one account)
--aws-credentials use AWS credentials instead of AppPack.io federation
--check check stack in Cloudformation before creating
--debug enable debug logging
--non-interactive do not prompt for missing flags
--region string AWS region to create resources in
SEE ALSO
- apppack create - create AppPack resources in your AWS account