fabienvauchelles / scrapoxy

Scrapoxy is a super proxy aggregator, allowing you to manage all proxies in one place 🎯, rather than spreading it across multiple scrapers πŸ•ΈοΈ. It also smartly handles traffic routing πŸ”€ to minimize bans and increase success rates πŸš€.
http://scrapoxy.io
MIT License
2.04k stars 235 forks source link

Support for t3.nano in aws #149

Closed KashishJajodia-Draup closed 1 year ago

KashishJajodia-Draup commented 5 years ago

Hello,

Expected Behavior

Are there any Amis available for t3.nano as the cost of that will be very optimal. Also the AMI should have minimal memory so less spend on storage costs

Actual Behavior

No support for t3.nano

Thanks, YOUR_NAME

testvinder commented 5 years ago

The current AMIs work fine with T3.

KashishJajodia-Draup commented 5 years ago

Thanks for the quick response. We will check using t2.nano's ami with t3.nano and close this ticket

kevzinnov commented 5 years ago

Getting the following error message while trying to use t2.nano AMI with t3.nano configuration:

Error: Cannot update or adjust instances: message=Enhanced networking with the Elastic Network Adapter (ENA) is required for the 't3.nano' instance type. Ensure that you are using an AMI that is enabled for ENA., stack=InvalidParameterCombination: Enhanced networking with the Elastic Network Adapter (ENA) is required for the 't3.nano' instance type. Ensure that you are using an AMI that is enabled for ENA

testvinder commented 5 years ago

I just checked. I'm actually using the micro AMI with t3.micro, but I have configured it to spin up t3.nano instances for the proxies them selves.

MaZZly commented 5 years ago

@kevzinnov I had the same problem.. you can solve by doing:

  1. Launch a t2.nano from the image
  2. Enable ENA by following https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enhanced-networking-ena.html#enable-enhanced-networking-ena-AL
  3. create new AMI / Image from the instance you've created and enabled ENA for.
  4. Use the created AMI id to spawn scrapoxy nodes.
kevzinnov commented 5 years ago

@MaZZly The above does spin up the t3.nano instance, however changeAlive is false and hence the proxies are not working.

Any resolution on the above would be great.

nirvana-msu commented 5 years ago

Would be very nice to have the official AMI for t3.nano (or actually even t3a.nano).

masterkain commented 4 years ago

any official image yet?

kiwialec commented 4 years ago

This project is dead, so it's unlikely that an official AMI will be released, and you should be wary of any AMIs you find offered by anyone else (as there's nothing to stop the author adding some backdoor access to your nodes).

I used the DO Create Image guide on AWS, and it works fine: https://scrapoxy.readthedocs.io/en/master/standard/providers/digitalocean/create_image/index.html