AWS::AppRunner::AutoScalingConfigurationDescribes an AWS App Runner automatic configuration resource that enables automatic scaling of instances used to process web requests. You can share an auto scaling configuration across multiple services.
5 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AutoScalingConfigurationName | string | Create-only |
MaxConcurrency | integer | Create-only |
MaxSize | integer | Create-only |
MinSize | integer | Create-only |
Tags | Array<Tag> | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AutoScalingConfigurationArn | string | The Amazon Resource Name (ARN) of this auto scaling configuration. |
AutoScalingConfigurationRevision | integer | The revision of this auto scaling configuration. It's unique among all the active configurations ("Status": "ACTIVE") that share the same AutoScalingConfigurationName. |
Latest | boolean | It's set to true for the configuration with the highest Revision among all configurations that share the same AutoScalingConfigurationName. It's set to false otherwise. App Runner temporarily doubles the number of provisioned instances during deployments, to maintain the same capacity for both ol... |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppRunner::AutoScalingConfiguration
Resources:
MyResource:
Type: AWS::AppRunner::AutoScalingConfiguration
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
apprunner:CreateAutoScalingConfigurationapprunner:DescribeAutoScalingConfigurationapprunner:TagResourceapprunner:DescribeAutoScalingConfigurationapprunner:DeleteAutoScalingConfigurationapprunner:ListAutoScalingConfigurationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAutoScalingConfigurationArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AutoScalingConfigurationNameMaxConcurrencyMaxSizeMinSizeTags