• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

AWS IAM Tag User

January 15, 2020

Here’s how to add tags to an existing user.

aws iam tag-user \
--user-name ulysses \
--tags "Key"="dept","Value"="it" "Key"="role","Value"="admin"

aws iam tag-user \ --user-name ulysses \ --tags "Key"="dept","Value"="it" "Key"="role","Value"="admin"

Tags with identical keys are overwritten. New keys are added.

Filed Under: Cloud Tagged With: add, aws, cli, iam, tag-user, tags

Search This Website

Subscribe Via Email

  • Home
  • About
  • Archives

Copyright © 2023