Create DB Instance

GET {{aws_rds_base_url}}/?AllocatedStorage&AutoMinorVersionUpgrade&AvailabilityZone&BackupRetentionPeriod&CharacterSetName&CopyTagsToSnapshot&DBClusterIdentifier&DBInstanceClass&DBInstanceIdentifier&DBName&DBParameterGroupName&DBSecurityGroups.DBSecurityGroupName.N&DBSubnetGroupName&DeletionProtection&Domain&DomainIAMRoleName&EnableCloudwatchLogsExports.member.N&EnableIAMDatabaseAuthentication&EnablePerformanceInsights&Engine&EngineVersion&Iops&KmsKeyId&LicenseModel&MasterUsername&MasterUserPassword&MaxAllocatedStorage&MonitoringInterval&MonitoringRoleArn&MultiAZ&OptionGroupName&PerformanceInsightsKMSKeyId&PerformanceInsightsRetentionPeriod&Port&PreferredBackupWindow&PreferredMaintenanceWindow&ProcessorFeatures.ProcessorFeature.N&PromotionTier&PubliclyAccessible&StorageEncrypted&StorageType&Tags.Tag.N&TdeCredentialArn&TdeCredentialPassword&Timezone&VpcSecurityGroupIds.VpcSecurityGroupId.N&Action=CreateDBInstance&Version=2014-10-31

Request Params

KeyDatatypeRequiredDescription
AllocatedStoragenullThe amount of storage (in gibibytes) to allocate for the DB instance.
AutoMinorVersionUpgradenullA value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window. By default, minor engine upgrades are applied automatically.
AvailabilityZonenullThe Availability Zone (AZ) where the database will be created. For information on AWS Regions and Availability Zones, see Regions and Availability Zones.
BackupRetentionPeriodnullThe number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.
CharacterSetNamenullFor supported engines, indicates that the DB instance should be associated with the specified CharacterSet.
CopyTagsToSnapshotnullA value that indicates whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.
DBClusterIdentifiernullThe identifier of the DB cluster that the instance will belong to.
DBInstanceClassnullThe compute and memory capacity of the 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.
DBInstanceIdentifiernullThe DB instance identifier. This parameter is stored as a lowercase string.
DBNamenullThe meaning of this parameter differs according to the database engine you use.
DBParameterGroupNamenullThe name of the DB parameter group to associate with this DB instance. If you do not specify a value, then the default DB parameter group for the specified DB engine and version is used.
DBSecurityGroups.DBSecurityGroupName.NnullA list of DB security groups to associate with this DB instance.
DBSubnetGroupNamenullA DB subnet group to associate with this DB instance.
DeletionProtectionnullA 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.
DomainnullThe Active Directory directory ID to create the DB instance in. Currently, only Microsoft SQL Server and Oracle DB instances can be created in an Active Directory Domain.
DomainIAMRoleNamenullSpecify the name of the IAM role to be used when making API calls to the Directory Service.
EnableCloudwatchLogsExports.member.NnullThe list of log types that need to be enabled for exporting 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 Relational Database Service User Guide.
EnableIAMDatabaseAuthenticationnullA value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.
EnablePerformanceInsightsnullA value that indicates whether to enable Performance Insights for the DB instance.
EnginenullThe name of the database engine to be used for this instance.
EngineVersionnullThe version number of the database engine to use.
IopsnullThe amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance. For information about valid Iops values, see Amazon RDS Provisioned IOPS Storage to Improve Performance in the Amazon RDS User Guide.
KmsKeyIdnullThe AWS KMS key identifier for an encrypted DB instance.
LicenseModelnullLicense model information for this DB instance.
MasterUsernamenullThe name for the master user.
MasterUserPasswordnullThe password for the master user. The password can include any printable ASCII character except /, , or @.
MaxAllocatedStoragenullThe upper limit to which Amazon RDS can automatically scale the storage of the DB instance.
MonitoringIntervalnullThe interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 0.
MonitoringRoleArnnullThe 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 Setting Up and Enabling Enhanced Monitoring in the Amazon RDS User Guide.
MultiAZnullA value that indicates whether the DB instance is a Multi-AZ deployment. You can't set the AvailabilityZone parameter if the DB instance is a Multi-AZ deployment.
OptionGroupNamenullIndicates that the DB instance should be associated with the specified option group.
PerformanceInsightsKMSKeyIdnullThe 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.
PerformanceInsightsRetentionPeriodnullThe amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).
PortnullThe port number on which the database accepts connections.
PreferredBackupWindownullThe daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter. For more information, see The Backup Window in the Amazon RDS User Guide.
PreferredMaintenanceWindownullThe time range each week during which system maintenance can occur, in Universal Coordinated Time (UTC). For more information, see Amazon RDS Maintenance Window.
ProcessorFeatures.ProcessorFeature.NnullThe number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
PromotionTiernullA value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see Fault Tolerance for an Aurora DB Cluster in the Amazon Aurora User Guide.
PubliclyAccessiblenullA 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.
StorageEncryptednullA value that indicates whether the DB instance is encrypted. By default, it isn't encrypted.
StorageTypenullSpecifies the storage type to be associated with the DB instance.
Tags.Tag.NnullTags to assign to the DB instance.
TdeCredentialArnnullThe ARN from the key store with which to associate the instance for TDE encryption.
TdeCredentialPasswordnullThe password for the given ARN from the key store in order to access the device.
TimezonenullThe time zone of the DB instance. The time zone parameter is currently supported only by Microsoft SQL Server.
VpcSecurityGroupIds.VpcSecurityGroupId.NnullA list of Amazon EC2 VPC security groups to associate with this DB instance.
Actionstring
Versionstring