VKPR aws rds snapshot
Description
Create a snapshot from a RDS database.
Commands
Interactive inputs:
vkpr aws rds snapshot [flags]
Non-interactive without setting values or using VKPR Values
:
vkpr aws rds snapshot --default
Argument Reference
Flags
--default Use to automatically fill inputs with default value provided on config.json
--instance_name Specifies the RDS instance name to create SNAPSHOT.
Setting Provider credentials
CAUTION: Setting credentials manually will override the credentials already saved in memory
AWS
rit set credential --provider="aws" --fields="accesskeyid,secretaccesskey,region" --values="your-accesskey,your-secretaccess,your-region"
See Also
- VKPR aws rds destroy - Execute the pipeline to destroy the rds Cluster.