aws-doc-sdk-examples
aws-doc-sdk-examples copied to clipboard
[Story]: Add missing EC2 Auto Scaling actions to metadata
The user story
As a Java or Kotlin dev, I want to find all of the EC2 auto scaling actions in the code library so that I can learn how to use them.
I know this is done when:
All of these Actions are published into the Code Library for both Java and Kotlin:
CreateAutoScalingGroup UpdateAutoScalingGroup DeleteAutoScalingGroup DescribeAutoScalingGroups TerminateInstanceInAutoScalingGroup
SetDesiredCapacity DescribeAutoScalingInstances DescribeScalingActivities
EnableMetricsCollection DisableMetricsCollection
Epic link
https://github.com/awsdocs/aws-doc-sdk-examples/issues/3102