Amazon EC2 Auto Scaling · Example Payload

Ec2 Auto Scaling Create Launch Configuration Type Example

Amazon Web ServicesAuto-ScalingComputeEC2High AvailabilityScaling

Ec2 Auto Scaling Create Launch Configuration Type Example is an example object payload from Amazon EC2 Auto Scaling, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

LaunchConfigurationNameImageIdKeyNameSecurityGroups

Example Payload

Raw ↑
{
  "LaunchConfigurationName": "example-resource-name",
  "ImageId": "example-id-1234",
  "KeyName": "example-resource-name",
  "SecurityGroups": "example-string"
}