openapi: 3.0.0
info:
version: 2011-01-01
x-release: v4
title: 'Auto Scaling #Action=AttachInstances #Action=AttachInstances #Action=DescribeLaunchConfigurations API'
description:
Amazon EC2 Auto Scaling is designed to automatically launch and terminate EC2 instances based on user-defined scaling policies, scheduled actions, and health checks.
For more information, see the Amazon EC2 Auto Scaling User Guide and the Amazon EC2 Auto Scaling API Reference.
x-logo: url: https://api.apis.guru/v2/cache/logo/https_twitter.com_awscloud_profile_image.png backgroundColor: '#FFFFFF' termsOfService: https://aws.amazon.com/service-terms/ contact: name: Mike Ralphson email: mike.ralphson@gmail.com url: https://github.com/mermade/aws2openapi x-twitter: PermittedSoc license: name: Apache 2.0 License url: http://www.apache.org/licenses/ x-providerName: amazonaws.com x-serviceName: autoscaling x-origin: - contentType: application/json url: https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/autoscaling-2011-01-01.normal.json converter: url: https://github.com/mermade/aws2openapi version: 1.0.0 x-apisguru-driver: external x-apiClientRegistration: url: https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct x-apisguru-categories: - cloud x-preferred: true servers: - url: http://autoscaling.{region}.amazonaws.com variables: region: description: The AWS region enum: - us-east-1 - us-east-2 - us-west-1 - us-west-2 - us-gov-west-1 - us-gov-east-1 - ca-central-1 - eu-north-1 - eu-west-1 - eu-west-2 - eu-west-3 - eu-central-1 - eu-south-1 - af-south-1 - ap-northeast-1 - ap-northeast-2 - ap-northeast-3 - ap-southeast-1 - ap-southeast-2 - ap-east-1 - ap-south-1 - sa-east-1 - me-south-1 default: us-east-1 description: The Auto Scaling multi-region endpoint - url: https://autoscaling.{region}.amazonaws.com variables: region: description: The AWS region enum: - us-east-1 - us-east-2 - us-west-1 - us-west-2 - us-gov-west-1 - us-gov-east-1 - ca-central-1 - eu-north-1 - eu-west-1 - eu-west-2 - eu-west-3 - eu-central-1 - eu-south-1 - af-south-1 - ap-northeast-1 - ap-northeast-2 - ap-northeast-3 - ap-southeast-1 - ap-southeast-2 - ap-east-1 - ap-south-1 - sa-east-1 - me-south-1 default: us-east-1 description: The Auto Scaling multi-region endpoint - url: http://autoscaling.amazonaws.com variables: {} description: The general Auto Scaling endpoint for US East (N. Virginia) - url: https://autoscaling.amazonaws.com variables: {} description: The general Auto Scaling endpoint for US East (N. Virginia) - url: http://autoscaling.{region}.amazonaws.com.cn variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The Auto Scaling endpoint for China (Beijing) and China (Ningxia) - url: https://autoscaling.{region}.amazonaws.com.cn variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The Auto Scaling endpoint for China (Beijing) and China (Ningxia) security: - hmac: [] tags: - name: '#Action=DescribeLaunchConfigurations' paths: /#Action=DescribeLaunchConfigurations: parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' get: x-aws-operation-name: DescribeLaunchConfigurations operationId: GET_DescribeLaunchConfigurations description: Gets information about the launch configurations in the account and Region. responses: '200': description: Success content: text/xml: schema: $ref: '#/components/schemas/LaunchConfigurationsType' examples: GET_DescribeLaunchConfigurations200Example: summary: Default GET_DescribeLaunchConfigurations 200 response x-microcks-default: true value: LaunchConfigurations: example-string NextToken: example-string '480': description: InvalidNextToken content: text/xml: schema: $ref: '#/components/schemas/InvalidNextToken' examples: GET_DescribeLaunchConfigurations480Example: summary: Default GET_DescribeLaunchConfigurations 480 response x-microcks-default: true value: {} '481': description: ResourceContentionFault content: text/xml: schema: $ref: '#/components/schemas/ResourceContentionFault' examples: GET_DescribeLaunchConfigurations481Example: summary: Default GET_DescribeLaunchConfigurations 481 response x-microcks-default: true value: {} parameters: - name: LaunchConfigurationNames in: query required: false description: 'The launch configuration names. If you omit this property, all launch configurations are described.
Array Members: Maximum number of 50 items.
' schema: type: array items: $ref: '#/components/schemas/XmlStringMaxLen255' - name: NextToken in: query required: false description: The token for the next set of items to return. (You received this token from a previous call.) schema: type: string x-pattern: '[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*' - name: MaxRecords in: query required: false description: The maximum number of items to return with this call. The default value is50 and the maximum value is 100.
schema:
type: integer
- name: Action
in: query
required: true
schema:
type: string
enum:
- DescribeLaunchConfigurations
- name: Version
in: query
required: true
schema:
type: string
enum:
- 2011-01-01
summary: Amazon EC2 Auto Scaling GET_ Describe Launch Configurations
x-microcks-operation:
delay: 0
dispatcher: FALLBACK
tags:
- '#Action=DescribeLaunchConfigurations'
post:
x-aws-operation-name: DescribeLaunchConfigurations
operationId: POST_DescribeLaunchConfigurations
description: Gets information about the launch configurations in the account and Region.
responses:
'200':
description: Success
content:
text/xml:
schema:
$ref: '#/components/schemas/LaunchConfigurationsType'
examples:
POST_DescribeLaunchConfigurations200Example:
summary: Default POST_DescribeLaunchConfigurations 200 response
x-microcks-default: true
value:
LaunchConfigurations: example-string
NextToken: example-string
'480':
description: InvalidNextToken
content:
text/xml:
schema:
$ref: '#/components/schemas/InvalidNextToken'
examples:
POST_DescribeLaunchConfigurations480Example:
summary: Default POST_DescribeLaunchConfigurations 480 response
x-microcks-default: true
value: {}
'481':
description: ResourceContentionFault
content:
text/xml:
schema:
$ref: '#/components/schemas/ResourceContentionFault'
examples:
POST_DescribeLaunchConfigurations481Example:
summary: Default POST_DescribeLaunchConfigurations 481 response
x-microcks-default: true
value: {}
requestBody:
content:
text/xml:
schema:
$ref: '#/components/schemas/LaunchConfigurationNamesType'
parameters:
- name: MaxRecords
in: query
schema:
type: string
description: Pagination limit
required: false
- name: NextToken
in: query
schema:
type: string
description: Pagination token
required: false
- name: Action
in: query
required: true
schema:
type: string
enum:
- DescribeLaunchConfigurations
- name: Version
in: query
required: true
schema:
type: string
enum:
- 2011-01-01
summary: Amazon EC2 Auto Scaling POST_ Describe Launch Configurations
x-microcks-operation:
delay: 0
dispatcher: FALLBACK
tags:
- '#Action=DescribeLaunchConfigurations'
components:
schemas:
XmlString:
type: string
x-pattern: '[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*'
LaunchConfigurations:
type: array
items:
$ref: '#/components/schemas/LaunchConfiguration'
LaunchConfigurationNames:
type: array
items:
$ref: '#/components/schemas/XmlStringMaxLen255'
InstanceMetadataHttpPutResponseHopLimit:
type: integer
minimum: 1
maximum: 64
SpotPrice:
type: string
minLength: 1
maxLength: 255
ResourceContentionFault: {}
XmlStringMaxLen64:
type: string
minLength: 1
maxLength: 64
x-pattern: '[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*'
XmlStringUserData:
type: string
maxLength: 21847
x-pattern: '[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*'
XmlStringMaxLen1600:
type: string
minLength: 1
maxLength: 1600
x-pattern: '[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*'
MonitoringEnabled:
type: boolean
BlockDeviceMappings:
type: array
items:
$ref: '#/components/schemas/BlockDeviceMapping'
BlockDeviceMapping:
type: object
required:
- DeviceName
properties:
VirtualName:
allOf:
- $ref: '#/components/schemas/XmlStringMaxLen255'
- description: The name of the instance store volume (virtual device) to attach to an instance at launch. The name must be in the form ephemeralX where X is a number starting from zero (0), for example, ephemeral0.
example: example-resource-name
DeviceName:
allOf:
- $ref: '#/components/schemas/XmlStringMaxLen255'
- description: 'The device name assigned to the volume (for example, /dev/sdh or xvdh). For more information, see Device naming on Linux instances in the Amazon EC2 User Guide for Linux Instances.
To define a block device mapping, set the device name and exactly one of the following properties: Ebs, NoDevice, or VirtualName.
Setting this value to true prevents a volume that is included in the block device mapping of the AMI from being mapped to the specified device name at launch.
If NoDevice is true for the root device, instances might fail the EC2 health check. In that case, Amazon EC2 Auto Scaling launches replacement instances.
true, detailed monitoring is enabled. Otherwise, basic monitoring is enabled.
description: Describes whether detailed monitoring is enabled for the Auto Scaling instances.
XmlStringMaxLen255:
type: string
minLength: 1
maxLength: 255
x-pattern: '[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*'
InstanceMetadataHttpTokensState:
type: string
enum:
- optional
- required
LaunchConfigurationsType:
type: object
required:
- LaunchConfigurations
example:
LaunchConfigurations:
- AssociatePublicIpAddress: true
BlockDeviceMappings: []
CreatedTime: 2014-05-07 17:39:28.599000+00:00
EbsOptimized: false
ImageId: ami-043a5034
InstanceMonitoring:
Enabled: true
InstanceType: t1.micro
LaunchConfigurationARN: arn:aws:autoscaling:us-west-2:123456789012:launchConfiguration:98d3b196-4cf9-4e88-8ca1-8547c24ced8b:launchConfigurationName/my-launch-config
LaunchConfigurationName: my-launch-config
SecurityGroups:
- sg-67ef0308
properties:
LaunchConfigurations:
allOf:
- $ref: '#/components/schemas/LaunchConfigurations'
- description: The launch configurations.
example: example-string
NextToken:
allOf:
- $ref: '#/components/schemas/XmlString'
- description: A string that indicates that the response contains more items than can be returned in a single response. To receive additional items, specify this string for the NextToken value when requesting the next set of items. This value is null when there are no more items to return.
example: example-string
EbsOptimized:
type: boolean
BlockDeviceEbsVolumeType:
type: string
minLength: 1
maxLength: 255
BlockDeviceEbsEncrypted:
type: boolean
BlockDeviceEbsDeleteOnTermination:
type: boolean
InstanceMetadataEndpointState:
type: string
enum:
- disabled
- enabled
LaunchConfiguration:
type: object
required:
- LaunchConfigurationName
- ImageId
- InstanceType
- CreatedTime
properties:
LaunchConfigurationName:
allOf:
- $ref: '#/components/schemas/XmlStringMaxLen255'
- description: The name of the launch configuration.
LaunchConfigurationARN:
allOf:
- $ref: '#/components/schemas/ResourceName'
- description: The Amazon Resource Name (ARN) of the launch configuration.
ImageId:
allOf:
- $ref: '#/components/schemas/XmlStringMaxLen255'
- description: The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. For more information, see Find a Linux AMI in the Amazon EC2 User Guide for Linux Instances.
KeyName:
allOf:
- $ref: '#/components/schemas/XmlStringMaxLen255'
- description: The name of the key pair.
For more information, see Amazon EC2 Key Pairs in the Amazon EC2 User Guide for Linux Instances.
SecurityGroups: allOf: - $ref: '#/components/schemas/SecurityGroups' - description: A list that contains the security groups to assign to the instances in the Auto Scaling group. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide. ClassicLinkVPCId: allOf: - $ref: '#/components/schemas/XmlStringMaxLen255' - description: Available for backward compatibility. ClassicLinkVPCSecurityGroups: allOf: - $ref: '#/components/schemas/ClassicLinkVPCSecurityGroups' - description: Available for backward compatibility. UserData: allOf: - $ref: '#/components/schemas/XmlStringUserData' - description: The user data to make available to the launched EC2 instances. For more information, see Instance metadata and user data (Linux) and Instance metadata and user data (Windows). If you are using a command line tool, base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide base64-encoded text. User data is limited to 16 KB. InstanceType: allOf: - $ref: '#/components/schemas/XmlStringMaxLen255' - description: The instance type for the instances. For information about available instance types, see Available instance types in the Amazon EC2 User Guide for Linux Instances. KernelId: allOf: - $ref: '#/components/schemas/XmlStringMaxLen255' - description: The ID of the kernel associated with the AMI. RamdiskId: allOf: - $ref: '#/components/schemas/XmlStringMaxLen255' - description: The ID of the RAM disk associated with the AMI. BlockDeviceMappings: allOf: - $ref: '#/components/schemas/BlockDeviceMappings' - description: The block device mapping entries that define the block devices to attach to the instances at launch. By default, the block devices specified in the block device mapping for the AMI are used. For more information, see Block Device Mapping in the Amazon EC2 User Guide for Linux Instances. InstanceMonitoring: allOf: - $ref: '#/components/schemas/InstanceMonitoring' - description:Controls whether instances in this group are launched with detailed (true) or basic (false) monitoring.
For more information, see Configure Monitoring for Auto Scaling Instances in the Amazon EC2 Auto Scaling User Guide.
SpotPrice: allOf: - $ref: '#/components/schemas/SpotPrice' - description: The maximum hourly price to be paid for any Spot Instance launched to fulfill the request. Spot Instances are launched when the price you specify exceeds the current Spot price. For more information, see Requesting Spot Instances in the Amazon EC2 Auto Scaling User Guide. IamInstanceProfile: allOf: - $ref: '#/components/schemas/XmlStringMaxLen1600' - description: The name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance. The instance profile contains the IAM role. For more information, see IAM role for applications that run on Amazon EC2 instances in the Amazon EC2 Auto Scaling User Guide. CreatedTime: allOf: - $ref: '#/components/schemas/TimestampType' - description: The creation date and time for the launch configuration. EbsOptimized: allOf: - $ref: '#/components/schemas/EbsOptimized' - description: Specifies whether the launch configuration is optimized for EBS I/O (true) or not (false). For more information, see Amazon EBS-Optimized Instances in the Amazon EC2 User Guide for Linux Instances.
AssociatePublicIpAddress:
allOf:
- $ref: '#/components/schemas/AssociatePublicIpAddress'
- description: Specifies whether to assign a public IPv4 address to the group's instances. If the instance is launched into a default subnet, the default is to assign a public IPv4 address, unless you disabled the option to assign a public IPv4 address on the subnet. If the instance is launched into a nondefault subnet, the default is not to assign a public IPv4 address, unless you enabled the option to assign a public IPv4 address on the subnet. For more information, see Launching Auto Scaling instances in a VPC in the Amazon EC2 Auto Scaling User Guide.
PlacementTenancy:
allOf:
- $ref: '#/components/schemas/XmlStringMaxLen64'
- description: The tenancy of the instance, either default or dedicated. An instance with dedicated tenancy runs on isolated, single-tenant hardware and can only be launched into a VPC.
For more information, see Configuring instance tenancy with Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.
MetadataOptions: allOf: - $ref: '#/components/schemas/InstanceMetadataOptions' - description: The metadata options for the instances. For more information, see Configuring the Instance Metadata Options in the Amazon EC2 Auto Scaling User Guide. description: Describes a launch configuration. BlockDeviceEbsThroughput: type: integer minimum: 125 maximum: 1000 LaunchConfigurationNamesType: type: object title: LaunchConfigurationNamesType properties: LaunchConfigurationNames: allOf: - $ref: '#/components/schemas/LaunchConfigurationNames' - description: 'The launch configuration names. If you omit this property, all launch configurations are described.
Array Members: Maximum number of 50 items.
' NextToken: allOf: - $ref: '#/components/schemas/XmlString' - description: The token for the next set of items to return. (You received this token from a previous call.) MaxRecords: allOf: - $ref: '#/components/schemas/MaxRecords' - description: The maximum number of items to return with this call. The default value is50 and the maximum value is 100.
InvalidNextToken: {}
BlockDeviceEbsVolumeSize:
type: integer
minimum: 1
maximum: 16384
AssociatePublicIpAddress:
type: boolean
InstanceMetadataOptions:
type: object
properties:
HttpTokens:
allOf:
- $ref: '#/components/schemas/InstanceMetadataHttpTokensState'
- description: The state of token usage for your instance metadata requests. If the parameter is not specified in the request, the default state is optional.
If the state is optional, you can choose to retrieve instance metadata with or without a signed token header on your request. If you retrieve the IAM role credentials without a token, the version 1.0 role credentials are returned. If you retrieve the IAM role credentials using a valid signed token, the version 2.0 role credentials are returned.
If the state is required, you must send a signed token header with any instance metadata retrieval requests. In this state, retrieving the IAM role credentials always returns the version 2.0 credentials; the version 1.0 credentials are not available.
The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.
Default: 1
' HttpEndpoint: allOf: - $ref: '#/components/schemas/InstanceMetadataEndpointState' - description:This parameter enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the default state is enabled.
If you specify a value of disabled, you will not be able to access your instance metadata.
The snapshot ID of the volume to use.
You must specify either a VolumeSize or a SnapshotId.
The volume size, in GiBs. The following are the supported volumes sizes for each volume type:
gp2 and gp3: 1-16,384
io1: 4-16,384
st1 and sc1: 125-16,384
standard: 1-1,024
You must specify either a SnapshotId or a VolumeSize. If you specify both SnapshotId and VolumeSize, the volume size must be equal or greater than the size of the snapshot.
The volume type. For more information, see Amazon EBS volume types in the Amazon EC2 User Guide for Linux Instances.
Valid values: standard | io1 | gp2 | st1 | sc1 | gp3
true.
Iops:
allOf:
- $ref: '#/components/schemas/BlockDeviceEbsIops'
- description: 'The number of input/output (I/O) operations per second (IOPS) to provision for the volume. For gp3 and io1 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.
The following are the supported values for each volume type:
gp3: 3,000-16,000 IOPS
io1: 100-64,000 IOPS
For io1 volumes, we guarantee 64,000 IOPS only for Instances built on the Nitro System. Other instance families guarantee performance up to 32,000 IOPS.
Iops is supported when the volume type is gp3 or io1 and required only when the volume type is io1. (Not used with standard, gp2, st1, or sc1 volumes.)
Specifies whether the volume should be encrypted. Encrypted EBS volumes can only be attached to instances that support Amazon EBS encryption. For more information, see Supported instance types. If your AMI uses encrypted volumes, you can also only launch it on supported instance types.
If you are creating a volume from a snapshot, you cannot create an unencrypted volume from an encrypted snapshot. Also, you cannot specify a KMS key ID when using a launch configuration.
If you enable encryption by default, the EBS volumes that you create are always encrypted, either using the Amazon Web Services managed KMS key or a customer-managed KMS key, regardless of whether the snapshot was encrypted.
For more information, see Use Amazon Web Services KMS keys to encrypt Amazon EBS volumes in the Amazon EC2 Auto Scaling User Guide.
gp3 volume.
description: Describes information used to set up an Amazon EBS volume specified in a block device mapping.
SecurityGroups:
type: array
items:
$ref: '#/components/schemas/XmlString'
parameters:
X-Amz-Credential:
name: X-Amz-Credential
in: header
schema:
type: string
required: false
X-Amz-Security-Token:
name: X-Amz-Security-Token
in: header
schema:
type: string
required: false
X-Amz-Date:
name: X-Amz-Date
in: header
schema:
type: string
required: false
X-Amz-Algorithm:
name: X-Amz-Algorithm
in: header
schema:
type: string
required: false
X-Amz-SignedHeaders:
name: X-Amz-SignedHeaders
in: header
schema:
type: string
required: false
X-Amz-Content-Sha256:
name: X-Amz-Content-Sha256
in: header
schema:
type: string
required: false
X-Amz-Signature:
name: X-Amz-Signature
in: header
schema:
type: string
required: false
securitySchemes:
hmac:
type: apiKey
name: Authorization
in: header
description: Amazon Signature authorization v4
x-amazon-apigateway-authtype: awsSigv4
externalDocs:
description: Amazon Web Services documentation
url: https://docs.aws.amazon.com/autoscaling/
x-hasEquivalentPaths: true