this post was submitted on 23 Nov 2023
1 points (66.7% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

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 are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 10 months ago

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.