3

How can I find the CLI equivalent of any console operation in AWS?

Is there any way to generate that?

jarmod
  • 71,565
  • 16
  • 115
  • 122
rooni
  • 1,036
  • 3
  • 17
  • 33
  • I wish the AWS Console has the Google Cloud console "equivalent gcloud CLI commands". – f01 Jan 17 '23 at 04:25

1 Answers1

2

For some services AWS provides such equivalent, but there is no general way for that. You could try a third party tool Console Recorder for AWS:

Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation/Terraform templates.

Marcin
  • 215,873
  • 14
  • 235
  • 294