
Closed
Posted
Paid on delivery
I want to stand up a small-scale proof of concept centred on Amazon S3 and demonstrate that the bucket is instrumented, secured and observable end-to-end. The finished POC should: • Store sample objects in S3, then trigger an SNS email alert whenever a specific test condition (“6” appearing in the CloudWatch log) is met. • Feed all bucket events into CloudWatch so I can see the log entry containing that value of 6 in near-real time. • Restrict access through a tight, custom IAM policy that you will author and attach. Please build the solution entirely in my AWS account, document every step, and provide the CloudFormation/Terraform or console walk-through you use so I can recreate it later. A short read-me plus screenshots of the successful alert email and the CloudWatch log line will serve as acceptance criteria.
Project ID: 40498735
26 proposals
Remote project
Active 1 hour ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
26 freelancers are bidding on average $29 USD for this job

Hi there, I have over 10 years work experience with Linux and AWS (Certified x2) as well as doing these kind of tasks on S3. Ping me and I'll help you out. Cheers!
$50 USD in 1 day
5.7
5.7

Hi there, I think my bid is cheaper than others. I can finish this easy tasks in under 15 minutes. Let's chat to discuss more.
$10 USD in 1 day
4.5
4.5

S3 request metrics in CloudWatch are off by default. You have to enable them explicitly per bucket, and if that step is missing the alarm has nothing to evaluate against. Terraform makes it one line, but it has to sit in the right resource block or it silently does nothing. What I'd ship: a Terraform module that provisions the S3 bucket with request metrics enabled, a Lambda function with a scoped IAM role, CloudWatch alarms on error rates and storage thresholds, and SNS email alerting with a confirmed subscription. One terraform apply to stand it up, one terraform destroy to tear it down. Clean README with the exact commands to reproduce it. $28, single milestone, 48 hours. If you want CloudTrail logging or additional alarm dimensions layered on top, that's a straightforward extension of the same module.
$28 USD in 2 days
3.5
3.5

<<<✔Consider it DONE✔>>> YO! I understand your project and I'm eager to help. As an experienced Web and AI Developer, I have a solid foundation in Node.js and Software Architecture which are primary for this project. Building a scalable proof of concept around Amazon S3 that is fully observable, instrumented, and secure is well within my wheelhouse. Additionally, I believe the ability to tailor AWS services to unique client needs is crucial, demonstrated through the tight, custom IAM policy I will create for secure access restriction. Looking forward to being part of your project! You will surely be impressed by my work! Not sure what the next step is? I offer free and professional consultation -- I'm just a text away. All the very best, Josh
$20 USD in 2 days
3.3
3.3

Hi, I can build this S3 monitoring POC directly in your AWS account and document it so you can recreate it later. My approach would be to create a secured S3 bucket, configure bucket events, send activity into CloudWatch Logs through a small Lambda where needed, and set up a CloudWatch metric filter/alarm that detects the value “6” in the log stream. When that condition is met, the alarm will publish to SNS and send the email alert. I will also create a tight IAM policy with only the required permissions for S3, Lambda, CloudWatch, and SNS, avoiding broad access. Deliverables will include the working POC, sample object test, screenshots of the CloudWatch log entry and SNS email, plus either Terraform/CloudFormation or a clear console walkthrough with a short README. I can start once AWS access and the preferred region are provided. Regards, Chaz
$60 USD in 1 day
2.2
2.2

Hello, I hope you’re doing well. I reviewed your project requirements and I’m confident that I can help you build a high-quality, modern, and user-friendly solution according to your needs. AWS-Lambda POC with monitoring I’m Ankur, a Full Stack Developer with 7+ years of experience in: * Custom Website Development * E-commerce Development * Mobile App Development * Flutter App Development * Android & iOS Applications * WordPress & PHP Development * UI/UX Design * Admin Panels & APIs I have successfully completed 500+ projects for startups, businesses, and individual clients worldwide. Why work with me? ✔️ Clean and professional development ✔️ Mobile-friendly and responsive design ✔️ Fast communication and regular updates ✔️ Scalable and secure solutions ✔️ On-time delivery ✔️ 3 months of free support after completion My goal is not just to complete the project, but to build a solution that helps your business grow. I would be happy to discuss your project in detail and start working immediately. Looking
$47 USD in 5 days
0.2
0.2

As a seasoned full-stack software engineer adept in building scalable web and mobile applications, I possess a distinct advantage in executing your S3 POC project with ease and precision. Over the years, I've developed a deep understanding of cloud security and AWS services, such as Lambda and CloudWatch that are essential components of your requirements. Additionally, my proficiency with Node.js will complement the necessary logging and event handling processes. I am well experienced in developing customizable IAM policies, an integral requirement for this project. To ensure transparency, I will thoroughly document every step I take while creating this solution within your AWS account, including providing you with detailed CloudFormation or Terraform scripts. My meticulous approach ensures that the solutions I develop can be easily replicated and maintained in the future. Furthermore, my prior work on similar projects using different technologies such as Java further diversifies my skill set and allows me to be adaptable when faced with new challenges. If you entrust me with this project, you can rest assured that I will create an instrumented, secure, and fully observable AWS S3 bucket that meets all your criteria while ensuring ease of maneuverability for seamless future utilization. Together, let's make this project an absolute success!
$15 USD in 7 days
0.0
0.0

Heads up, the numbers above are rough placeholders. We'll nail down the real figure once we've had a quick look at your AWS account setup. This is a tidy, well-scoped POC. You want an S3 bucket wired up to CloudWatch so every bucket event lands in a log, then a Lambda function that watches those logs and fires an SNS email the moment it spots a "6" in an entry. Locked down with a custom IAM policy written for this specific setup, not a generic permissive one. And when it's done, you want to be able to hand the whole thing to someone else and say "here's how it works" - the CloudFormation or Terraform template, the README, and screenshots of the alert email and the log line as proof it fired. Here's how we'd approach this: - S3 and CloudTrail: Create the bucket with server-side encryption, enable CloudTrail data events so every object-level action (PutObject, GetObject, etc.) flows into CloudWatch Logs in near-real time. - Lambda trigger: Write a small Node.js Lambda subscribed to the CloudWatch log group via a metric filter that matches your "6" condition. When it fires, it publishes to an SNS topic with your email as the subscriber. - IAM policy: Author a least-privilege policy scoped to exactly the resources in this POC - no wildcard actions, no star resources. Attach it cleanly so you can audit it at a glance. - Infrastructure as code: Package the whole thing in a Terraform config (or CloudFormation template if you prefer) so you can tear it down and recreate it in minutes. - Docs and acceptance: README with step-by-step notes, plus screenshots of the triggered alert email and the CloudWatch log entry showing the "6" - everything you need to call it done. After a short scope chat we'll put together a written proposal covering deliverables, timeline and a firm price. Want to jump on a quick call this week to walk through it? Best, 96 Studio
$30 USD in 3 days
0.0
0.0

You need an S3 POC with CloudWatch logging, SNS email alerts triggered by a '6' in the log, and a tight IAM policy — all documented so you can recreate it. I've built similar AWS observability stacks: S3 → CloudTrail → CloudWatch Logs → metric filter → SNS alarm pipelines, with least-privilege IAM policies scoped to specific bucket ARNs. Delivered a comparable setup for a fintech client in under 4 hours. I'll deliver: CloudFormation template (or console walkthrough), custom IAM policy, metric filter matching your '6' condition, SNS email alert, README, and screenshots of the triggered alert + CloudWatch log line — all in your AWS account within 24 hours. Do you want the metric filter to match any log entry containing '6', or only from specific S3 API operations like GetObject/PutObject?
$20 USD in 3 days
0.0
0.0

With your S3 POC project, you're not just seeking a developer; you're searching for someone with a strong grasp on cloud infrastructure and an innate ability to problem-solve. With my proficiency in Java and Node.js, I'm confident I can bring your vision to life while meeting all your specific requirements using your AWS account. I have extensive experience leveraging Amazon S3, CloudWatch, and IAM policies, and have previously built similar end-to-end cloud solutions that involved log tracking and event-based triggers. I believe this hands-on knowledge coupled with the documentation of every step through CloudFormation or Terraform will allow you to effectively recreate the solution in the future without any hassle. Moreover, as a freelancer who values transparency, accountability, and client satisfaction, I understand how crucial it is for you to be able to effortlessly access the entire process, even after I've completed the project. This is why I'll not only adhere to your acceptance criteria but go a step further by providing you screenshots of the successful alert email and the CloudWatch log line. Let's begin this journey together and deliver a highly efficient far-reaching solution!
$30 USD in 3 days
0.0
0.0

Scope Understanding: Your S3 proof of concept only succeeds if every bucket event is visible, every critical condition triggers an alert, and every permission is tightly controlled. Who we are: SCAIMLON LABS PVT. LTD. is a Cloud MSP and certified AWS, Azure, and Google Cloud Partner. You Ask: Build a secure and observable AWS S3 proof of concept where bucket activities are logged in CloudWatch, specific events trigger SNS email alerts, access is governed through custom IAM policies, and the setup is documented for easy recreation. Solution Approach: We will implement an S3 event-monitoring workflow using Amazon S3, CloudWatch Logs, CloudWatch Metric Filters, SNS, and custom IAM policies, with end-to-end validation, alert testing, and complete implementation documentation. Deliverables: S3 POC deployment, CloudWatch log integration, SNS email alert validation, custom IAM policy implementation, testing screenshots, and complete setup documentation with recreation steps. Relevant Experience: Sivam info tech needed better visibility and control over its AWS environment. Platform: AWS. Problem solved: monitoring, secure access controls, and operational visibility. Outcome: improved observability, stronger governance, and documented deployment procedures. Call to Action: If you need an S3 proof of concept with validated monitoring, alerting, security controls, and complete documentation, we are ready to deliver.
$15 USD in 3 days
0.0
0.0

Senior Full Stack Developer here with 10+ years experience and hands-on AWS work across S3, Lambda, CloudWatch, and IAM — this is a straightforward POC I can knock out quickly. Your requirement to trigger an SNS alert when a specific value hits the CloudWatch log tells me you want to validate the full event pipeline, not just prove S3 works. That's smart — most POCs skip the observability piece and then you're guessing when something breaks in production. I've built similar instrumented setups on AWS where S3 events flow into CloudWatch via CloudTrail, with metric filters catching specific patterns and firing SNS notifications. The IAM policy piece is the part most people get wrong (overly broad permissions that defeat the purpose of a security demo), so I'll author a least-privilege policy scoped to exactly the resources in play and nothing else. I'll deliver this as a Terraform configuration you can tear down and recreate with one command — no clicking around the console trying to remember which checkboxes you ticked. You'll get the Terraform files, a README walking through each resource and why it exists, and screenshots of the successful SNS email plus the CloudWatch log line showing the trigger condition. Everything built directly in your AWS account so there's no migration step. A few things that matter for you specifically: I use AI-assisted development heavily in my daily workflow — Claude Code, custom agents, automated code review — which means even a small project like this gets delivered faster with cleaner documentation than you'd expect. For a POC like this, that translates to same-day or next-day delivery instead of a back-and-forth that stretches over a week. You also get someone who handles the full stack from infrastructure to documentation, so there's no handoff gap where the Terraform works but the README is an afterthought. I can start today. If you want to hop on a quick 15-minute call first to confirm your AWS account setup and any naming conventions you prefer, happy to do that — otherwise just share credentials and I'll have the first working version pushed within 24 hours.
$130 USD in 7 days
0.0
0.0

Hi! Could you confirm if you prefer CloudFormation or Terraform for the setup? I understand you need a secure, fully observable S3 POC with SNS alerts on CloudWatch triggers. I can build it in your AWS account, enforce custom IAM policies, log all events, and provide step-by-step documentation with screenshots so you can replicate it later.
$20 USD in 7 days
0.0
0.0

Hello, I can build your S3-based proof of concept in AWS with a clean, secure, and fully observable architecture. I will configure S3 event capture into CloudWatch, implement the log-based condition detection for the value “6”, and connect it to SNS for real-time email alerts. I will also design a tight IAM policy with least-privilege access to secure the bucket, logs, and notification flow properly. The entire setup will be delivered using Terraform or CloudFormation plus a clear console walkthrough so you can recreate everything easily. I will document each step and provide proof via CloudWatch log screenshots and SNS email confirmation. I focus on production-style AWS design even for POCs, ensuring security, traceability, and clarity. I’d be glad to work with you and implement this efficiently in your account.
$20 USD in 2 days
0.0
0.0

Hi, I have built this exact kind of AWS setup before and can get it done cleanly inside your account with full documentation so you can reproduce it yourself later. S3 bucket feeding into CloudWatch, a metric filter watching for the value 6, an alarm triggering an SNS email the moment it fires and a tight least privilege IAM policy on everything. The whole stack built in CloudFormation so one command recreates it anytime. You will get a README, a screenshot of the alert email landing in your inbox and the CloudWatch log line showing the 6. Everything you need for acceptance criteria covered. Which AWS region are you working in?
$20 USD in 2 days
0.0
0.0

I recently got into cloud security testing after cloud engineering, your project is a walk in the park for me, I can finish your proof of concept and create an easy to follow documentation taht will include console walkthrough.
$25 USD in 2 days
0.0
0.0

I can provide great support in aws. I have experience more than 8+ years experience in aws.I am team leader at sre & cloud team
$20 USD in 7 days
0.0
0.0

Hello, I’m an AWS Cloud Engineer with 1+ years of hands-on experience working with S3, IAM, CloudWatch, SNS, Lambda, and AWS monitoring solutions. I can build this complete S3 Proof of Concept in your AWS account and provide full documentation for future recreation. Deliverables include: • S3 bucket creation and configuration • Secure custom IAM policy with least-privilege access • S3 event integration and CloudWatch logging setup • Detection of the specified test condition ("6") in logs • SNS email notification configuration and testing • End-to-end validation of logging and alerting workflow • CloudFormation/Terraform template or detailed console walkthrough • Step-by-step README documentation • Screenshots of CloudWatch logs and successful SNS email alerts My experience includes: AWS S3, IAM, CloudWatch, SNS, Lambda, EC2, CloudFormation, Terraform, and AWS security best practices. I focus on building solutions that are secure, observable, and easy to maintain while keeping the architecture simple and well-documented. I can start immediately and deliver a fully working POC with clear documentation and knowledge transfer. Thanks
$20 USD in 7 days
0.0
0.0

Hi, I can build this S3 proof of concept entirely within your AWS account and provide complete documentation for recreation. Based on your requirements, I will: • Create and configure an Amazon S3 bucket with appropriate security controls. • Enable S3 event logging and integrate it with CloudWatch for near real-time visibility. • Configure SNS email notifications that trigger when the specified test condition (“6” appearing in CloudWatch logs) is detected. • Author and implement a custom least-privilege IAM policy to restrict access securely. • Validate the complete end-to-end workflow, including object upload, log generation, CloudWatch monitoring, and SNS alert delivery. • Provide Infrastructure as Code using Terraform (preferred) or CloudFormation, along with a step-by-step deployment guide. • Deliver screenshots of CloudWatch logs and successful SNS email alerts as proof of functionality. I have hands-on experience with AWS, Terraform, IAM, CloudWatch, SNS, S3 security, and infrastructure automation. I can start immediately and ensure the solution is fully documented, secure, and easy to reproduce. Looking forward to working with you. Best Regards, Jangya Prasad AWS Cloud & DevOps Engineer
$20 USD in 7 days
0.0
0.0

Hello, I can help you build this S3 observability and security POC end-to-end in your AWS account. The solution will include: • S3 bucket with sample object uploads • Event flow into CloudWatch for near real-time visibility • Metric filter to detect the value "6" in logs • SNS email notifications triggered automatically when the condition is met • Custom least-privilege IAM policy with secure access controls • Complete documentation, screenshots, and reproducible setup instructions • CloudFormation or Terraform templates (your preference) Why me? I am a Cloud & Platform Engineering Lead with 10+ years of experience designing AWS infrastructure, observability platforms, security controls, and automation solutions. I regularly work with IAM, CloudWatch, SNS, S3, Terraform, monitoring, alerting, and production-grade cloud architectures. Unlike a simple implementation, I will explain the design decisions, security considerations, and AWS best practices so you can easily recreate and extend the solution later. The final deliverable will include a clear README, architecture overview, screenshots of the CloudWatch logs and SNS email alert, and all configuration artifacts used during implementation. I can start immediately and complete the POC within 1 day. Regards, Shubham Dixit
$20 USD in 2 days
0.0
0.0

FAISALABAD, Pakistan
Payment method verified
Member since Sep 30, 2020
$30-250 USD
$30-250 NZD
$10-30 USD
$10-30 USD
$10-30 USD
$3000-5000 USD
$25-50 USD / hour
₹12500-37500 INR
₹10000-15000 INR
₹12500-37500 INR
₹100-400 INR / hour
₹12500-37500 INR
₹1500-12500 INR
$15-25 USD / hour
₹37500-75000 INR
$750-1500 USD
₹600-1500 INR
₹100-400 INR / hour
$5000-10000 USD
₹400-750 INR / hour
₹1500-12500 INR
₹75000-150000 INR
$750-1500 USD
$10-30 USD
₹12500-37500 INR