You can install AWS CLI on your Ubuntu OS by downloading the awscliv2.zip from the AWS documentation page,
AWS CLI For Ubuntu x86 64-bit# curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
AWS CLI For Ubuntu ARM
# curl "https://awscli.amazonaws.com/awscli-exe-linux-aarch64.zip" -o "awscliv2.zip"
Make sure you have curl, unzip, and Sudo packages installed before installing AWS cli
Once you download the package, unzip and run the install script,
# unzip awscliv2.zip
# sudo ./aws/install
You can test if the AWS CLI was installed correctly or not using the version command,
# aws --version
aws-cli/2.7.23 Python/3.9.11 Linux/5.10.104-linuxkit exe/aarch64.ubuntu.22 prompt/off

- Create S3 bucket and upload files using AWS Toolkit for Visual Studio Code
- Get the total size and number of objects of a AWS S3 bucket and folders
- Create an S3 bucket in a specific AWS region using CLI Command
- [Solution] AWS Java SDK S3 AmazonS3Exception InvalidAccessKeyId
- Fix AWS CLI 2 SignatureDoesNotMatch Error - Signature we calculated does not match
- 573 List of reserved keywords in AWS DynamoDB
- Quick way to setup AWS DynamoDB locally on macOS
- [Solution] com.amazonaws.dynamodb.v20120810 MissingAuthenticationToken Key Id or X.509 certificate
- Quick way to install AWS CLI for macOS Terminal
- Setting and Updating AWS CLI Configuration
- AWS S3 CLI BucketAlreadyExists when calling CreateBucket Error make_bucket failed
- How to install AWS Toolkit for Visual Studio Code
- Create S3 bucket using AWS CLI Command mb
- Fix: zsh: command not found: aws (Mac/macOS)
- How to install AWS CLI on Ubuntu
- Fix: Amazon Linux bash: sudo: command not found
- How to Setup AWS Credentials using Visual Studio Code
- AW3 CLI command to get list of all region names
- Most Essencial AWS CLI 2 S3 ls Command Options
- Install AWS CLI using Brew Command
- Whats new in Python 3.10 Pre-release - Python
- Read file from Windows CMD (Command Line) - Windows
- [Fatal Error] XML The markup in the document following the root element must be well-formed. - Java
- How to highlight the current line in Notepad++ - NotepadPlusPlus
- Android is starting optimizing... app 1 of 1 - Android
- Spring Boot JDBCTemplate Upsert Example (batch insert or update if exists) - Java
- How to add Multiple Rulers in Sublime Text - Sublime-Text
- scp: ssh: connect to host xxxx port 22: Connection refused Error - Linux