Restore DB Instance From DB Snapshot
GET {{aws_rds_base_url}}/?AutoMinorVersionUpgrade&AvailabilityZone&CopyTagsToSnapshot&DBInstanceClass&DBInstanceIdentifier&DBName&DBParameterGroupName&DBSnapshotIdentifier&DBSubnetGroupName&DeletionProtection&Domain&DomainIAMRoleName&EnableCloudwatchLogsExports.member.N&EnableIAMDatabaseAuthentication&Engine&Iops&LicenseModel&MultiAZ&OptionGroupName&Port&ProcessorFeatures.ProcessorFeature.N&PubliclyAccessible&StorageType&Tags.Tag.N&TdeCredentialArn&TdeCredentialPassword&UseDefaultProcessorFeatures&VpcSecurityGroupIds.VpcSecurityGroupId.N&Action=RestoreDBInstanceFromDBSnapshot&Version=2014-10-31
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
AutoMinorVersionUpgrade | null | A value that indicates whether minor version upgrades are applied automatically to the DB instance during the maintenance window. | |
AvailabilityZone | null | The Availability Zone (AZ) where the DB instance will be created. | |
CopyTagsToSnapshot | null | A value that indicates whether to copy all tags from the restored DB instance to snapshots of the DB instance. By default, tags are not copied. | |
DBInstanceClass | null | The compute and memory capacity of the Amazon RDS DB instance, for example, db.m4.large. Not all DB instance classes are available in all AWS Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide. | |
DBInstanceIdentifier | null | Name of the DB instance to create from the DB snapshot. This parameter isn't case-sensitive. | |
DBName | null | The database name for the restored DB instance. | |
DBParameterGroupName | null | The name of the DB parameter group to associate with this DB instance. | |
DBSnapshotIdentifier | null | The identifier for the DB snapshot to restore from. | |
DBSubnetGroupName | null | The DB subnet group name to use for the new instance. | |
DeletionProtection | null | A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled. For more information, see Deleting a DB Instance. | |
Domain | null | Specify the Active Directory directory ID to restore the DB instance in. The domain must be created prior to this operation. Currently, only Microsoft SQL Server and Oracle DB instances can be created in an Active Directory Domain. | |
DomainIAMRoleName | null | Specify the name of the IAM role to be used when making API calls to the Directory Service. | |
EnableCloudwatchLogsExports.member.N | null | The list of logs that the restored DB instance 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. For information about the supported DB engines, see CreateDBInstance. | |
Engine | null | The database engine to use for the new instance. | |
Iops | null | Specifies the amount of provisioned IOPS for the DB instance, expressed in I/O operations per second. If this parameter isn't specified, the IOPS value is taken from the backup. If this parameter is set to 0, the new instance is converted to a non-PIOPS instance. The conversion takes additional time, though your DB instance is available for connections before the conversion starts. | |
LicenseModel | null | License model information for the restored DB instance. | |
MultiAZ | null | A value that indicates whether the DB instance is a Multi-AZ deployment. | |
OptionGroupName | null | The name of the option group to be used for the restored DB instance. | |
Port | null | The port number on which the database accepts connections. | |
ProcessorFeatures.ProcessorFeature.N | null | The number of CPU cores and the number of threads per core for the DB instance class of the DB instance. | |
PubliclyAccessible | null | A value that indicates whether the DB instance is publicly accessible. When the DB instance is publicly accessible, it is an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. When the DB instance isn't publicly accessible, it is an internal instance with a DNS name that resolves to a private IP address. For more information, see CreateDBInstance. | |
StorageType | null | Specifies the storage type to be associated with the DB instance. | |
Tags.Tag.N | null | A list of tags. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide. | |
TdeCredentialArn | null | The ARN from the key store with which to associate the instance for TDE encryption. | |
TdeCredentialPassword | null | The password for the given ARN from the key store in order to access the device. | |
UseDefaultProcessorFeatures | null | A value that indicates whether the DB instance class of the DB instance uses its default processor features. | |
VpcSecurityGroupIds.VpcSecurityGroupId.N | null | A list of EC2 VPC security groups to associate with this DB instance. | |
Action | string | ||
Version | string |