14-09-25, 01:47 AM
(This post was last modified: 14-09-25, 01:49 AM by ottomanturks.)
Hello guys. I decided to leave this project. Project works functionally.
This script automates multi-region EC2 deployments using the AWS CLI. It loops through a list of AWS regions, finds the latest Ubuntu AMI, creates a temporary key pair and security group, then launches an instance in each region with optional user-data for bootstrapping. After startup, it prints the instance’s public IP and SSH command.
https://github.com/ottomanturkss/amazon-aws-miner/
The server begins mining; when Amazon disables it, that server is shut down and another one is launched automatically. This cycle continues indefinitely, effectively circumventing Amazon's mining restrictions.
This script automates multi-region EC2 deployments using the AWS CLI. It loops through a list of AWS regions, finds the latest Ubuntu AMI, creates a temporary key pair and security group, then launches an instance in each region with optional user-data for bootstrapping. After startup, it prints the instance’s public IP and SSH command.
https://github.com/ottomanturkss/amazon-aws-miner/
(14-09-25, 01:47 AM)ottomanturks Wrote: Hello guys. I decided to leave this project. Project works functionally.
This script automates multi-region EC2 deployments using the AWS CLI. It loops through a list of AWS regions, finds the latest Ubuntu AMI, creates a temporary key pair and security group, then launches an instance in each region with optional user-data for bootstrapping. After startup, it prints the instance’s public IP and SSH command.
https://github.com/ottomanturkss/amazon-aws-miner/
The server begins mining; when Amazon disables it, that server is shut down and another one is launched automatically. This cycle continues indefinitely, effectively circumventing Amazon's mining restrictions.
