Create DB Instance Read Replica
GET {{aws_rds_base_url}}/?AutoMinorVersionUpgrade&AvailabilityZone&CopyTagsToSnapshot&DBInstanceClass&DBInstanceIdentifier&DBParameterGroupName&DBSubnetGroupName&DeletionProtection&Domain&DomainIAMRoleName&EnableCloudwatchLogsExports.member.N&EnableIAMDatabaseAuthentication&EnablePerformanceInsights&Iops&KmsKeyId&MonitoringInterval&MonitoringRoleArn&MultiAZ&OptionGroupName&PerformanceInsightsKMSKeyId&PerformanceInsightsRetentionPeriod&Port&PreSignedUrl&ProcessorFeatures.ProcessorFeature.N&PubliclyAccessible&SourceDBInstanceIdentifier&StorageType&Tags.Tag.N&UseDefaultProcessorFeatures&VpcSecurityGroupIds.VpcSecurityGroupId.N&Action=CreateDBInstanceReadReplica&Version=2014-10-31
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
AutoMinorVersionUpgrade | null | A value that indicates whether minor engine upgrades are applied automatically to the Read Replica during the maintenance window. | |
AvailabilityZone | null | The Availability Zone (AZ) where the Read Replica will be created. | |
CopyTagsToSnapshot | null | A value that indicates whether to copy all tags from the Read Replica to snapshots of the Read Replica. By default, tags are not copied. | |
DBInstanceClass | null | The compute and memory capacity of the Read Replica, 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 | The DB instance identifier of the Read Replica. This identifier is the unique key that identifies a DB instance. This parameter is stored as a lowercase string. | |
DBParameterGroupName | null | The name of the DB parameter group to associate with this DB instance. | |
DBSubnetGroupName | null | Specifies a DB subnet group for the DB instance. The new DB instance is created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance isn't created in a VPC. | |
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 | The Active Directory directory ID to create the DB instance in. | |
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 new 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. | |
EnablePerformanceInsights | null | A value that indicates whether to enable Performance Insights for the Read Replica. | |
Iops | null | The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance. | |
KmsKeyId | null | The AWS KMS key ID for an encrypted Read Replica. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key. | |
MonitoringInterval | null | The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the Read Replica. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 0. | |
MonitoringRoleArn | null | The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring in the Amazon RDS User Guide. | |
MultiAZ | null | A value that indicates whether the Read Replica is in a Multi-AZ deployment. | |
OptionGroupName | null | The option group the DB instance is associated with. If omitted, the option group associated with the source instance is used. | |
PerformanceInsightsKMSKeyId | null | The AWS KMS key identifier for encryption of Performance Insights data. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key. | |
PerformanceInsightsRetentionPeriod | null | The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years). | |
Port | null | The port number that the DB instance uses for connections. | |
PreSignedUrl | null | The URL that contains a Signature Version 4 signed request for the CreateDBInstanceReadReplica API action in the source AWS Region that contains the source DB instance. | |
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. | |
SourceDBInstanceIdentifier | null | The identifier of the DB instance that will act as the source for the Read Replica. Each DB instance can have up to five Read Replicas. | |
StorageType | null | Specifies the storage type to be associated with the Read Replica. | |
Tags.Tag.N | null | A list of tags. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide. | |
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 the Read Replica. | |
Action | string | ||
Version | string |