Display and update current version of all software and specifications within AWS CloudShell Environments.
TLDR; Just run this:
curl -LfsS https://links.rwick.it/aws-cloudshell-update | bash
The script here is used to update and/or display the version of tools deployed to AWS CloudShell Environments.
Details for the software and specifications for these tools are documented by AWS https://docs.aws.amazon.com/cloudshell/latest/userguide/vm-specs.html.
This solution can be run two ways.
- View current version of all installed software
- Update all versions of software
To successfully run this solution:
- Change to the region within the AWS Console you wish to run your commands from
- Start CloudShell Session (the user session may take a few moments to establish)
- Once established, copy the desired operation below
- Paste the command into your
CloudShell
terminal from within the AWS Console - Run the script
curl -LfsS https://links.rwick.it/aws-cloudshell-versions | bash
wget https://links.rwick.it/aws-cloudshell-versions -O- | bash
curl -LfsS https://links.rwick.it/aws-cloudshell-update | bash
wget https://links.rwick.it/aws-cloudshell-update -O- | bash