truemark/AWS EC2 Describe Instance
Describes an AWS EC2 instance
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| instance-id | Instance ID to describe | yes | — |
| region | AWS region to use | yes | — |
Outputs
| name | description |
|---|---|
| instance-id | The instance ID of the EC2 instance |
| image-id | The AMI used to launch the instance |
| instance-type | The instance type of the EC2 instance |
| private-dns-name | The private DNS name of the EC2 instance |
| private-ip-address | The private IP address of the EC2 instance |
| public-dns-name | The public DNS name of the EC2 instance |
| public-ip-address | The public IP address of the EC2 instance |
| state | The state of the EC2 instance |
| architecture | The architecture of the EC2 instance |
| instance-lifecycle | The instance lifecycle of the EC2 instance |
| json | The full JSON response from the AWS SDK |