Class: Aws::AutoScaling::Types::Instance
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::Instance
- Defined in:
- gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb
Overview
Describes an EC2 instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone in which the instance is running.
-
#health_status ⇒ String
The last reported health status of the instance.
-
#image_id ⇒ String
The ID of the Amazon Machine Image (AMI) used for the instance's current root volume.
-
#instance_id ⇒ String
The ID of the instance.
-
#instance_type ⇒ String
The instance type of the EC2 instance.
-
#launch_configuration_name ⇒ String
The launch configuration associated with the instance.
-
#launch_template ⇒ Types::LaunchTemplateSpecification
The launch template for the instance.
-
#lifecycle_state ⇒ String
A description of the current lifecycle state.
-
#protected_from_scale_in ⇒ Boolean
Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in.
-
#weighted_capacity ⇒ String
The number of capacity units contributed by the instance based on its instance type.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone in which the instance is running.
3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3656 class Instance < Struct.new( :instance_id, :instance_type, :availability_zone, :lifecycle_state, :health_status, :launch_configuration_name, :launch_template, :image_id, :protected_from_scale_in, :weighted_capacity) SENSITIVE = [] include Aws::Structure end |
#health_status ⇒ String
The last reported health status of the instance. Healthy means
that the instance is healthy and should remain in service.
Unhealthy means that the instance is unhealthy and that Amazon EC2
Auto Scaling should terminate and replace it.
3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3656 class Instance < Struct.new( :instance_id, :instance_type, :availability_zone, :lifecycle_state, :health_status, :launch_configuration_name, :launch_template, :image_id, :protected_from_scale_in, :weighted_capacity) SENSITIVE = [] include Aws::Structure end |
#image_id ⇒ String
The ID of the Amazon Machine Image (AMI) used for the instance's current root volume. This value reflects the most recent AMI applied to the instance, including updates made through root volume replacement operations.
This field appears for:
Instances with root volume replacements through Instance Refresh
Instances launched with AMI overrides
This field won't appear for:
Existing instances launched from Launch Templates without overrides
Existing instances that didn’t have their root volume replaced through Instance Refresh
3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3656 class Instance < Struct.new( :instance_id, :instance_type, :availability_zone, :lifecycle_state, :health_status, :launch_configuration_name, :launch_template, :image_id, :protected_from_scale_in, :weighted_capacity) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance.
3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3656 class Instance < Struct.new( :instance_id, :instance_type, :availability_zone, :lifecycle_state, :health_status, :launch_configuration_name, :launch_template, :image_id, :protected_from_scale_in, :weighted_capacity) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The instance type of the EC2 instance.
3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3656 class Instance < Struct.new( :instance_id, :instance_type, :availability_zone, :lifecycle_state, :health_status, :launch_configuration_name, :launch_template, :image_id, :protected_from_scale_in, :weighted_capacity) SENSITIVE = [] include Aws::Structure end |
#launch_configuration_name ⇒ String
The launch configuration associated with the instance.
3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3656 class Instance < Struct.new( :instance_id, :instance_type, :availability_zone, :lifecycle_state, :health_status, :launch_configuration_name, :launch_template, :image_id, :protected_from_scale_in, :weighted_capacity) SENSITIVE = [] include Aws::Structure end |
#launch_template ⇒ Types::LaunchTemplateSpecification
The launch template for the instance.
3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3656 class Instance < Struct.new( :instance_id, :instance_type, :availability_zone, :lifecycle_state, :health_status, :launch_configuration_name, :launch_template, :image_id, :protected_from_scale_in, :weighted_capacity) SENSITIVE = [] include Aws::Structure end |
#lifecycle_state ⇒ String
A description of the current lifecycle state. The Quarantined
state is not used. For more information, see Amazon EC2 Auto
Scaling instance lifecycle in the Amazon EC2 Auto Scaling User
Guide.
3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3656 class Instance < Struct.new( :instance_id, :instance_type, :availability_zone, :lifecycle_state, :health_status, :launch_configuration_name, :launch_template, :image_id, :protected_from_scale_in, :weighted_capacity) SENSITIVE = [] include Aws::Structure end |
#protected_from_scale_in ⇒ Boolean
Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in.
3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3656 class Instance < Struct.new( :instance_id, :instance_type, :availability_zone, :lifecycle_state, :health_status, :launch_configuration_name, :launch_template, :image_id, :protected_from_scale_in, :weighted_capacity) SENSITIVE = [] include Aws::Structure end |
#weighted_capacity ⇒ String
The number of capacity units contributed by the instance based on its instance type.
Valid Range: Minimum value of 1. Maximum value of 999.
3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3656 class Instance < Struct.new( :instance_id, :instance_type, :availability_zone, :lifecycle_state, :health_status, :launch_configuration_name, :launch_template, :image_id, :protected_from_scale_in, :weighted_capacity) SENSITIVE = [] include Aws::Structure end |