Nowadays, it’s common for developers and data analysts to be multi-cloud users, switching between two or more cloud providers in their day-to-day tasks. Amazon Web Services (AWS) has long been the industry leader, controlling a significant portion of the market, but recently there’s been a shift towards other providers, while also utilizing several different solutions.

Being a user of both the Google Cloud Platform (GCP) and AWS, I decided to put together an app that _translates _between the two providers’ CLI commands. I often found myself researching a GCP command equivalent for AWS (and vice versa), and decided that it would be easier to keep track of these in a spreadsheet. And now, this has turned into an app.

Just as you’d translate a sentence between different natural languages (French → German), this app can do a similar comparison between AWS and GCP CLI commands (i.e. gcloud config list→ aws configure list).

Image for post

UI for app

The app is built in React JS and Material UI, with a look modeled off of Google’s own Translate page.

#cloud-computing #cloud #gcp #aws

A Translation App for your Cloud Commands
1.15 GEEK