cpp/example_code/autoscaling/README.md
Shows how to use the AWS SDK for C++ to create and manage Amazon EC2 Auto Scaling groups and instances.
Amazon EC2 Auto Scaling helps you maintain application availability and lets you automatically add or remove EC2 instances using scaling policies that you define.
Code excerpts that show you how to call individual service functions.
CreateAutoScalingGroup)DeleteAutoScalingGroup)DisableMetricsCollection)EnableMetricsCollection)DescribeAutoScalingGroups)DescribeAutoScalingInstances)DescribeScalingActivities)SetDesiredCapacity)TerminateInstanceInAutoScalingGroup)UpdateAutoScalingGroup)Code examples that show you how to accomplish a specific task by calling multiple functions within the same service.
Before using the code examples, first complete the installation and setup steps for Getting started in the AWS SDK for C++ Developer Guide. This section covers how to get and build the SDK, and how to build your own code by using the SDK with a sample Hello World-style application.
Next, for information on code example structures and how to build and run the examples, see Getting started with the AWS SDK for C++ code examples.
⚠️ Running the tests might result in charges to your AWS account.
cd <BUILD_DIR>
cmake <path-to-root-of-this-source-code> -DBUILD_TESTS=ON
make
ctest
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0