0Pricing
AWS Security Academy · Lesson

Navigating the AWS Management Console

Find services, regions, and account settings in the web console.

Navigating the AWS Management Console is a free AWS Security Academy lesson on CoddyKit — lesson 1 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the AWS Security Academy learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.

Your Window into AWS

The AWS Management Console is the web dashboard where you view and control your account in a browser. For security work, it is where you start every investigation.

Signing In Securely

You can sign in as the root user (the account owner) or as an IAM identity. Lock root away and use an IAM user instead. It is the safer habit.

The Services Menu

The console holds hundreds of services. Just use the search bar at the top to jump straight to IAM, S3, or GuardDuty. Pin your favorites to go even faster.

The Region Selector

The top-right region selector picks which copy of a service you see. A classic gotcha: "missing" resources are usually just in another region. Always check it.

Global versus Regional in the Console

A few services are global — like IAM, CloudFront, and Route 53 — so the region selector does not apply. Most others are regional. Knowing which is which saves confusion.

Account Settings and Billing

The account menu in the top-right opens settings, security credentials, and billing. Surprise costs can even hint at a breach, since attackers spin up pricey resources.

The IAM Dashboard

The IAM dashboard is your security home base. It flags things to fix, like missing MFA on root or old keys, and it is where you manage users, roles, and policies.

CloudShell for Quick Commands

CloudShell is a terminal built into the console, already signed in as you. Run CLI commands instantly, with no local setup and the same audit trail. ⚡

Reading Service Dashboards

Security tools like GuardDuty and Security Hub show their alerts as findings dashboards. Reading them is usually the first step when you triage an incident.

Console Limits

The console is great for inspecting and quick fixes, but weak for repeatable work. For anything at scale, you move to the CLI or infrastructure as code.

Switching Roles in the Console

You can switch roles to act as a different identity, even in another account, without signing out. Each switch is logged as an AssumeRole call in the audit trail.

Quick Check

Test your console navigation knowledge.

Recap

The console is your browser window into AWS: sign in with IAM not root, search to find services, and always confirm the region. Use it to see; use the CLI to enforce.

Frequently asked questions

Is the “Navigating the AWS Management Console” lesson free?

Yes — the full text of “Navigating the AWS Management Console” is free to read here on the web, and the AWS Security Academy course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the AWS Security Academy course, upgrade to CoddyKit PRO.

What will I learn in “Navigating the AWS Management Console”?

Find services, regions, and account settings in the web console. You practise AWS Security Academy with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.

Do I need any experience to start AWS Security Academy?

No prior experience is required. AWS Security Academy on CoddyKit is structured for beginners through advanced learners; this is — lesson 1 of 4, so you can start here or from the beginning and move at your own pace.

How long does the “Navigating the AWS Management Console” lesson take?

Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.

Can I write and run code in this AWS Security Academy lesson?

Yes. Every AWS Security Academy lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.

All lessons in this course

  1. Navigating the AWS Management Console
  2. Regions, Availability Zones, and Edge Locations
  3. Reading AWS CLI Commands Conceptually
  4. Understanding ARNs and Service Endpoints
← Back to AWS Security Academy