As with Microsoft, Amazon has similarly done a great job releasing a fully functional CLI tool, that will work on multiple platforms. AWS has also just recently announced their own version of CloudShell! The AWS cloudshell removes the requirement to install the CLI locally but if you prefer the full steps to install AWS CLI (v2) on any platform can be found here. With that said, on the latest versions of Ubuntu (and likely other distros), AWS CLI (v1) is available in the package manager.
AWS Cloud Shell
Search for Cloudshell in the AWS console or navigate directly to the CloudShell.
Local CLI Initial Login
This is for local CLI only. If you prefer to use CloudShell, you can skip this step.
To do the initial configuration of a local CLI installation, you can issue the command:
aws configure
This will then prompt you to enter the following information:
AWS Access Key ID [None]: ****************J2OR
AWS Secret Access Key [None]: ****************ArK6
Default region name [None]: eu-west-2
Default output format [None]: table
The credentials you generated to log in to the Tuono Portal are suitable for registering the AWS CLI.
If you would like to interrogate the configuration, you can issue the following two commands: