Impact on policy after deleting IAM user
Clash Royale CLAN TAG#URR8PPP
I have created one IAM User named "test" with S3 and Glacier Permission.
Now with user "test" i created one life cycle policy to move data from S3 to Glacier at every 5 days.
Now, i delete IAM user "test" because i don't need it anymore.
So my question here is, After deleting user "test", S3 Life cycle policy will work or not? OR will there be any impact on life cycle policy?
amazon-web-services amazon-s3 aws-iam
add a comment |
I have created one IAM User named "test" with S3 and Glacier Permission.
Now with user "test" i created one life cycle policy to move data from S3 to Glacier at every 5 days.
Now, i delete IAM user "test" because i don't need it anymore.
So my question here is, After deleting user "test", S3 Life cycle policy will work or not? OR will there be any impact on life cycle policy?
amazon-web-services amazon-s3 aws-iam
add a comment |
I have created one IAM User named "test" with S3 and Glacier Permission.
Now with user "test" i created one life cycle policy to move data from S3 to Glacier at every 5 days.
Now, i delete IAM user "test" because i don't need it anymore.
So my question here is, After deleting user "test", S3 Life cycle policy will work or not? OR will there be any impact on life cycle policy?
amazon-web-services amazon-s3 aws-iam
I have created one IAM User named "test" with S3 and Glacier Permission.
Now with user "test" i created one life cycle policy to move data from S3 to Glacier at every 5 days.
Now, i delete IAM user "test" because i don't need it anymore.
So my question here is, After deleting user "test", S3 Life cycle policy will work or not? OR will there be any impact on life cycle policy?
amazon-web-services amazon-s3 aws-iam
amazon-web-services amazon-s3 aws-iam
asked Feb 1 at 8:09
JayJay
1046
1046
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
S3 Life cycle policy will remain and working as it is.
When you use the AWS Management Console to delete an IAM user, IAM automatically deletes the following information for user:
- The user Any group memberships.
- The user is removed from any IAM 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 group permissions are not affected)
add a comment |
The policy will still exist.
The documentation lists what is deleted when a user is deleted, any resources that the user has created will persist.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "674"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdevops.stackexchange.com%2fquestions%2f6191%2fimpact-on-policy-after-deleting-iam-user%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
S3 Life cycle policy will remain and working as it is.
When you use the AWS Management Console to delete an IAM user, IAM automatically deletes the following information for user:
- The user Any group memberships.
- The user is removed from any IAM 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 group permissions are not affected)
add a comment |
S3 Life cycle policy will remain and working as it is.
When you use the AWS Management Console to delete an IAM user, IAM automatically deletes the following information for user:
- The user Any group memberships.
- The user is removed from any IAM 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 group permissions are not affected)
add a comment |
S3 Life cycle policy will remain and working as it is.
When you use the AWS Management Console to delete an IAM user, IAM automatically deletes the following information for user:
- The user Any group memberships.
- The user is removed from any IAM 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 group permissions are not affected)
S3 Life cycle policy will remain and working as it is.
When you use the AWS Management Console to delete an IAM user, IAM automatically deletes the following information for user:
- The user Any group memberships.
- The user is removed from any IAM 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 group permissions are not affected)
edited Feb 1 at 10:18
Jay
1046
1046
answered Feb 1 at 10:04
SubhashSubhash
4968
4968
add a comment |
add a comment |
The policy will still exist.
The documentation lists what is deleted when a user is deleted, any resources that the user has created will persist.
add a comment |
The policy will still exist.
The documentation lists what is deleted when a user is deleted, any resources that the user has created will persist.
add a comment |
The policy will still exist.
The documentation lists what is deleted when a user is deleted, any resources that the user has created will persist.
The policy will still exist.
The documentation lists what is deleted when a user is deleted, any resources that the user has created will persist.
answered Feb 1 at 8:37
BriansbumBriansbum
899311
899311
add a comment |
add a comment |
Thanks for contributing an answer to DevOps Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdevops.stackexchange.com%2fquestions%2f6191%2fimpact-on-policy-after-deleting-iam-user%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown