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.
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.