create redis
apppack create redis
setup resources for an AppPack Redis instance
Synopsis
Requires admin permissions.
Creates an AppPack Redis instance. If a <name>
is not provided, the default name, apppack
will be used.
apppack create redis [<name>]
Options
--cluster string cluster name (default "apppack")
-h, --help help for redis
--instance-class string instance class -- see https://aws.amazon.com/elasticache/pricing/#On-Demand_Nodes (default "cache.t4g.micro")
--multi-az enable multi-AZ -- see https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/AutoFailover.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