StartEc2InstancesInstance Object
Description
Properties
elasticIp
instanceId
Sample JSON
{
"instanceId": "i-12345678",
"elasticIp": "1.2.3.4"
}Last updated
Structure to define EC2 instances to start.
Elastic IP address to assign to the EC2 instance.
Type: string
Required: No
Instance ID of the EC2 instance
Type: string
Required: Yes
{
"instanceId": "i-12345678",
"elasticIp": "1.2.3.4"
}Last updated