This repository was archived by the owner on Jul 27, 2021. It is now read-only.

Description
On this page : https://ecsworkshop.com/microservices/software/
The workshop asks to install
# Install copilot-cli
brew install aws/tap/copilot-cli
But Homebrew is not installed on Cloud9
Could you add ?
TeamRole:~/environment $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Press Control-D to install to /home/ec2-user/.linuxbrew
Add Homebrew to your PATH in /home/ec2-user/.bash_profile:
echo 'eval $(/home/ec2-user/.linuxbrew/bin/brew shellenv)' >> /home/ec2-user/.bash_profile
eval $(/home/ec2-user/.linuxbrew/bin/brew shellenv)