Which of the following comes before Auto Scaling group creation?

November 18, 2021 by Admin

Which of the following comes before Auto Scaling group creation?

  • Creating the Auto Scaling launch config
  • Creating the Auto Scaling policy
  • Creating the Auto Scaling tags
  • Creating the Auto Scaling instance

Explanation:
The Auto Scaling launch config is the first step that should be run before a user can create an Auto Scaling group. The launch config has all the information, such as the instance type, AMI ID, and other instance launch parameters. The Auto Scaling group uses this launch config to create a new group.

Leave a Reply