AWS How-To Series

Set up AWS, then call Claude

A plain-English, click-by-click path from a brand-new AWS account to running Claude on Amazon Bedrock. Twelve short screen-recorded walkthroughs, no cloud experience assumed. Pick a card to open the video.

AWS First-Time Foundations

Brand new to AWS? Start here. Eight short walkthroughs that take you from your first sign-in to a working setup, in the order a beginner actually needs them. No jargon, nothing skipped.

Foundations · 01
Console Tour
Find your way around the AWS console without getting lost.
Watch ▾Close ▴

The AWS console is huge, and that is exactly why beginners stall on day one. This tour shows you where everything lives: the search bar that gets you anywhere, the region switch that quietly changes what you see, and the handful of service shortcuts you will actually use.

You will be able to: open any AWS service on purpose instead of hunting for it.
Foundations · 02
Lock Down Root + Create an Admin (MFA & IAM)
The first thing every AWS account should do.
Watch ▾Close ▴

Your root account is the master key to everything, including the billing. Turn on multi-factor authentication so a password alone can never get in, then create a separate IAM admin user for your everyday work and stop using root entirely.

You will be able to: secure the account properly and log in as a daily-driver admin, the way AWS intends.
Foundations · 03
Billing Budget & Cost Alerts
Never get a surprise AWS bill.
Watch ▾Close ▴

The number one fear of new AWS users is waking up to a giant bill. Set a monthly budget and an email alert in a couple of minutes, so the moment your spend approaches a line you drew, AWS tells you instead of surprising you.

You will be able to: put a guardrail on cost before you build anything else.
Foundations · 04
Your First S3 Bucket
Cloud storage in a couple of clicks.
Watch ▾Close ▴

S3 is the storage everything else leans on. Create your first bucket, understand the one naming rule that trips people up, and upload a file so you can see exactly where your data lives.

You will be able to: store and find files in the cloud with confidence.
Foundations · 05
VPC Basics
The private network your servers live in.
Watch ▾Close ▴

Before you can launch a server, AWS needs to know which network it sits on. A VPC is that private network. This video demystifies it in plain terms so the next step, launching a server, does not hit a wall.

You will be able to: understand what a VPC is and why it has to come before EC2.
Foundations · 06
Launch & Connect an EC2 Server
Spin up a cloud server and actually connect to it.
Watch ▾Close ▴

EC2 is a computer you rent by the hour. Launch an instance, set the security group that controls who can reach it, and connect, including the real gotcha most first-timers hit when the server sits on a private network.

You will be able to: start a server in the cloud and reach it.
Foundations · 07
Set Up the AWS CLI
Drive AWS from your own terminal.
Watch ▾Close ▴

The command line is how you go from clicking to automating. Install the AWS CLI, run aws configure, and connect it to your account so your terminal can talk to AWS directly. (Credentials on screen are redacted.)

You will be able to: run AWS commands from your own machine.
Foundations · 08
Store a Secret in Secrets Manager
Your cloud vault for passwords and API keys.
Watch ▾Close ▴

Passwords and API keys do not belong in your code. Secrets Manager is the encrypted vault that keeps them safe and lets your applications pull them when they need them. Store one start to finish, then clean it up.

You will be able to: keep secrets out of your code and in a vault built for them.

Bedrock Setup Guides

The whole reason most people come to AWS now: running a frontier model. These three guides set up everything an application needs to call Claude on Amazon Bedrock.

Guide 1
A Tour of Amazon Bedrock
Where Claude lives on AWS.
Watch ▾Close ▴

Bedrock is AWS's managed home for foundation models, Claude included. Tour the console: the model catalog, agents, and where you enable access so your account can actually invoke a model.

You will be able to: find your way around Bedrock and know what each area is for.
Guide 2
Grant Programmatic Bedrock Access
The exact IAM policy that lets your app call Claude.
Watch ▾Close ▴

Before any app can call a model, its IAM identity needs permission to do so. Create a tight inline policy that allows only the two Bedrock invoke actions, name it "Fable," and attach it to your user.

You will be able to: give an app the minimum permission it needs to send prompts and stream responses.
Guide 3
Create an Access Key
The credentials your code uses to sign in.
Watch ▾Close ▴

An access key is how your code authenticates to AWS. Create one the right way, understand why AWS nudges you toward alternatives, and learn the golden rule: the secret is shown only once, so store it safely and never in your code.

You will be able to: generate programmatic credentials and handle the secret responsibly.

Bonus

One more, to prove it all works end to end.

Bonus
Test Bedrock From a Lambda Function
Call Claude from serverless code.
Watch ▾Close ▴

Tie it all together with a tiny serverless test. A small Lambda function calls Claude on Bedrock and returns a response, proving your access, policy, and credentials are wired up correctly.

You will be able to: confirm your whole Bedrock setup works with a real call.

Stuck, or want to go further?

Join the Early AI-Dopters community on Skool. Every subscription includes a 1:1 coaching call: we set up your AWS and your first Claude-powered agent together, start to finish.

Join Early AI-Dopters  →  get your coaching call