> For the complete documentation index, see [llms.txt](https://docs.skeddly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skeddly.com/data-types/startec2instancesinstance-object.md).

# StartEc2InstancesInstance Object

## Description

Structure to define EC2 instances to start.

## Properties

### elasticIp

Elastic IP address to assign to the EC2 instance.

Type: `string`

Required: No

### instanceId

Instance ID of the EC2 instance

Type: `string`

Required: Yes

## Sample JSON

```javascript
{
    "instanceId": "i-12345678",
    "elasticIp": "1.2.3.4"
}
```
