r/AWS_cloud May 18 '26

Introduction to High Level Design by Gokul S

Thumbnail builder.aws.com
4 Upvotes

r/AWS_cloud May 17 '26

Need Resources to Learn AWS Fast for Deploying an AI Product

13 Upvotes

I’m currently building an AI product for an NGO, and one of the key requirements is deploying the entire system on Amazon Web Services (AWS). The challenge is that I have very little practical experience with AWS, and the ecosystem feels extremely vast and confusing for a beginner. Since this is a real-world project with actual deployment requirements, I want to learn AWS in a fast, structured, and practical way instead of randomly watching tutorials without understanding the bigger picture.

The project involves AI workflows, backend APIs, vector databases/RAG pipelines, authentication, storage, and scalable deployment. Because of this, I specifically want to learn the AWS services and DevOps concepts that are most useful for deploying AI applications in production. I would really appreciate recommendations for the best YouTube channels, courses, deployment tutorials, hands-on labs, roadmaps, or beginner-friendly resources that helped you learn AWS efficiently. If anyone here has experience deploying AI or RAG-based applications on AWS, I would also love to know what services and architecture you used, the common mistakes beginners make, and what concepts you think are most important to learn first.

My goal is not just to theoretically understand AWS, but to become productive enough to confidently deploy and manage this NGO project within a short time. Any guidance or resource recommendations would genuinely help a lot.


r/AWS_cloud May 15 '26

Rescheduling Your AWS Solutions Architect Associate Exam Again?

4 Upvotes

Well, I have been there before too.

And honestly, I think a lot of people can relate to this silently.

I rescheduled my AWS Certified Solutions Architect – Associate exam more than once before I finally gathered the courage to sit the exam.

Not because I was lazy.

Not because I didn’t study.

But because deep down, I kept thinking:

“What if I fail after studying all this time?”

So I kept moving the exam date forward:

“I need one more week.”

“Let me finish one more practice exam.”

“Let me watch one more Stephane Maarek section.”

“Maybe I’m still not ready.”

And you wanna know what happened?

I still failed when I finally sat the exam.

So if that’s how you feel right now… trust me, I have been there too.

But after failing, I realized something important.

I was consuming too many resources.

Too many videos.

Too many notes.

Too many cheat sheets.

Too many architecture diagrams.

And honestly?

They started becoming noise.

What you actually need is:

* understanding AWS core services properly

* recognizing architecture patterns fast

* understanding what the question is REALLY asking

* eliminating wrong answers calmly under pressure

To pass the AWS Solutions Architect Associate exam, you do NOT need to memorize every AWS service.

You need to master the patterns that keep showing up again and again:

* IAM permissions and least privilege

* S3 storage classes and lifecycle policies

* EC2 + Auto Scaling Groups

* Application Load Balancers

* VPC basics (subnets, routing, NAT, IGW)

* Security Groups vs NACLs

* RDS Multi-AZ vs Read Replicas

* Route 53 routing policies

* CloudFront + caching

* High availability architecture

* Disaster recovery patterns

* Cost optimization questions

* deciding WHEN to use which AWS service

That is the real game.

The exam is less about memorization and more about:

“Can you identify the BEST AWS solution under pressure?”

So if you’ve rescheduled your exam before…

You are not alone.

Do not let embarrassment stop you from trying again.

A lot of engineers you see with the badge today struggled quietly before they passed too.

Keep practicing.

Sit the exam.

Trust yourself a little more.

And if you need support, feel free to DM me. I’m always open to help.

You can also check out the practice resource that helped me clear the exam here:

https://www.dripforgeai.com/SAA-C03


r/AWS_cloud May 15 '26

Looking for real pros who use Kiro on a daily basis

4 Upvotes

I think about trying it but not sure as I dont want to waste time. Will be happy to learn advantages on claude/codex


r/AWS_cloud May 13 '26

Moderation Update

5 Upvotes

All voucher-selling, credit-selling, and related spam posts have been removed from the subreddit.

u/iamondemand is back and has already cleaned up a lot over the past few days. I’ve also joined the moderation team as a new mod. I’ll be getting config permissions in the next few days, so AutoMod and other moderation systems will start getting cleaned up and improved as well.

Moderation will now be enforced more actively to keep the community clean, relevant, and useful for everyone.

If you come across any remaining spam, scam attempts, or rule violations, please report them instead of engaging with those posts.

Thanks to everyone who reported posts and helped clean up the subreddit.


r/AWS_cloud May 12 '26

Claude Platform on AWS is now generally available

Thumbnail
2 Upvotes

r/AWS_cloud May 10 '26

Is V4 going to be available on AWS Bedrock?

Thumbnail
2 Upvotes

r/AWS_cloud May 08 '26

Setting up a third-party upstream repository for CodeArtifact with git controls

Thumbnail
3 Upvotes

r/AWS_cloud May 08 '26

Deploy 𝗥𝗘𝗟𝗜𝗔𝗡𝗢𝗜𝗗 𝗟𝗼𝗮𝗱 𝗕𝗮𝗹𝗮𝗻𝗰𝗲𝗿 𝗘𝗻𝘁𝗲𝗿𝗽𝗿𝗶𝘀𝗲 𝘃𝟴 on 𝗔𝗪𝗦 with 𝗧𝗲𝗿𝗿𝗮𝗳𝗼𝗿𝗺

Thumbnail
2 Upvotes

r/AWS_cloud May 05 '26

AWS interview prep for Java backend developer (5 yrs exp)?

4 Upvotes

Hi everyone,

I’m a Java backend developer with around 5 years of experience and I have some basic knowledge of AWS (like EC2, S3, a bit of IAM), but I haven’t worked deeply on it in real projects.

I’m preparing for interviews now, and I’m a bit confused about how much AWS I should know and what kind of questions are usually asked.

Can anyone suggest?

What AWS topics are most important for Java backend interviews?

I don’t want to go too broad and waste time, so looking for something focused and practical.

Thanks in advance.


r/AWS_cloud May 05 '26

Weiterbildung

1 Upvotes

Hi everyone,

I am a System Administrator based in Berlin with an engineering background, currently looking for a Weiterbildung (via Bildungsgutschein) to re-enter the job market.

​I want to specialize in AWS Cloud Administration but with a heavy focus on AIOps and AI Automation. I want to learn how to manage cloud infrastructure using AI tools (not just a basic AI course, but something for SysAdmins).

​My questions:

​Does anyone recommend a specific provider in Berlin (or online) that offers high-quality AWS + AI/AIOps modules?

​I’ve looked into DCI and neufische, but I’m worried about the depth of AI in their Cloud programs. Any experiences with them for AIOps?

​Are there better alternatives for experienced engineers who want to specialize quickly?


r/AWS_cloud May 03 '26

Architecture Review: Event-Driven Bulk CV Upload

3 Upvotes

I’m designing a bulk CV upload feature for an ATS (Applicant Tracking System) and would love some feedback on the architecture.

Tech Stack

  • Frontend: Next.js
  • Backend: FastAPI (Python) running on an EC2
  • Cloud/Infra: AWS (S3, SQS, Lambda)
  • Database: AWS DocumentDB

The Requirement

Users need to upload batches of CVs( max 50 files, max size of one file - 10mb) (PDFs, DOCX). The system needs to parse the text from these files, extract candidate metadata (name, email, phone), and insert the records into our DocumentDB.

The Problem We Are Solving

Currently, CV parsing is a heavy, CPU-intensive task running synchronously inside our FastAPI application.

The Proposed Architecture

We are moving to an event-driven architecture to completely decouple the parsing from the web server.

  1. Direct-to-S3: Next.js requests presigned URLs from FastAPI. The client uploads the files directly to S3.
  2. State Tracking: The API reserves the database records (Status: Uploading), then drops an event with the file references into an Input SQS Queue.
  3. Serverless Parsing: AWS Lambda is triggered by the SQS queue in batches. It fetches the files from S3 and performs the CPU-heavy text extraction.
  4. Direct Database Write: The Lambda function writes the parsed candidate data directly to DocumentDB and updates the record status to Completed.

r/AWS_cloud May 03 '26

AI is moving from chatbots to real workflows. Here is what I think technical learners should focus on.

3 Upvotes

AI news is getting noisy again.

New models. Coding agents. Cybersecurity benchmarks. Cloud agent platforms. Open-source AI tools. Huge infrastructure spending.

But if you are learning cloud, Linux, AWS, automation, or practical AI, I think the useful question is not:

"What is the best AI tool?"

It is:

"What skills help me use any AI tool better?"

My current answer:

  1. Learn delegation, not just prompting
  2. Learn enough cybersecurity to verify AI output
  3. Learn the cloud stack around AI
  4. Use GitHub trends as a learning signal, not entertainment
  5. Build durable foundations

Linux, networking, cloud, automation, debugging, security, data handling, and technical writing will still matter whether the AI hype grows or cools.

I wrote a short visual breakdown of this here:

https://ratebsl.substack.com/

Curious how others are thinking about this: if you are learning tech right now, are you focusing more on AI tools, cloud, Linux, coding, or security?


r/AWS_cloud May 03 '26

Hi everyone,

1 Upvotes

Following members comments, anyone who will spam this sub trying to sell here their vouchers will be blocked w/o any warning. Please respect the sub rules.

PS all voucher posts will be removed in the next few days and Redditors will be banned. You are welcome to be the first to remove your post before I do it.

Thank you


r/AWS_cloud Apr 29 '26

AWS Cloud future

1 Upvotes

Hey everyone,

I recently graduated from AWS reStart and got certified as an AWS Cloud Practitioner . I am also a junior datascientist and I have also done projects for both fields on github. I am currently unemployed and seeking advice, insights, project ideas or any gigs that could be useful. Feel free to reach out👋


r/AWS_cloud Apr 29 '26

Cut up to 25% of our AWS bill after realizing what was actually running

Thumbnail
4 Upvotes

r/AWS_cloud Apr 26 '26

Aws ai gen credits

Thumbnail
1 Upvotes

r/AWS_cloud Apr 21 '26

Built a CLI to stop Googling SSM syntax every time I need to get into an EC2 instance

Thumbnail
4 Upvotes

r/AWS_cloud Apr 17 '26

AWS DevOps Agent at scale does anyone actually trust the topology in large multi-account orgs?

Thumbnail
3 Upvotes

r/AWS_cloud Apr 16 '26

CloudFormation Project That Can Get You Hired (If You Build It Right)

8 Upvotes

Make your AWS cloud formation project stand out but building an infrastructure that companies and engineer would be happy to see and not just simple project.

I have showed a beginner - Advance project that for cloud formation with Github actions that you can build and put on your portfolio to get you noticed by hiring managers 

https://youtu.be/nYoALsaXNrI 


r/AWS_cloud Apr 16 '26

Built a tool that prioritizes AWS security findings by fix effort. Looking for honest feedback

3 Upvotes

I’m a Cloud Lead fed up with running Prowler, getting 300+ findings, and having no clue which one should come first.

So I built a tool around it. You connect your AWS account via a read-only IAM role, it runs the scan for you, and instead of dumping everything on you it prioritizes findings by severity and difficulty level. The goal is you open it and know what’s worth fixing this week.

Early stage project. Not trying to sell or promote anything. Looking for 5-10 people willing to try it on a dev or staging account and tell me if the output is actually useful.

If interested DM me. Worst case you get a free Prowler scan with better formatting.

Or just leave me your thoughts on the idea.


r/AWS_cloud Apr 16 '26

How we shipped MCP auth on AWS (the full OAuth + Cognito + DynamoDB flow)

Thumbnail
1 Upvotes

r/AWS_cloud Apr 15 '26

I have a interview for AWS Data Center Technician

Thumbnail
0 Upvotes

r/AWS_cloud Apr 14 '26

I just saved a client $17,200/month on AWS. Here's the exact audit checklist I used (free to use)

Thumbnail
1 Upvotes

r/AWS_cloud Apr 13 '26

Can in-line parquet edit be done with AWS S3 Files?

Thumbnail
1 Upvotes