Deleting User - Do files remain?

0

I need to delete a user from our system access. When I delete the user does all of their uploaded files remain in the system or do they delete too?

已提问 2 年前205 查看次数
1 回答
0

Hi, deleting a user from IAM will not undo or delete the user's past actions. You do not have to worry about previously uploaded files being deleted.

From AWS documentation, deleting a user removes

  • The user
  • Any user group memberships—that is, the user is removed from any IAM user groups that the user was a member of
  • Any password associated with the user
  • Any access keys belonging to the user
  • All inline policies embedded in the user (policies that are applied to a user via user group permissions are not affected)
  • Any associated MFA device

Documentation for reference: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_manage.html#id_users_deleting

Hope it helps clarify your question :)

AWS
zwhuang
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则