diff --git a/ec2.sh b/ec2.sh new file mode 100644 index 0000000..61361ce --- /dev/null +++ b/ec2.sh @@ -0,0 +1,4 @@ +#!/bin/bash +chmod +x ec2.py +pip install boto3 +python ec2.py \ No newline at end of file