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
Key | Datatype | Required | Description |
---|---|---|---|
AllocatedStorage | null | The amount of storage (in gibibytes) to allocate for the DB instance. | |
AutoMinorVersionUpgrade | null | A 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. | |
AvailabilityZone | null | The Availability Zone (AZ) where the database will be created. For information on AWS Regions and Availability Zones, see Regions and Availability Zones. | |
BackupRetentionPeriod | null | The 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. | |
CharacterSetName | null | For supported engines, indicates that the DB instance should be associated with the specified CharacterSet. | |
CopyTagsToSnapshot | null | A value that indicates whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied. | |
DBClusterIdentifier | null | The identifier of the DB cluster that the instance will belong to. | |
DBInstanceClass | null | The 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. | |
DBInstanceIdentifier | null | The DB instance identifier. This parameter is stored as a lowercase string. | |
DBName | null | The meaning of this parameter differs according to the database engine you use. | |
DBParameterGroupName | null | The 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.N | null | A list of DB security groups to associate with this DB instance. | |
DBSubnetGroupName | null | A DB subnet group to associate with this DB 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 | The 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. | |
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 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. | |
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. | |
EnablePerformanceInsights | null | A value that indicates whether to enable Performance Insights for the DB instance. | |
Engine | null | The name of the database engine to be used for this instance. | |
EngineVersion | null | The version number of the database engine to use. | |
Iops | null | The 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. | |
KmsKeyId | null | The AWS KMS key identifier for an encrypted DB instance. | |
LicenseModel | null | License model information for this DB instance. | |
MasterUsername | null | The name for the master user. | |
MasterUserPassword | null | The password for the master user. The password can include any printable ASCII character except /, , or @. | |
MaxAllocatedStorage | null | The upper limit to which Amazon RDS can automatically scale the storage of the DB instance. | |
MonitoringInterval | null | The 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. | |
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 Setting Up and Enabling Enhanced Monitoring in the Amazon RDS User Guide. | |
MultiAZ | null | A 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. | |
OptionGroupName | null | Indicates that the DB instance should be associated with the specified option group. | |
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 on which the database accepts connections. | |
PreferredBackupWindow | null | The 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. | |
PreferredMaintenanceWindow | null | The 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.N | null | The number of CPU cores and the number of threads per core for the DB instance class of the DB instance. | |
PromotionTier | null | A 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. | |
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. | |
StorageEncrypted | null | A value that indicates whether the DB instance is encrypted. By default, it isn't encrypted. | |
StorageType | null | Specifies the storage type to be associated with the DB instance. | |
Tags.Tag.N | null | Tags to assign to the DB instance. | |
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. | |
Timezone | null | The time zone of the DB instance. The time zone parameter is currently supported only by Microsoft SQL Server. | |
VpcSecurityGroupIds.VpcSecurityGroupId.N | null | A list of Amazon EC2 VPC security groups to associate with this DB instance. | |
Action | string | ||
Version | string |