Hacker News new | ask | show | jobs
by Aperocky 2446 days ago
Have you tried aws cli though? The whole thing is 100x easire in the command line and the documentation is 1000x better. There's even help pages you can get as you type in help. aws s3 help basically list a bunch of option to deal with s3 and you could read through and do exactly what you want. Not saying that console are useless but AFAIK all possible action through console can be a command that's (probably easier).
2 comments

I'll check it out for sure.

The thing that bothered me was that each entity, like S3, domain hosting, everything else I did felt like an island.

Google's version felt like a "solution" in terms of things being related documentation wise and everything else.

I fully admit that given a different situation I could feel differently about Google.

GCloud CLI is better in all these respects