Amazon EC2 · Schema
Amazon EC2 Instance
Represents an Amazon EC2 virtual server instance with its associated configuration, state, and metadata.
AWSCloud ComputingComputeIaaSInfrastructureVirtual Machines
Properties
| Name | Type | Description |
|---|---|---|
| instanceId | string | The unique identifier for the instance |
| imageId | string | The ID of the AMI used to launch the instance |
| instanceType | string | The instance type (e.g., t2.micro, m5.large, c5.xlarge) |
| keyName | string | The name of the key pair used for SSH access |
| launchTime | string | The time the instance was launched |
| instanceState | object | |
| placement | object | |
| subnetId | string | The ID of the subnet the instance is running in |
| vpcId | string | The ID of the VPC the instance is running in |
| privateIpAddress | string | The private IPv4 address assigned to the instance |
| publicIpAddress | string | The public IPv4 address assigned to the instance |
| architecture | string | The architecture of the instance |
| rootDeviceType | string | The root device type used by the AMI |
| rootDeviceName | string | The device name of the root device volume |
| blockDeviceMappings | array | Block device mappings for the instance |
| securityGroups | array | The security groups associated with the instance |
| tags | array | Tags assigned to the instance |
| monitoring | object | The monitoring state of the instance |
| platform | string | The platform of the instance (Windows or empty for Linux) |
| ebsOptimized | boolean | Indicates whether the instance is optimized for Amazon EBS I/O |
| enaSupport | boolean | Specifies whether enhanced networking with ENA is enabled |