FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

Β© 2026 FlareStart. All rights reserved.

Back to articles
Part 2: Decoupled Architecture
How-ToSystems

Part 2: Decoupled Architecture

via Dev.toAisalkyn Aidarova1mo ago

πŸš€ COMPLETE END-TO-END LAB S3 β†’ SNS β†’ SQS β†’ EC2 Worker Architecture 🟒 PART 1 β€” Open Image in Browser from S3 Service used: Amazon S3 STEP 1 β€” Bucket Setup Bucket name: student-upload-bucket-aj Region: us-east-2 STEP 2 β€” Disable Block Public Access (Demo Only) Go to: S3 β†’ Bucket β†’ Permissions β†’ Block Public Access β†’ Edit Uncheck: Block all public access Save. STEP 3 β€” Add Bucket Policy (Public Read) S3 β†’ Bucket β†’ Permissions β†’ Bucket Policy Paste: { "Version" : "2012-10-17" , "Statement" : [ { "Sid" : "PublicReadObjects" , "Effect" : "Allow" , "Principal" : "*" , "Action" : "s3:GetObject" , "Resource" : "arn:aws:s3:::student-upload-bucket-aj/*" } ] } Save. STEP 4 β€” Upload Image aws s3 cp myimage.jpg s3://student-upload-bucket-aj/uploads/myimage.jpg STEP 5 β€” Open in Browser Use: https://student-upload-bucket-aj.s3.us-east-2.amazonaws.com/uploads/myimage.jpg Now image loads. Viewing flow: Browser β†’ S3 No EC2 involved. 🟒 PART 6 β€” Demonstrate System Working On EC2 #2: echo "demo test" > test

Continue reading on Dev.to

Opens in a new tab

Read Full Article
42 views

Related Articles

Building an MCP Server for Your Own Tools
How-To

Building an MCP Server for Your Own Tools

Medium Programming β€’ 5d ago

[MM’s] Boot Notes β€” The Day Zero Blueprint β€” Test Smarter on Day One
How-To

[MM’s] Boot Notes β€” The Day Zero Blueprint β€” Test Smarter on Day One

Medium Programming β€’ 5d ago

RHAPSODY OF REALITIES - 26TH MARCH 2026
"In Nehemiah’s day, as the people built the wall of…
How-To

RHAPSODY OF REALITIES - 26TH MARCH 2026 "In Nehemiah’s day, as the people built the wall of…

Medium Programming β€’ 5d ago

How to Actually Make Money with a "Free" App
How-To

How to Actually Make Money with a "Free" App

Medium Programming β€’ 5d ago

How-To

Building a Runtime with QuickJS

Lobsters β€’ 5d ago

Discover More Articles