Restore DB Cluster From S3
GET {{aws_rds_base_url}}/?AvailabilityZones.AvailabilityZone.N&BacktrackWindow&BackupRetentionPeriod&CharacterSetName&CopyTagsToSnapshot&DatabaseName&DBClusterIdentifier&DBClusterParameterGroupName&DBSubnetGroupName&DeletionProtection&EnableCloudwatchLogsExports.member.N&EnableIAMDatabaseAuthentication&Engine&EngineVersion&KmsKeyId&MasterUsername&MasterUserPassword&OptionGroupName&Port&PreferredBackupWindow&PreferredMaintenanceWindow&S3BucketName&S3IngestionRoleArn&S3Prefix&SourceEngine&SourceEngineVersion&StorageEncrypted&Tags.Tag.N&VpcSecurityGroupIds.VpcSecurityGroupId.N&Action=RestoreDBClusterFromS3&Version=2014-10-31
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
AvailabilityZones.AvailabilityZone.N | null | A list of Availability Zones (AZs) where instances in the restored DB cluster can be created. | |
BacktrackWindow | null | The target backtrack window, in seconds. To disable backtracking, set this value to 0. | |
BackupRetentionPeriod | null | The number of days for which automated backups of the restored DB cluster are retained. You must specify a minimum value of 1. | |
CharacterSetName | null | A value that indicates that the restored DB cluster should be associated with the specified CharacterSet. | |
CopyTagsToSnapshot | null | A value that indicates whether to copy all tags from the restored DB cluster to snapshots of the restored DB cluster. The default is not to copy them. | |
DatabaseName | null | The database name for the restored DB cluster. | |
DBClusterIdentifier | null | The name of the DB cluster to create from the source data in the Amazon S3 bucket. This parameter is isn't case-sensitive. | |
DBClusterParameterGroupName | null | The name of the DB cluster parameter group to associate with the restored DB cluster. If this argument is omitted, default.aurora5.6 is used. | |
DBSubnetGroupName | null | A DB subnet group to associate with the restored DB cluster. | |
DeletionProtection | null | A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled. | |
EnableCloudwatchLogsExports.member.N | null | The list of logs that the restored DB cluster is to export to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide. | |
EnableIAMDatabaseAuthentication | null | A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. | |
Engine | null | The name of the database engine to be used for the restored DB cluster. | |
EngineVersion | null | The version number of the database engine to use. | |
KmsKeyId | null | The AWS KMS key identifier for an encrypted DB cluster. | |
MasterUsername | null | The name of the master user for the restored DB cluster. | |
MasterUserPassword | null | The password for the master database user. This password can contain any printable ASCII character except /, , or @. | |
OptionGroupName | null | A value that indicates that the restored DB cluster should be associated with the specified option group. | |
Port | null | The port number on which the instances in the restored DB cluster accept connections. | |
PreferredBackupWindow | null | The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. | |
PreferredMaintenanceWindow | null | The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). | |
S3BucketName | null | The name of the Amazon S3 bucket that contains the data used to create the Amazon Aurora DB cluster. | |
S3IngestionRoleArn | null | The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that authorizes Amazon RDS to access the Amazon S3 bucket on your behalf. | |
S3Prefix | null | The prefix for all of the file names that contain the data used to create the Amazon Aurora DB cluster. If you do not specify a SourceS3Prefix value, then the Amazon Aurora DB cluster is created by using all of the files in the Amazon S3 bucket. | |
SourceEngine | null | The identifier for the database engine that was backed up to create the files stored in the Amazon S3 bucket. | |
SourceEngineVersion | null | The version of the database that the backup files were created from. | |
StorageEncrypted | null | A value that indicates whether the restored DB cluster is encrypted. | |
Tags.Tag.N | null | A list of tags. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide. | |
VpcSecurityGroupIds.VpcSecurityGroupId.N | null | A list of EC2 VPC security groups to associate with the restored DB cluster. | |
Action | string | ||
Version | string |