I am encountering an issue where I am unable to delete an IAM user profile in my AWS account. Despite removing all associated resources and dependencies (policies, group memberships, access keys, MFA devices, and resource ownership), the system denies access when attempting the deletion. My account has the necessary permissions (iam:DeleteUser), but both the AWS Management Console and CLI return an “Access Denied” error. I have confirmed that no Service Control Policies (SCPs) or other account restrictions should block this action.
I request immediate assistance in identifying and resolving the root cause of this issue so that I can proceed with the user deletion.
Is this in your own personal AWS account, or in one of our playgrounds? Not clear what you are trying to do or why you are trying to do it.
Basically , this my personal account but it seeem’s to using someone else without my access either meanwhile I’m trying to create a new user profile in a IAM that it can’t be access to create a new one which it is displaying like User: arn:aws:iam::339712751972:user/kk_labs_user_734513
Action: iam:DeleteLoginProfile
Context: no identity-based policy allows the action. I need to brush up the course of IAM to create a new one that existing one not to allow me the creating the new one .
The login pages for AWS appear to stash the IAM users previously used to login from your browser as a cookie on your browser, or something similar, such as browser local storage. If you’ve used our playgrounds or our labs on that browser, those users will include one or more of our temporary users, which is arn:aws:iam::339712751972:user/kk_labs_user_734513. You can’t delete it because your personal account does not “own” that user. Hence the error you are seeing.
How am I supposed to learn something new from the AWS console if I can’t access the playgrounds on my own? You didn’t even inform me earlier about these playgrounds being shared with other users. It’s completely unfair to provide common playgrounds for all users in one place.However, I’m disappointed as there’s nothing useful in the playgrounds for me to work with .