You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/aws/services/app-auto-scaling.md
+21-24Lines changed: 21 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
---
2
2
title: "Application Auto Scaling"
3
-
linkTitle: "Application Auto Scaling"
4
3
description: Get started with Application Auto Scaling on LocalStack
5
4
tags: ["Base"]
6
5
persistence: supported
@@ -14,7 +13,7 @@ With Application Auto Scaling, you can configure automatic scaling for services
14
13
Auto scaling uses CloudWatch under the hood to configure scalable targets which a service namespace, resource ID, and scalable dimension can uniquely identify.
15
14
16
15
LocalStack allows you to use the Application Auto Scaling APIs in your local environment to scale different resources based on scaling policies and scheduled scaling.
17
-
The supported APIs are available on our [API coverage page]({{< ref "coverage_application-autoscaling" >}}), which provides information on the extent of Application Auto Scaling's integration with LocalStack.
16
+
The supported APIs are available on our [API coverage page](), which provides information on the extent of Application Auto Scaling's integration with LocalStack.
Run the following command to create a new Lambda function using the [`CreateFunction`](https://docs.aws.amazon.com/cli/latest/reference/lambda/create-function.html) API:
### Create a version and alias for your Lambda function
54
52
55
53
Next, you can create a version for your Lambda function and publish an alias.
56
54
We will use the [`PublishVersion`](https://docs.aws.amazon.com/cli/latest/reference/lambda/publish-version.html) and [`CreateAlias`](https://docs.aws.amazon.com/cli/latest/reference/lambda/create-alias.html) APIs for this.
You can create a scheduled action that scales out by specifying the `--schedule` parameter with a recurring schedule specified as a cron job.
86
84
Run the following command to create a scheduled action using the [`PutScheduledAction`](https://docs.aws.amazon.com/cli/latest/reference/application-autoscaling/put-scheduled-action.html) API:
You can confirm if the scheduled action exists using [`DescribeScheduledActions`](https://docs.aws.amazon.com/cli/latest/reference/application-autoscaling/describe-scheduled-actions.html) API:
The LocalStack Web Application provides a Resource Browser for managing AppConfig applications.
125
123
You can access the Resource Browser by opening the LocalStack Web Application in your browser, navigating to the **Resource Browser** section, and then clicking on **Application Auto Scaling** under the **App Integration** section.
126
124
127
-
<imgsrc="application-auto-scaling-resource-browser.png"alt="Application Auto Scaling Resource Browser"title="Application Auto Scaling Resource Browser"width="900" />
128
-
<br><br>
125
+

129
126
130
127
The Resource Browser allows you to perform the following actions:
0 commit comments