Skip to content

AWS Frontend URLs — Access Scope Map

cpx May 26, 2026 2 min read AWS

Reference map of AWS frontend URLs grouped by function and access scope.

Sign-in & identity

URLPurposeScope
console.aws.amazon.comMain AWS Management ConsoleAll accounts
signin.aws.amazon.comRoot / IAM user sign-in pageAll accounts
{alias}.signin.aws.amazon.comAccount-specific IAM sign-inOrganizations
d-xxx.awsapps.com/startIAM Identity Center (SSO) portalOrganizations
/iamIAM Console — users, roles, policiesAdmin

Billing & cost management

URLPurposeScope
/billingBilling dashboard — invoices, paymentsBilling
/cost-managementCost Explorer — spend analysis, forecastsBilling
/budgetsAWS Budgets — alerts and thresholdsBilling
calculator.awsAWS Pricing Calculator (public)All accounts

Organizations & governance

URLPurposeScope
/organizationsAWS Organizations — account hierarchy, SCPsOrganizations
/controltowerControl Tower — landing zone, guardrailsOrganizations
/servicecatalogService Catalog — approved product portfoliosOrganizations
/configAWS Config — compliance rules, resource inventoryAdmin

Security

URLPurposeScope
/securityhubSecurity Hub — findings, CIS benchmarksAdmin
/guarddutyGuardDuty — threat detectionAdmin
/cloudtrailCloudTrail — API audit logsAdmin
/inspectorInspector — vulnerability scanningAdmin
/detectiveDetective — security investigationAdmin
/wafv2WAF — web application firewall rulesAdmin

Developer & deployment

URLPurposeScope
/cloudformationCloudFormation — IaC stacksDeveloper
/codepipelineCodePipeline — CI/CD pipelinesDeveloper
/cloudshellCloudShell — browser-based CLIDeveloper
health.aws.amazon.comAWS Health Dashboard — service statusAll accounts

Standalone portals (outside console)

URLPurposeScope
aws.amazon.comMarketing site, documentation, pricingAll accounts
docs.aws.amazon.comOfficial documentationAll accounts
repost.awsre:Post — community Q&AAll accounts
workshops.awsHands-on workshop catalogAll accounts
skillbuilder.awsAWS Skill Builder — training & certsAll accounts
marketplace.awsAWS Marketplace — 3rd party softwareAll accounts
phd.aws.amazon.comPersonal Health DashboardAdmin

Key pattern: Console paths are relative to {region}.console.aws.amazon.com. Standalone portals use the short .aws TLD and generally require no login.

Diagram

graph TD
    subgraph SignIn["Sign-in & identity"]
        CON["console.aws.amazon.com<br/>Main console"]
        SIGN["signin.aws.amazon.com<br/>Root / IAM login"]
        ALIAS["alias.signin.aws.amazon.com<br/>Account-specific IAM"]
        SSO["d-xxx.awsapps.com/start<br/>Identity Center SSO"]
    end
    subgraph Billing["Billing & cost"]
        BILL["/billing<br/>Invoices, payments"]
        COST["/cost-management<br/>Cost Explorer"]
        BUD["/budgets<br/>Budget alerts"]
        CALC["calculator.aws<br/>Public pricing"]
    end
    subgraph Governance["Organizations & governance"]
        ORG["/organizations<br/>Account hierarchy, SCPs"]
        CT["/controltower<br/>Landing zone"]
        SC["/servicecatalog<br/>Approved products"]
        CFG["/config<br/>Compliance rules"]
    end
    subgraph Security["Security"]
        SH["/securityhub<br/>Findings, CIS"]
        GD["/guardduty<br/>Threat detection"]
        TRAIL["/cloudtrail<br/>API audit logs"]
        INS["/inspector<br/>Vuln scanning"]
        DET["/detective<br/>Investigation"]
        WAF["/wafv2<br/>WAF rules"]
        IAM["/iam<br/>Users, roles"]
    end
    subgraph Dev["Developer & deployment"]
        CFN["/cloudformation<br/>IaC stacks"]
        CP["/codepipeline<br/>CI/CD"]
        CS["/cloudshell<br/>Browser CLI"]
        HEALTH["health.aws.amazon.com<br/>Service status"]
    end
    subgraph Standalone["Standalone portals"]
        DOCS["docs.aws.amazon.com"]
        REPOST["repost.aws"]
        SKILL["skillbuilder.aws"]
        MKT["marketplace.aws"]
    end
    CON --> SIGN
    CON --> SSO
    SIGN --> ALIAS
    CON --> Security
    CON --> Dev
    CON --> Billing
    CON --> Governance
0 0 votes
Article Rating
guest

0 Comments
Oldest
Newest Most Voted
0
Would love your thoughts, please comment.x
()
x