Hacker News new | ask | show | jobs
by SomeHacker44 2473 days ago
I personally dislike the CLI until I am very familiar with the AWS service I am learning or in early phase if using. Even then the CLI is usually a last resort. The Web UI is much more discoverable and understandable than having three terminal windows and a web browser open to figure out what to do with whatever random long ID on the CLI.

Assuming everyone, even extremely experienced AWS users like me, will just use the CLI seems like a mistake.

1 comments

I use the console for discoverability, proof of concepts, and quickly reviewing what’s going on. But for any real resource creation, I will then duplicate the steps with CloudFormation or a Python script (or both) and once I verify it, tear down the manually created resources.

The only time I find the CLI useful is for S3.