Many of the non-technical developers don’t understand the commands. And remembering all of the commands is a tedious task. So, as a solution to this problem, I’d started working on an App which is a Terminal User Interface (TUI). By using this app, users don’t require to remember the commands for accessing the AWS cloud using CLI.
This app provides managed options of different AWS services. User required to choose the service he wants to use. And required to enter the appropriate information. And the command will be executed behind the scene for the user.
By using this app user will get the power of CLI without even typing and remembering a single command.
Technologies used: Linux, Python3.