AWS Lambda EC2 Prototype

Job ID: 40329838

Budget: $30 – $250 AUD

I’m putting together a working prototype on AWS and I’m looking for someone who can own the entire flow—from the serverless pieces to a small .NET app that will live on an EC2 instance.

Here’s what I need done:

• Create and configure a clean AWS account space for the project (VPC, subnets, security groups, IAM roles).
• Build a set of Lambda functions dedicated to file management—specifically uploading incoming files, processing them (basic transformation or validation logic), and deleting them once they’ve been handled.
• Wire those Lambdas into S3 triggers or an API Gateway endpoint, whichever you feel is the most maintainable approach for a prototype.
• Spin up an EC2 instance, harden it, and make sure it can communicate securely with the rest of the stack.
• Design and code a lightweight .NET application (no existing code base yet) that consumes the processed files, exposes a small web UI or API, and deploy it to the EC2 instance via an automated pipeline.
• Document the entire setup so I can reproduce or extend it later, and be available to troubleshoot any snags we hit during testing.