The AWS CLI is a tool for managing AWS services. You can control many AWS services from the command line and easily automate AWS operations by creating script files containing multiple commands.
The AWS CLI is pre-installed and pre-configured in CloudShell.
Check the AWS CLI version:
aws --version

List all S3 buckets in the account:
aws s3 ls

List all EC2 instances in the account:
aws ec2 describe-instances




ls command and you will see the file you just uploaded.
cat test.txt to view the content of the uploaded file.
touch test1.txt, then enter vi test1.txt to edit the file.i to begin editing. Type the content Hello FCAJ!. Then press ESC and type wq to save and exit.

ls to see the name of the file you just created. Then click Action -> Download file.


