View source: R/rds_operations.R
rds_create_db_instance | R Documentation |
Creates a new DB instance.
See https://www.paws-r-sdk.com/docs/rds_create_db_instance/ for full documentation.
rds_create_db_instance(
DBName = NULL,
DBInstanceIdentifier,
AllocatedStorage = NULL,
DBInstanceClass,
Engine,
MasterUsername = NULL,
MasterUserPassword = NULL,
DBSecurityGroups = NULL,
VpcSecurityGroupIds = NULL,
AvailabilityZone = NULL,
DBSubnetGroupName = NULL,
PreferredMaintenanceWindow = NULL,
DBParameterGroupName = NULL,
BackupRetentionPeriod = NULL,
PreferredBackupWindow = NULL,
Port = NULL,
MultiAZ = NULL,
EngineVersion = NULL,
AutoMinorVersionUpgrade = NULL,
LicenseModel = NULL,
Iops = NULL,
OptionGroupName = NULL,
CharacterSetName = NULL,
NcharCharacterSetName = NULL,
PubliclyAccessible = NULL,
Tags = NULL,
DBClusterIdentifier = NULL,
StorageType = NULL,
TdeCredentialArn = NULL,
TdeCredentialPassword = NULL,
StorageEncrypted = NULL,
KmsKeyId = NULL,
Domain = NULL,
DomainFqdn = NULL,
DomainOu = NULL,
DomainAuthSecretArn = NULL,
DomainDnsIps = NULL,
CopyTagsToSnapshot = NULL,
MonitoringInterval = NULL,
MonitoringRoleArn = NULL,
DomainIAMRoleName = NULL,
PromotionTier = NULL,
Timezone = NULL,
EnableIAMDatabaseAuthentication = NULL,
EnablePerformanceInsights = NULL,
PerformanceInsightsKMSKeyId = NULL,
PerformanceInsightsRetentionPeriod = NULL,
EnableCloudwatchLogsExports = NULL,
ProcessorFeatures = NULL,
DeletionProtection = NULL,
MaxAllocatedStorage = NULL,
EnableCustomerOwnedIp = NULL,
CustomIamInstanceProfile = NULL,
BackupTarget = NULL,
NetworkType = NULL,
StorageThroughput = NULL,
ManageMasterUserPassword = NULL,
MasterUserSecretKmsKeyId = NULL,
CACertificateIdentifier = NULL,
DBSystemId = NULL,
DedicatedLogVolume = NULL,
MultiTenant = NULL,
EngineLifecycleSupport = NULL
)
DBName |
The meaning of this parameter differs according to the database engine you use. Amazon Aurora MySQL The name of the database to create when the primary DB instance of the Aurora MySQL DB cluster is created. If this parameter isn't specified for an Aurora MySQL DB cluster, no database is created in the DB cluster. Constraints:
Amazon Aurora PostgreSQL The name of the database to create when the primary DB instance of the
Aurora PostgreSQL DB cluster is created. A database named Constraints:
Amazon RDS Custom for Oracle The Oracle System ID (SID) of the created RDS Custom DB instance. If you
don't specify a value, the default value is Default: Constraints:
Amazon RDS Custom for SQL Server Not applicable. Must be null. RDS for Db2 The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance. In some cases, we recommend that you don't add a database name. For more information, see Additional considerations in the Amazon RDS User Guide. Constraints:
RDS for MariaDB The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance. Constraints:
RDS for MySQL The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance. Constraints:
RDS for Oracle The Oracle System ID (SID) of the created DB instance. If you don't
specify a value, the default value is Default: Constraints:
RDS for PostgreSQL The name of the database to create when the DB instance is created. A
database named Constraints:
RDS for SQL Server Not applicable. Must be null. |
DBInstanceIdentifier |
[required] The identifier for this DB instance. This parameter is stored as a lowercase string. Constraints:
Example: |
AllocatedStorage |
The amount of storage in gibibytes (GiB) to allocate for the DB instance. This setting doesn't apply to Amazon Aurora DB instances. Aurora cluster volumes automatically grow as the amount of data in your database increases, though you are only charged for the space that you use in an Aurora cluster volume. Amazon RDS Custom Constraints to the amount of storage for each storage type are the following:
RDS for Db2 Constraints to the amount of storage for each storage type are the following:
RDS for MariaDB Constraints to the amount of storage for each storage type are the following:
RDS for MySQL Constraints to the amount of storage for each storage type are the following:
RDS for Oracle Constraints to the amount of storage for each storage type are the following:
RDS for PostgreSQL Constraints to the amount of storage for each storage type are the following:
RDS for SQL Server Constraints to the amount of storage for each storage type are the following:
|
DBInstanceClass |
[required] The compute and memory capacity of the DB instance, for example
|
Engine |
[required] The database engine to use for this DB instance. Not every database engine is available in every Amazon Web Services Region. Valid Values:
|
MasterUsername |
The name for the master user. This setting doesn't apply to Amazon Aurora DB instances. The name for the master user is managed by the DB cluster. This setting is required for RDS DB instances. Constraints:
|
MasterUserPassword |
The password for the master user. This setting doesn't apply to Amazon Aurora DB instances. The password for the master user is managed by the DB cluster. Constraints:
Length Constraints:
|
DBSecurityGroups |
A list of DB security groups to associate with this DB instance. This setting applies to the legacy EC2-Classic platform, which is no
longer used to create new DB instances. Use the |
VpcSecurityGroupIds |
A list of Amazon EC2 VPC security groups to associate with this DB instance. This setting doesn't apply to Amazon Aurora DB instances. The associated list of EC2 VPC security groups is managed by the DB cluster. Default: The default EC2 VPC security group for the DB subnet group's VPC. |
AvailabilityZone |
The Availability Zone (AZ) where the database will be created. For information on Amazon Web Services Regions and Availability Zones, see Regions and Availability Zones. For Amazon Aurora, each Aurora DB cluster hosts copies of its storage in three separate Availability Zones. Specify one of these Availability Zones. Aurora automatically chooses an appropriate Availability Zone if you don't specify one. Default: A random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region. Constraints:
Example: |
DBSubnetGroupName |
A DB subnet group to associate with this DB instance. Constraints:
Example: |
PreferredMaintenanceWindow |
The time range each week during which system maintenance can occur. For more information, see Amazon RDS Maintenance Window in the Amazon RDS User Guide. The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week. Constraints:
|
DBParameterGroupName |
The name of the DB parameter group to associate with this DB instance. If you don't specify a value, then Amazon RDS uses the default DB parameter group for the specified DB engine and version. This setting doesn't apply to RDS Custom DB instances. Constraints:
|
BackupRetentionPeriod |
The number of days for which automated backups are retained. Setting
this parameter to a positive number enables backups. Setting this
parameter to This setting doesn't apply to Amazon Aurora DB instances. The retention period for automated backups is managed by the DB cluster. Default: Constraints:
|
PreferredBackupWindow |
The daily time range during which automated backups are created if
automated backups are enabled, using the This setting doesn't apply to Amazon Aurora DB instances. The daily time range for creating automated backups is managed by the DB cluster. Constraints:
|
Port |
The port number on which the database accepts connections. This setting doesn't apply to Aurora DB instances. The port number is managed by the cluster. Valid Values: Default:
Constraints:
|
MultiAZ |
Specifies whether the DB instance is a Multi-AZ deployment. You can't
set the This setting doesn't apply to the following DB instances:
|
EngineVersion |
The version number of the database engine to use. This setting doesn't apply to Amazon Aurora DB instances. The version number of the database engine the DB instance uses is managed by the DB cluster. For a list of valid engine versions, use the
The following are the database engines and links to information about the major and minor versions that are available with Amazon RDS. Not every database engine is available for every Amazon Web Services Region. Amazon RDS Custom for Oracle A custom engine version (CEV) that you have previously created. This
setting is required for RDS Custom for Oracle. The CEV name has the
following format: 19.customized_string. A valid CEV name is
Amazon RDS Custom for SQL Server See RDS Custom for SQL Server general requirements in the Amazon RDS User Guide. RDS for Db2 For information, see Db2 on Amazon RDS versions in the Amazon RDS User Guide. RDS for MariaDB For information, see MariaDB on Amazon RDS versions in the Amazon RDS User Guide. RDS for Microsoft SQL Server For information, see Microsoft SQL Server versions on Amazon RDS in the Amazon RDS User Guide. RDS for MySQL For information, see MySQL on Amazon RDS versions in the Amazon RDS User Guide. RDS for Oracle For information, see Oracle Database Engine release notes in the Amazon RDS User Guide. RDS for PostgreSQL For information, see Amazon RDS for PostgreSQL versions and extensions in the Amazon RDS User Guide. |
AutoMinorVersionUpgrade |
Specifies whether minor engine upgrades are applied automatically to the DB instance during the maintenance window. By default, minor engine upgrades are applied automatically. If you create an RDS Custom DB instance, you must set
|
LicenseModel |
The license model information for this DB instance. License models for RDS for Db2 require additional configuration. The Bring Your Own License (BYOL) model requires a custom parameter group. The Db2 license through Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more information, see RDS for Db2 licensing options in the Amazon RDS User Guide. The default for RDS for Db2 is This setting doesn't apply to Amazon Aurora or RDS Custom DB instances. Valid Values:
|
Iops |
The amount of Provisioned IOPS (input/output operations per second) to initially allocate for the DB instance. For information about valid IOPS values, see Amazon RDS DB instance storage in the Amazon RDS User Guide. This setting doesn't apply to Amazon Aurora DB instances. Storage is managed by the DB cluster. Constraints:
|
OptionGroupName |
The option group to associate the DB instance with. Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group. Also, that option group can't be removed from a DB instance after it is associated with a DB instance. This setting doesn't apply to Amazon Aurora or RDS Custom DB instances. |
CharacterSetName |
For supported engines, the character set ( This setting doesn't apply to the following DB instances:
|
NcharCharacterSetName |
The name of the NCHAR character set for the Oracle DB instance. This setting doesn't apply to RDS Custom DB instances. |
PubliclyAccessible |
Specifies whether the DB instance is publicly accessible. When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB instance, the endpoint resolves to the private IP address. Access to the DB instance is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB instance doesn't permit it. When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address. Default: The default behavior varies depending on whether
If
If
|
Tags |
Tags to assign to the DB instance. |
DBClusterIdentifier |
The identifier of the DB cluster that this DB instance will belong to. This setting doesn't apply to RDS Custom DB instances. |
StorageType |
The storage type to associate with the DB instance. If you specify This setting doesn't apply to Amazon Aurora DB instances. Storage is managed by the DB cluster. Valid Values: Default: |
TdeCredentialArn |
The ARN from the key store with which to associate the instance for TDE encryption. This setting doesn't apply to Amazon Aurora or RDS Custom DB instances. |
TdeCredentialPassword |
The password for the given ARN from the key store in order to access the device. This setting doesn't apply to RDS Custom DB instances. |
StorageEncrypted |
Specifes whether the DB instance is encrypted. By default, it isn't encrypted. For RDS Custom DB instances, either enable this setting or leave it unset. Otherwise, Amazon RDS reports an error. This setting doesn't apply to Amazon Aurora DB instances. The encryption for DB instances is managed by the DB cluster. |
KmsKeyId |
The Amazon Web Services KMS key identifier for an encrypted DB instance. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN. This setting doesn't apply to Amazon Aurora DB instances. The Amazon Web
Services KMS key identifier is managed by the DB cluster. For more
information, see If For Amazon RDS Custom, a KMS key is required for DB instances. For most
RDS engines, if you leave this parameter empty while enabling
|
Domain |
The Active Directory directory ID to create the DB instance in. Currently, you can create only Db2, MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances in an Active Directory Domain. For more information, see Kerberos Authentication in the Amazon RDS User Guide. This setting doesn't apply to the following DB instances:
|
DomainFqdn |
The fully qualified domain name (FQDN) of an Active Directory domain. Constraints:
Example: |
DomainOu |
The Active Directory organizational unit for your DB instance to join. Constraints:
Example:
|
DomainAuthSecretArn |
The ARN for the Secrets Manager secret with the credentials for the user joining the domain. Example:
|
DomainDnsIps |
The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers. Constraints:
Example: |
CopyTagsToSnapshot |
Specifies whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied. This setting doesn't apply to Amazon Aurora DB instances. Copying tags to snapshots is managed by the DB cluster. Setting this value for an Aurora DB instance has no effect on the DB cluster setting. |
MonitoringInterval |
The interval, in seconds, between points when Enhanced Monitoring
metrics are collected for the DB instance. To disable collection of
Enhanced Monitoring metrics, specify If This setting doesn't apply to RDS Custom DB instances. Valid Values: Default: |
MonitoringRoleArn |
The ARN for the IAM role that permits RDS to send enhanced monitoring
metrics to Amazon CloudWatch Logs. For example,
If This setting doesn't apply to RDS Custom DB instances. |
DomainIAMRoleName |
The name of the IAM role to use when making API calls to the Directory Service. This setting doesn't apply to the following DB instances:
|
PromotionTier |
The order of priority 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. This setting doesn't apply to RDS Custom DB instances. Default: Valid Values: |
Timezone |
The time zone of the DB instance. The time zone parameter is currently supported only by RDS for Db2 and RDS for SQL Server. |
EnableIAMDatabaseAuthentication |
Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled. For more information, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide. This setting doesn't apply to the following DB instances:
|
EnablePerformanceInsights |
Specifies whether to enable Performance Insights for the DB instance. For more information, see Using Amazon Performance Insights in the Amazon RDS User Guide. This setting doesn't apply to RDS Custom DB instances. |
PerformanceInsightsKMSKeyId |
The Amazon Web Services KMS key identifier for encryption of Performance Insights data. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. If you don't specify a value for This setting doesn't apply to RDS Custom DB instances. |
PerformanceInsightsRetentionPeriod |
The number of days to retain Performance Insights data. This setting doesn't apply to RDS Custom DB instances. Valid Values:
Default: If you specify a retention period that isn't valid, such as |
EnableCloudwatchLogsExports |
The list of log types to enable for exporting to CloudWatch Logs. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide. This setting doesn't apply to the following DB instances:
The following values are valid for each DB engine:
|
ProcessorFeatures |
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance. This setting doesn't apply to Amazon Aurora or RDS Custom DB instances. |
DeletionProtection |
Specifies whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance. This setting doesn't apply to Amazon Aurora DB instances. You can enable
or disable deletion protection for the DB cluster. For more information,
see |
MaxAllocatedStorage |
The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance. For more information about this setting, including limitations that apply to it, see Managing capacity automatically with Amazon RDS storage autoscaling in the Amazon RDS User Guide. This setting doesn't apply to the following DB instances:
|
EnableCustomerOwnedIp |
Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance. A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network. For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide. For more information about CoIPs, see Customer-owned IP addresses in the Amazon Web Services Outposts User Guide. |
CustomIamInstanceProfile |
The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. This setting is required for RDS Custom. Constraints:
For the list of permissions required for the IAM role, see Configure IAM and your VPC in the Amazon RDS User Guide. |
BackupTarget |
The location for storing automated backups and manual snapshots. Valid Values:
Default: For more information, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide. |
NetworkType |
The network type of the DB instance. The network type is determined by the For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide. Valid Values: |
StorageThroughput |
The storage throughput value for the DB instance. This setting applies only to the This setting doesn't apply to Amazon Aurora or RDS Custom DB instances. |
ManageMasterUserPassword |
Specifies whether to manage the master user password with Amazon Web Services Secrets Manager. For more information, see Password management with Amazon Web Services Secrets Manager in the Amazon RDS User Guide. Constraints:
|
MasterUserSecretKmsKeyId |
The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager. This setting is valid only if the master user password is managed by RDS in Amazon Web Services Secrets Manager for the DB instance. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN. If you don't specify There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region. |
CACertificateIdentifier |
The CA certificate identifier to use for the DB instance's server certificate. This setting doesn't apply to RDS Custom DB instances. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide. |
DBSystemId |
The Oracle system identifier (SID), which is the name of the Oracle
database instance that manages your database files. In this context, the
term "Oracle database instance" refers exclusively to the system global
area (SGA) and Oracle background processes. If you don't specify a SID,
the value defaults to |
DedicatedLogVolume |
Indicates whether the DB instance has a dedicated log volume (DLV) enabled. |
MultiTenant |
Specifies whether to use the multi-tenant configuration or the single-tenant configuration (default). This parameter only applies to RDS for Oracle container database (CDB) engines. Note the following restrictions:
|
EngineLifecycleSupport |
The life cycle type for this DB instance. By default, this value is set to This setting applies only to RDS for MySQL and RDS for PostgreSQL. For Amazon Aurora DB instances, the life cycle type is managed by the DB cluster. You can use this setting to enroll your DB instance into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your DB instance past the end of standard support for that engine version. For more information, see Using Amazon RDS Extended Support in the Amazon RDS User Guide. Valid Values:
Default: |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.