Hello everyone,
Maybe someone can help me on that: I want to run a personal program (.exe) everyday in Amazon s3. So the program needs some of my input, so a script. How do I do such thing in S3?
Thank you for your help
You must log in or register to comment.
You don’t. You can download it from S3 and execute locally. What exactly are you trying to achieve?
S3 is just storage. It’s not a hard drive or a computer, it’s just object storage.
If you’re storing your .exe in S3 then there’s some options to use Lambda to run the exe. You could also run a EC2 instance or access the S3 bucket with IAM credentials from a locally hosted server. It all depends on what you’re doing.