Restore DB Instance To Point In Time
GET {{aws_rds_base_url}}/?AutoMinorVersionUpgrade&AvailabilityZone&CopyTagsToSnapshot&DBInstanceClass&DBName&DBParameterGroupName&DBSubnetGroupName&DeletionProtection&Domain&DomainIAMRoleName&EnableCloudwatchLogsExports.member.N&EnableIAMDatabaseAuthentication&Engine&Iops&LicenseModel&MultiAZ&OptionGroupName&Port&ProcessorFeatures.ProcessorFeature.N&PubliclyAccessible&RestoreTime&SourceDBInstanceIdentifier&SourceDbiResourceId&StorageType&Tags.Tag.N&TargetDBInstanceIdentifier&TdeCredentialArn&TdeCredentialPassword&UseDefaultProcessorFeatures&UseLatestRestorableTime&VpcSecurityGroupIds.VpcSecurityGroupId.N&Action=RestoreDBInstanceToPointInTime&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. | |
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. | |
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 RDS 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 | The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance. | |
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. | |
RestoreTime | null | The date and time to restore from. | |
SourceDBInstanceIdentifier | null | The identifier of the source DB instance from which to restore. | |
SourceDbiResourceId | null | The resource ID of the source DB instance from which to restore. | |
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. | |
TargetDBInstanceIdentifier | null | The name of the new DB instance to be created. | |
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. | |
UseLatestRestorableTime | null | A value that indicates whether the DB instance is restored from the latest backup time. By default, the DB instance isn't restored from the latest backup time. | |
VpcSecurityGroupIds.VpcSecurityGroupId.N | null | A list of EC2 VPC security groups to associate with this DB instance. | |
Action | string | ||
Version | string |