Amazon EC2 · Schema
Instance
Describes an EC2 instance
AWSCloud ComputingComputeIaaSInfrastructureVirtual Machines
Properties
| Name | Type | Description |
|---|---|---|
| instanceId | string | The ID of the instance |
| imageId | string | The ID of the AMI used to launch the instance |
| instanceType | string | The instance type |
| keyName | string | The name of the key pair |
| launchTime | string | The time the instance was launched |
| placement | object | The location where the instance launched |
| monitoring | object | The monitoring for the instance |
| instanceState | object | The current state of the instance |
| subnetId | string | The ID of the subnet in which the instance is running |
| vpcId | string | The ID of the VPC in which the instance is running |
| 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 image |
| rootDeviceType | string | The root device type used by the AMI |
| tags | array | Any tags assigned to the instance |
| securityGroups | array | The security groups for the instance |