How to generate AWS CLI equivalent of any console operation

123 Views Asked by At

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

Is there any way to generate that?

1

There are 1 best solutions below

0
On BEST ANSWER

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.