Create Db Instance
| neptune_create_db_instance | R Documentation |
Creates a new DB instance¶
Description¶
Creates a new DB instance.
Usage¶
neptune_create_db_instance(DBName, DBInstanceIdentifier,
AllocatedStorage, DBInstanceClass, Engine, MasterUsername,
MasterUserPassword, DBSecurityGroups, VpcSecurityGroupIds,
AvailabilityZone, DBSubnetGroupName, PreferredMaintenanceWindow,
DBParameterGroupName, BackupRetentionPeriod, PreferredBackupWindow,
Port, MultiAZ, EngineVersion, AutoMinorVersionUpgrade, LicenseModel,
Iops, OptionGroupName, CharacterSetName, PubliclyAccessible, Tags,
DBClusterIdentifier, StorageType, TdeCredentialArn,
TdeCredentialPassword, StorageEncrypted, KmsKeyId, Domain,
CopyTagsToSnapshot, MonitoringInterval, MonitoringRoleArn,
DomainIAMRoleName, PromotionTier, Timezone,
EnableIAMDatabaseAuthentication, EnablePerformanceInsights,
PerformanceInsightsKMSKeyId, EnableCloudwatchLogsExports,
DeletionProtection)
Arguments¶
DBNameNot supported.
DBInstanceIdentifier[required] The DB instance identifier. This parameter is stored as a lowercase string.
Constraints:
Must contain from 1 to 63 letters, numbers, or hyphens.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
Example:
mydbinstanceAllocatedStorageNot supported by Neptune.
DBInstanceClass[required] The compute and memory capacity of the DB instance, for example,
db.m4.large. Not all DB instance classes are available in all Amazon Regions.Engine[required] The name of the database engine to be used for this instance.
Valid Values:
neptuneMasterUsernameNot supported by Neptune.
MasterUserPasswordNot supported by Neptune.
DBSecurityGroupsA list of DB security groups to associate with this DB instance.
Default: The default DB security group for the database engine.
VpcSecurityGroupIdsA list of EC2 VPC security groups to associate with this DB instance.
Not applicable. The associated list of EC2 VPC security groups is managed by the DB cluster. For more information, see
create_db_cluster.Default: The default EC2 VPC security group for the DB subnet group's VPC.
AvailabilityZoneThe EC2 Availability Zone that the DB instance is created in
Default: A random, system-chosen Availability Zone in the endpoint's Amazon Region.
Example:
us-east-1dConstraint: The AvailabilityZone parameter can't be specified if the MultiAZ parameter is set to
true. The specified Availability Zone must be in the same Amazon Region as the current endpoint.DBSubnetGroupNameA DB subnet group to associate with this DB instance.
If there is no DB subnet group, then it is a non-VPC DB instance.
PreferredMaintenanceWindowThe time range each week during which system maintenance can occur, in Universal Coordinated Time (UTC).
Format:
ddd:hh24:mi-ddd:hh24:miThe default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Region, occurring on a random day of the week.
Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.
Constraints: Minimum 30-minute window.
DBParameterGroupNameThe name of the DB parameter group to associate with this DB instance. If this argument is omitted, the default DBParameterGroup for the specified engine is used.
Constraints:
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
BackupRetentionPeriodThe number of days for which automated backups are retained.
Not applicable. The retention period for automated backups is managed by the DB cluster. For more information, see
create_db_cluster.Default: 1
Constraints:
Must be a value from 0 to 35
Cannot be set to 0 if the DB instance is a source to Read Replicas
PreferredBackupWindowThe daily time range during which automated backups are created.
Not applicable. The daily time range for creating automated backups is managed by the DB cluster. For more information, see
create_db_cluster.PortThe port number on which the database accepts connections.
Not applicable. The port is managed by the DB cluster. For more information, see
create_db_cluster.Default:
8182Type: Integer
MultiAZSpecifies if the DB instance is a Multi-AZ deployment. You can't set the AvailabilityZone parameter if the MultiAZ parameter is set to true.
EngineVersionThe version number of the database engine to use. Currently, setting this parameter has no effect.
AutoMinorVersionUpgradeIndicates that minor engine upgrades are applied automatically to the DB instance during the maintenance window.
Default:
trueLicenseModelLicense model information for this DB instance.
Valid values:
license-included|bring-your-own-license|general-public-licenseIopsThe amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.
OptionGroupName(Not supported by Neptune)
CharacterSetName(Not supported by Neptune)
PubliclyAccessibleThis flag should no longer be used.
TagsThe tags to assign to the new instance.
DBClusterIdentifier[required] The identifier of the DB cluster that the instance will belong to.
For information on creating a DB cluster, see
create_db_cluster.Type: String
StorageTypeSpecifies the storage type to be associated with the DB instance.
Not applicable. Storage is managed by the DB Cluster.
TdeCredentialArnThe ARN from the key store with which to associate the instance for TDE encryption.
TdeCredentialPasswordThe password for the given ARN from the key store in order to access the device.
StorageEncryptedSpecifies whether the DB instance is encrypted.
Not applicable. The encryption for DB instances is managed by the DB cluster. For more information, see
create_db_cluster.Default: false
KmsKeyIdThe Amazon KMS key identifier for an encrypted DB instance.
The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are creating a DB instance with the same Amazon account that owns the KMS encryption key used to encrypt the new DB instance, then you can use the KMS key alias instead of the ARN for the KM encryption key.
Not applicable. The KMS key identifier is managed by the DB cluster. For more information, see
create_db_cluster.If the
StorageEncryptedparameter is true, and you do not specify a value for theKmsKeyIdparameter, then Amazon Neptune will use your default encryption key. Amazon KMS creates the default encryption key for your Amazon account. Your Amazon account has a different default encryption key for each Amazon Region.DomainSpecify the Active Directory Domain to create the instance in.
CopyTagsToSnapshotTrue to copy all tags from the DB instance to snapshots of the DB instance, and otherwise false. The default is false.
MonitoringIntervalThe 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.
If
MonitoringRoleArnis specified, then you must also setMonitoringIntervalto a value other than 0.Valid Values:
0, 1, 5, 10, 15, 30, 60MonitoringRoleArnThe ARN for the IAM role that permits Neptune to send enhanced monitoring metrics to Amazon CloudWatch Logs. For example,
arn:aws:iam:123456789012:role/emaccess.If
MonitoringIntervalis set to a value other than 0, then you must supply aMonitoringRoleArnvalue.DomainIAMRoleNameSpecify the name of the IAM role to be used when making API calls to the Directory Service.
PromotionTierA value that specifies the order in which an Read Replica is promoted to the primary instance after a failure of the existing primary instance.
Default: 1
Valid Values: 0 - 15
TimezoneThe time zone of the DB instance.
EnableIAMDatabaseAuthenticationNot supported by Neptune (ignored).
EnablePerformanceInsights(Not supported by Neptune)
PerformanceInsightsKMSKeyId(Not supported by Neptune)
EnableCloudwatchLogsExportsThe list of log types that need to be enabled for exporting to CloudWatch Logs.
DeletionProtectionA 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. See Deleting a DB Instance.
DB instances in a DB cluster can be deleted even when deletion protection is enabled in their parent DB cluster.
Value¶
A list with the following syntax:
list(
DBInstance = list(
DBInstanceIdentifier = "string",
DBInstanceClass = "string",
Engine = "string",
DBInstanceStatus = "string",
MasterUsername = "string",
DBName = "string",
Endpoint = list(
Address = "string",
Port = 123,
HostedZoneId = "string"
),
AllocatedStorage = 123,
InstanceCreateTime = as.POSIXct(
"2015-01-01"
),
PreferredBackupWindow = "string",
BackupRetentionPeriod = 123,
DBSecurityGroups = list(
list(
DBSecurityGroupName = "string",
Status = "string"
)
),
VpcSecurityGroups = list(
list(
VpcSecurityGroupId = "string",
Status = "string"
)
),
DBParameterGroups = list(
list(
DBParameterGroupName = "string",
ParameterApplyStatus = "string"
)
),
AvailabilityZone = "string",
DBSubnetGroup = list(
DBSubnetGroupName = "string",
DBSubnetGroupDescription = "string",
VpcId = "string",
SubnetGroupStatus = "string",
Subnets = list(
list(
SubnetIdentifier = "string",
SubnetAvailabilityZone = list(
Name = "string"
),
SubnetStatus = "string"
)
),
DBSubnetGroupArn = "string"
),
PreferredMaintenanceWindow = "string",
PendingModifiedValues = list(
DBInstanceClass = "string",
AllocatedStorage = 123,
MasterUserPassword = "string",
Port = 123,
BackupRetentionPeriod = 123,
MultiAZ = TRUE|FALSE,
EngineVersion = "string",
LicenseModel = "string",
Iops = 123,
DBInstanceIdentifier = "string",
StorageType = "string",
CACertificateIdentifier = "string",
DBSubnetGroupName = "string",
PendingCloudwatchLogsExports = list(
LogTypesToEnable = list(
"string"
),
LogTypesToDisable = list(
"string"
)
)
),
LatestRestorableTime = as.POSIXct(
"2015-01-01"
),
MultiAZ = TRUE|FALSE,
EngineVersion = "string",
AutoMinorVersionUpgrade = TRUE|FALSE,
ReadReplicaSourceDBInstanceIdentifier = "string",
ReadReplicaDBInstanceIdentifiers = list(
"string"
),
ReadReplicaDBClusterIdentifiers = list(
"string"
),
LicenseModel = "string",
Iops = 123,
OptionGroupMemberships = list(
list(
OptionGroupName = "string",
Status = "string"
)
),
CharacterSetName = "string",
SecondaryAvailabilityZone = "string",
PubliclyAccessible = TRUE|FALSE,
StatusInfos = list(
list(
StatusType = "string",
Normal = TRUE|FALSE,
Status = "string",
Message = "string"
)
),
StorageType = "string",
TdeCredentialArn = "string",
DbInstancePort = 123,
DBClusterIdentifier = "string",
StorageEncrypted = TRUE|FALSE,
KmsKeyId = "string",
DbiResourceId = "string",
CACertificateIdentifier = "string",
DomainMemberships = list(
list(
Domain = "string",
Status = "string",
FQDN = "string",
IAMRoleName = "string"
)
),
CopyTagsToSnapshot = TRUE|FALSE,
MonitoringInterval = 123,
EnhancedMonitoringResourceArn = "string",
MonitoringRoleArn = "string",
PromotionTier = 123,
DBInstanceArn = "string",
Timezone = "string",
IAMDatabaseAuthenticationEnabled = TRUE|FALSE,
PerformanceInsightsEnabled = TRUE|FALSE,
PerformanceInsightsKMSKeyId = "string",
EnabledCloudwatchLogsExports = list(
"string"
),
DeletionProtection = TRUE|FALSE
)
)
Request syntax¶
svc$create_db_instance(
DBName = "string",
DBInstanceIdentifier = "string",
AllocatedStorage = 123,
DBInstanceClass = "string",
Engine = "string",
MasterUsername = "string",
MasterUserPassword = "string",
DBSecurityGroups = list(
"string"
),
VpcSecurityGroupIds = list(
"string"
),
AvailabilityZone = "string",
DBSubnetGroupName = "string",
PreferredMaintenanceWindow = "string",
DBParameterGroupName = "string",
BackupRetentionPeriod = 123,
PreferredBackupWindow = "string",
Port = 123,
MultiAZ = TRUE|FALSE,
EngineVersion = "string",
AutoMinorVersionUpgrade = TRUE|FALSE,
LicenseModel = "string",
Iops = 123,
OptionGroupName = "string",
CharacterSetName = "string",
PubliclyAccessible = TRUE|FALSE,
Tags = list(
list(
Key = "string",
Value = "string"
)
),
DBClusterIdentifier = "string",
StorageType = "string",
TdeCredentialArn = "string",
TdeCredentialPassword = "string",
StorageEncrypted = TRUE|FALSE,
KmsKeyId = "string",
Domain = "string",
CopyTagsToSnapshot = TRUE|FALSE,
MonitoringInterval = 123,
MonitoringRoleArn = "string",
DomainIAMRoleName = "string",
PromotionTier = 123,
Timezone = "string",
EnableIAMDatabaseAuthentication = TRUE|FALSE,
EnablePerformanceInsights = TRUE|FALSE,
PerformanceInsightsKMSKeyId = "string",
EnableCloudwatchLogsExports = list(
"string"
),
DeletionProtection = TRUE|FALSE
)