RDS Option Group

An RDS Option Group in AWS allows you to enable and manage additional features for Amazon RDS instances that are not available by default. These options can include features like Oracle Transparent Data Encryption, SQL Server Audit, or advanced monitoring tools. By assigning an option group to a database instance, you can customize its functionality without changing the underlying database engine.

aws.rds_option_group

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
allows_vpc_and_non_vpc_instance_membershipscoreboolIndicates whether this option group can be applied to both VPC and non-VPC instances. The value true indicates the option group can be applied to both VPC and non-VPC instances.
copy_timestampcoretimestampIndicates when the option group was copied.
engine_namecorestringIndicates the name of the engine that this option group can be applied to.
major_engine_versioncorestringIndicates the major engine version associated with this option group.
option_group_arncorestringSpecifies the Amazon Resource Name (ARN) for the option group.
option_group_descriptioncorestringProvides a description of the option group.
option_group_namecorestringSpecifies the name of the option group.
optionscorejsonIndicates what options are available in the option group.
source_account_idcorestringSpecifies the Amazon Web Services account ID for the option group from which this option group is copied.
source_option_groupcorestringSpecifies the name of the option group from which this option group is copied.
tagscorehstore
vpc_idcorestringIf AllowsVpcAndNonVpcInstanceMemberships is false, this field is blank. If AllowsVpcAndNonVpcInstanceMemberships is true and this field is blank, then this option group can be applied to both VPC and non-VPC instances. If this field contains a value, then this option group can only be applied to instances that are in the VPC indicated by this field.