Friday, January 24, 2020

AWS CLI alternative awless.io, in GoLang

awless.io, a mighty CLI for AWS - Henri - Medium
//github.com/wallix/awless in GoLang
terminal icon

AWS CLI is written in Python,  and is also open source
aws/aws-cli: Universal Command Line Interface for Amazon Web Services @GitHub
//github.com/aws/aws-cli

The aws-cli package includes a very useful command completion feature. This feature is not automatically installed so you need to configure it manually. To enable tab completion for bash either use the built-in command complete:
$ complete -C aws_completer aws
//aws.amazon.com/cli/

What Is the AWS Command Line Interface? - AWS Command Line Interface

All IaaS (infrastructure as a service) AWS administration, management, and access functions in the AWS Management Console are available in the AWS API and CLI. New AWS IaaS features and services provide full AWS Management Console functionality through the API and CLI at launch or within 180 days of launch.



Python Boto3 API reference



visual: developer roadmaps

Roadmaps to becoming a modern developer - roadmap.sh