Hey guys, I'm looking for some advice: The scenari...
# help
c
Hey guys, I'm looking for some advice: The scenario: I want to upload bot on ec2 that scrappy some data but it's can take around 20-30 min. So Im trying to use SNS with SQS but I don't know how to subscribe the ec2 instance or how I can send a request to it. Is it possible?
f
Hey @Crhistian Caraballo, if ec2 takes 20-30min, have u considered using a Lambda function for thhis?
c
@Frank Well I was researching and got with two solution, Lambda allow 15 min but I can use step functions that call recursively or using a different approach that is UI (start scrape) -> Scraping APP Scraping APP -> SNS -> lambda -> UI tell u data ready but thanks Frank