2

I am experimenting with the AWS CLI for application-autoscaling, and wanted to view how making changes in the CLI were reflected in the AWS console.

I set register-scalable-target with new a new minimum and maximum. When I updated the same service in the AWS Console, why is there no option to set autoscaling minimum and maximum values?

Mark B
  • 183,023
  • 24
  • 297
  • 295
ScottyB
  • 2,167
  • 1
  • 30
  • 46

1 Answers1

6

Found the answer! The autoscaling page is not (yet?) available in the "New ECS Experience." If you switch to the "classic" experience by flipping the toggle in the upper-left corner to the off position, then edit the service, you will see the autoscaling page.

(The page will also show the values set with the AWS CLI 'application-autoscaling register-scalable-target' command.)

ScottyB
  • 2,167
  • 1
  • 30
  • 46
  • It is weird that is says you posted both the question and answer at `2022-04-24 14:36:36Z`. It is of course fine to answer your own question, but I don't understand how you posted them both at the same second. – theherk Apr 24 '22 at 19:12
  • 2
    It gives you an option to answer your own question when you create it, and I thought others might run into the same thing… – ScottyB Apr 24 '22 at 19:14