Some of the labs have prequisits. Here's how to install them on OSX. For AWS EC2 AMI or Cloud9 use sudo yum install -y <app> instead of brew. For Linux use sudo app-get install --yes <app>. If using Windows, please try using Cloud9.
- Homebrew,
brewcommand, a MacOS package manager, install with/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" - jq, a JSON cli filter,
jqcommand, OSX install withbrew install jq, Cloud9 install withsudo yum install -y jq - git, source code control, install with
brew install git - HTTPie,
httpcommand, a modern CURL for HTTP, install withbrew install httpie, see this httpie cheatsheet - AWS CLI,
awscommand, a command line interface for AWS services, install withbrew install awsclithen configure withaws configureand enter your AWS user's account "AWS Access Key ID" and "AWS Secret Access Key" from your AWS User and the AWS region you like to use, likeus-west-2for Oregon
Feedback: AWS Employee Survey or Anyone Else