Setup AWS CLI and other tools

  1. Uninstall the AWS CLI 1.x by running:

    sudo pip uninstall -y awscli
    
  2. Install the AWS CLI 2.0 by running:

    curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
    unzip awscliv2.zip
    sudo ./aws/install
    
  3. Confirm the CLI version with the following command:

    aws --version
    
  4. Install dependencies for use in the workshop by running:

    sudo yum -y install jq