Analysis
AWS Hid IAM Behind a Project. It Did Not Make IAM Disappear.

AWS has introduced a simplified onboarding path with social sign-in, projects, invitations, spending limits, and an agent-assisted toolkit. A new user can deploy something useful before learning accounts, organizations, IAM policies, and billing alarms.
That is a meaningful usability improvement. It is also an abstraction over the same cloud control plane. The permissions still exist; the project decides them on the user’s behalf.
AWS still owns the resources somewhere
To evaluate the abstraction, I want to know which AWS account owns the resources, which principal the toolkit uses, how collaborators are represented, where logs and secrets live, and what survives when a person leaves. A friendly invitation flow should eventually map to inspectable identity and resource policy.
The spending limit is useful because it can pause the project. “Pause” needs an operational definition. Some resources accrue storage, reservation, address, logging, or data-transfer costs while compute is stopped. A paused public endpoint may also fail differently from a deleted one.
The upgrade path matters more than the first deployment
Beginners do not remain beginners forever. A project may need a private network, organization policy, enterprise identity, multiple environments, compliance controls, or an existing account structure. AWS says advanced features can be adopted later; the quality of that transition will determine whether the simple path is a ramp or a second platform to migrate away from.
I would document resource export, account access, identity conversion, billing ownership, and rollback before a prototype becomes important. The question is not whether IAM terminology appears in the first hour. It is whether the underlying decisions become visible before they constrain the system.
Agent assistance expands the default authority question
The toolkit can turn a prompt into deployed resources. That makes least privilege and plan review more important, not less. Show the proposed resources, permissions, regions, and estimated recurring cost before apply. Preserve the generated configuration so the result can be reviewed without replaying a conversation.
AWS’s launch material describes promotional credits differently across its announcements, so I would verify the current offer in the account rather than design around a headline amount.
I like the direction. Cloud onboarding has asked new users to understand the provider’s organization chart before shipping a small application. Hiding that complexity is useful—as long as the platform provides a clean moment to reveal it.