Contains a list of embedded objects, one for each Amazon RDS instance that is registered with the stack. Each embedded object contains a set of attributes that define the instance's configuration. You specify these values when you use the Amazon RDS console or API to create the instance. You can also use the Amazon RDS console or API to edit some of the settings after the instance has been created. For more information, see the Amazon RDS documentation.
If your stack has multiple Amazon RDS instances, the following is an example of how to use a particular instance in a recipe.
The instances URL, such as opsinstance.ccdvt3hwog1a.us-west-2.rds.amazonaws.com
(string).
node["opsworks"]["stack"]["rds_instances"]["i
"]["address"]
The allocated storage, in GB (number).
node["opsworks"]["stack"]["rds_instances"]["i
"]["allocated_storage"]
The instance's ARN (string).
node["opsworks"]["stack"]["rds_instances"]["i
"]["arn"]
Whether to automatically apply minor version upgrades (Boolean).
node["opsworks"]["stack"]["rds_instances"]["i
"]["auto_minor_version_upgrade"]
The instance's Availability Zone, such as us-west-2a
(string).
node["opsworks"]["stack"]["rds_instances"]["i
"]["availability_zone"]
The backup retention period, in days (number).
node["opsworks"]["stack"]["rds_instances"]["i
"]["backup_retention_period"]
The DB instance class, such as db.m1.small
(string).
node["opsworks"]["stack"]["rds_instances"]["i
"]["db_instance_class"]
The user-defined DB instance identifier (string).
node["opsworks"]["stack"]["rds_instances"]["i
"]["db_instance_identifier"]
The instance's status (string). For more information, see DB Instance.
node["opsworks"]["stack"]["rds_instances"]["i
"]["db_instance_status"]
The user-defined DB name (string).
node["opsworks"]["stack"]["rds_instances"]["i
"]["db_name"]
The instance's DB parameter groups, which contains a list of embedded objects, one for each parameter group. For more information, see Working with DB Parameter Groups. Each object contains the following attributes:
The group name (string).
node["opsworks"]["stack"]["rds_instances"]["i
"]["db_parameter_groups"][j
"]["db_parameter_group_name"]
The apply status (string).
node["opsworks"]["stack"]["rds_instances"]["i
"]["db_parameter_groups"][j
"]["parameter_apply_status"]
The instance's database security groups, which contains a list of embedded objects, one for each security group. For more information, see Working with DB Security Groups. Each object contains the following attributes
The security group name (string).
node["opsworks"]["stack"]["rds_instances"]["i
"]["db_security_groups"][j
"]["db_security_group_name"]
The status (string).
node["opsworks"]["stack"]["rds_instances"]["i
"]["db_security_groups"][j
"]["status"]
The user-defined Master User name (string).
node["opsworks"]["stack"]["rds_instances"]["i
"]["db_user"]
The database engine, such as mysql(5.6.13)
(string).
node["opsworks"]["stack"]["rds_instances"]["i
"]["engine"]
The instance creation time, such as 2014-04-15T16:13:34Z
(string).
node["opsworks"]["stack"]["rds_instances"]["i
"]["instance_create_time"]
The instance's license model, such as general-public-license
(string).
node["opsworks"]["stack"]["rds_instances"]["i
"]["license_model"]
Whether multi-AZ deployment is enabled (Boolean).
node["opsworks"]["stack"]["rds_instances"]["i
"]["multi_az"]
The instance's option group memberships, which contains a list of embedded objects, one for each option group. For more information, see Working with Option Groups. Each object contains the following attributes:
The group's name (string).
node["opsworks"]["stack"]["rds_instances"]["i
"]["option_group_memberships"][j
"]["option_group_name"]
The group's status (string).
node["opsworks"]["stack"]["rds_instances"]["i
"]["option_group_memberships"][j
"]["status"]
The database server's port (number).
node["opsworks"]["stack"]["rds_instances"]["i
"]["port"]
The preferred daily backup window, such as 06:26-06:56
(string).
node["opsworks"]["stack"]["rds_instances"]["i
"]["preferred_backup_window"]
The preferred weekly maintenance window, such as thu:07:13-thu:07:43
(string).
node["opsworks"]["stack"]["rds_instances"]["i
"]["preferred_maintenance_window"]
Whether the database is publicly accessible (Boolean).
node["opsworks"]["stack"]["rds_instances"]["i
"]["publicly_accessible"]
A list of the read-replica instance identifiers (list of string). For more information, see Working with Read Replicas.
node["opsworks"]["stack"]["rds_instances"]["i
"]["read_replica_db_instance_identifiers"]
The AWS region, such as us-west-2
(string).
node["opsworks"]["stack"]["rds_instances"]["i
"]["region"]
A list of status information (list of string).
node["opsworks"]["stack"]["rds_instances"]["i
"]["status_infos"]
A list of VPC security groups (list of string).
node["opsworks"]["stack"]["rds_instances"]["i
"]["vpc_security_groups"]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4