Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Course 1 Wrap-Up | Section
AWS Foundations & Developer Toolkit

Course 1 Wrap-Up

Stryg for at vise menuen

If you have made it here, you can do something most AWS beginners cannot: build, secure, and reproduce an AWS account programmatically. That is the entire foundation of cloud development.

What You Walked Away With

A short list of capabilities you now have:

  • A secure AWS account with MFA, billing alarms, and least-privilege IAM;
  • Working knowledge of regions, AZs, and edge locations — and which to pick when;
  • A clear mental model of the shared responsibility line;
  • The ability to authenticate the SDK and CLI without leaking credentials;
  • The IAM toolkit: users, groups, roles, policies, Cognito, and STS;
  • An understanding of why IaC matters and three ways AWS lets you do it: CloudFormation, SAM, CDK.

The Mental Model So Far

Everything in this course has been about identity and definition:

  • Who is making the call — IAM, Cognito, STS;
  • What is being created — CloudFormation, SAM, CDK templates. Every other AWS service you will use in the rest of the track is built on top of these two pillars.

What Is Next

Course 2 takes the foundation you have built and starts storing things in it — files, structured records, cached lookups. We will cover:

  • Amazon S3 — the object store that anchors most AWS applications;

  • Amazon DynamoDB — AWS's serverless NoSQL workhorse;

  • Amazon RDS and Aurora — managed relational databases;

  • ElastiCache and DAX — putting a cache in front of everything to make it faster. Before you start Course 2, take an hour to do this:

  • Open the AWS Console with your IAM user, not root;

  • Verify MFA is on and billing alarms are set;

  • Deploy a one-bucket CloudFormation stack from a template;

  • Tear it down with aws cloudformation delete-stack;

  • Note the time. Next time, it will be faster. That last point is the whole game. Cloud development is a skill that compounds — every action you automate today is one you never have to think about again.

Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 1. Kapitel 15

Spørg AI

expand

Spørg AI

ChatGPT

Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat

Sektion 1. Kapitel 15
some-alt