Scripts to manage ec2 instances from the command line
- Install aws cli
- In Arch Linux run
sudo pacman -S aws-cli
- In Ubuntu or Debian run
sudo apt install -S awscli
- In Arch Linux run
Create a .env file with this layout.
ec2_instance_id=
region=
If you prefer you can copy the file dotenv-layout