you know how does it works
-
configure aws: create a free tier personal aws account create a key pair create security group with 8000 -10000 tcp open, name it as, get the security group id
-
rename c_temp.py to c.py and input the configuration
-
pip3 install boto3
-
start a ss server: python3 p.py
-
stop and ternimate the resource, this will ternmiate all instance with AMI id, so be careful python3 t.py
TODO
- provide docker env for env setup.
- create security group to improve the automation rate.