_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
instances
An array of Instance objects that describe the instances. | STRUCT( "agent_version" VARCHAR, "ami_id" VARCHAR, "architecture" VARCHAR, "arn" VARCHAR, "auto_scaling_type" VARCHAR, "availability_zone" VARCHAR, "block_device_mappings" STRUCT( "device_name" VARCHAR, "no_device" VARCHAR, "virtual_name" VARCHAR, "ebs" STRUCT( "snapshot_id" VARCHAR, "iops" BIGINT, "volume_size" BIGINT, "volume_type" VARCHAR, "delete_on_termination" BOOLEAN ) )[], "created_at" VARCHAR, "ebs_optimized" BOOLEAN, "ec2_instance_id" VARCHAR, "ecs_cluster_arn" VARCHAR, "ecs_container_instance_arn" VARCHAR, "elastic_ip" VARCHAR, "hostname" VARCHAR, "infrastructure_class" VARCHAR, "install_updates_on_boot" BOOLEAN, "instance_id" VARCHAR, "instance_profile_arn" VARCHAR, "instance_type" VARCHAR, "last_service_error_id" VARCHAR, "layer_ids" VARCHAR[], "os" VARCHAR, "platform" VARCHAR, "private_dns" VARCHAR, "private_ip" VARCHAR, "public_dns" VARCHAR, "public_ip" VARCHAR, "registered_by" VARCHAR, "reported_agent_version" VARCHAR, "reported_os" STRUCT( "family" VARCHAR, "name" VARCHAR, "version" VARCHAR ), "root_device_type" VARCHAR, "root_device_volume_id" VARCHAR, "security_group_ids" VARCHAR[], "ssh_host_dsa_key_fingerprint" VARCHAR, "ssh_host_rsa_key_fingerprint" VARCHAR, "ssh_key_name" VARCHAR, "stack_id" VARCHAR, "status" VARCHAR, "subnet_id" VARCHAR, "tenancy" VARCHAR, "virtualization_type" VARCHAR )[] |
Show child fields- instances[]
Show child fields- instances[].agent_version
The agent version. This parameter is set to INHERIT if the instance inherits the default stack setting or to a a version number for a fixed agent version.
- instances[].ami_id
A custom AMI ID to be used to create the instance. For more information, see Instances
- instances[].architecture
The instance architecture: "i386" or "x86_64".
- instances[].arn
The instance's Amazon Resource Number (ARN).
- instances[].auto_scaling_type
For load-based or time-based instances, the type.
- instances[].availability_zone
The instance Availability Zone. For more information, see Regions and Endpoints.
- instances[].block_device_mappings[]
Show child fields- instances[].block_device_mappings[].device_name
The device name that is exposed to the instance, such as /dev/sdh. For the root device, you can use the explicit device name or you can set this parameter to ROOT_DEVICE and OpsWorks Stacks will provide the correct device name.
- instances[].block_device_mappings[].ebs
An EBSBlockDevice that defines how to configure an Amazon EBS volume when the instance is launched. Show child fields- instances[].block_device_mappings[].ebs.delete_on_termination
Whether the volume is deleted on instance termination.
- instances[].block_device_mappings[].ebs.iops
The number of I/O operations per second (IOPS) that the volume supports. For more information, see EbsBlockDevice.
- instances[].block_device_mappings[].ebs.snapshot_id
The snapshot ID.
- instances[].block_device_mappings[].ebs.volume_size
The volume size, in GiB. For more information, see EbsBlockDevice.
- instances[].block_device_mappings[].ebs.volume_type
The volume type. gp2 for General Purpose (SSD) volumes, io1 for Provisioned IOPS (SSD) volumes, st1 for Throughput Optimized hard disk drives (HDD), sc1 for Cold HDD,and standard for Magnetic volumes. If you specify the io1 volume type, you must also specify a value for the Iops attribute. The maximum ratio of provisioned IOPS to requested volume size (in GiB) is 50:1. Amazon Web Services uses the default volume size (in GiB) specified in the AMI attributes to set IOPS to 50 x (volume size).
- instances[].block_device_mappings[].no_device
Suppresses the specified device included in the AMI's block device mapping.
- instances[].block_device_mappings[].virtual_name
The virtual device name. For more information, see BlockDeviceMapping.
- instances[].created_at
The time that the instance was created.
- instances[].ebs_optimized
Whether this is an Amazon EBS-optimized instance.
- instances[].ec2_instance_id
The ID of the associated Amazon EC2 instance.
- instances[].ecs_cluster_arn
For container instances, the Amazon ECS cluster's ARN.
- instances[].ecs_container_instance_arn
For container instances, the instance's ARN.
- instances[].elastic_ip
The instance Elastic IP address.
- instances[].hostname
The instance host name. The following are character limits for instance host names.
- instances[].infrastructure_class
For registered instances, the infrastructure class: ec2 or on-premises.
- instances[].install_updates_on_boot
Whether to install operating system and package updates when the instance boots. The default value is true. If this value is set to false, you must update instances manually by using CreateDeployment to run the update_dependencies stack command or by manually running yum (Amazon Linux) or apt-get (Ubuntu) on the instances. We strongly recommend using the default value of true to ensure that your instances have the latest security updates.
- instances[].instance_id
The instance ID.
- instances[].instance_profile_arn
The ARN of the instance's IAM profile. For more information about IAM ARNs, see Using Identifiers.
- instances[].instance_type
The instance type, such as t2.micro.
- instances[].last_service_error_id
The ID of the last service error. For more information, call DescribeServiceErrors.
- instances[].layer_ids[]
- instances[].os
The instance's operating system.
- instances[].platform
The instance's platform.
- instances[].private_dns
The instance's private DNS name.
- instances[].private_ip
The instance's private IP address.
- instances[].public_dns
The instance public DNS name.
- instances[].public_ip
The instance public IP address.
- instances[].registered_by
For registered instances, who performed the registration.
- instances[].reported_agent_version
The instance's reported OpsWorks Stacks agent version.
- instances[].reported_os
For registered instances, the reported operating system. Show child fields- instances[].reported_os.family
The operating system family.
- instances[].reported_os.name
The operating system name.
- instances[].reported_os.version
The operating system version.
- instances[].root_device_type
The instance's root device type. For more information, see Storage for the Root Device.
- instances[].root_device_volume_id
The root device volume ID.
- instances[].security_group_ids[]
- instances[].ssh_host_dsa_key_fingerprint
The SSH key's Deep Security Agent (DSA) fingerprint.
- instances[].ssh_host_rsa_key_fingerprint
The SSH key's RSA fingerprint.
- instances[].ssh_key_name
The instance's Amazon EC2 key-pair name.
- instances[].stack_id
The stack ID.
- instances[].status
The instance status: -
booting -
connection_lost -
online -
pending -
rebooting -
requested -
running_setup -
setup_failed -
shutting_down -
start_failed -
stop_failed -
stopped -
stopping -
terminated -
terminating
- instances[].subnet_id
The instance's subnet ID; applicable only if the stack is running in a VPC.
- instances[].tenancy
The instance's tenancy option, such as dedicated or host.
- instances[].virtualization_type
The instance's virtualization type: paravirtual or hvm.
|