TECHIES WORLD

For Techs.... Techniques.... Technologies....

AWSBashLinux

How to get awscli output as plain text

Awscli output will be in json format by default, which will be difficult to process in shell scripts.

There is way to get the output of awscli commands as plain text.

We need to use "--output text" along with the awscli commands.

Now its easier to process the output using bash utilities.

That's all...

Leave a Reply