Day7: IAM users、group建立

上一篇定义了IAM里面会看到的名词,今天我们来看一下AWS Console里面要怎麽建置IAM User 以及IAM User Group。

如何建立一个IAM User?
1.在AWS Console搜寻IAM,右上角的Region(区域)会变成Global,代表IAM的规则是套用於您所建置的所有服务。
https://ithelp.ithome.com.tw/upload/images/20210919/20124610zKPXO3Aecd.png

2.点选旁边列表的users
https://ithelp.ithome.com.tw/upload/images/20210919/201246102ZrByD20Xc.png

3.按Add user
https://ithelp.ithome.com.tw/upload/images/20210919/20124610WTybw7JyWc.png

4.输入user名称,下面选择user登入方式是要透过access key/secret access key或是用密码方式登入,为了降低资安风险我们选择前者
https://ithelp.ithome.com.tw/upload/images/20210919/20124610LNiEPkTF9R.png

5.这里有三个选项
(1)加入到群组(Add user to Group)
(2)从另外一个user复制permission过来(Copy permissions from existing user)
(3)直接加上已经存在的Policy(Attach existing policy directly)
https://ithelp.ithome.com.tw/upload/images/20210919/20124610QXRPFK15CZ.png

6.加上tag(可加可不加)
https://ithelp.ithome.com.tw/upload/images/20210919/20124610631YwFHMys.png

7.检查完资讯就按Create user
https://ithelp.ithome.com.tw/upload/images/20210919/20124610pi48cjtCQw.png

8.完成後会显示这组帐号的access key/secret access key,你也可以下载成csv档,记得要小心保存
https://ithelp.ithome.com.tw/upload/images/20210919/20124610uWf0clQJ6c.png

如何建立一个IAM User Groups?
1.侧边选单选User Groups
https://ithelp.ithome.com.tw/upload/images/20210919/20124610RdwtfAWMwY.png

2.按Create group
https://ithelp.ithome.com.tw/upload/images/20210919/20124610ajfntu8ylD.png

3.输入Group名称、选择user加入group、选择要不要附上policy
https://ithelp.ithome.com.tw/upload/images/20210919/20124610Us6ilcWGW0.png
https://ithelp.ithome.com.tw/upload/images/20210919/201246106j8njIW50H.png
https://ithelp.ithome.com.tw/upload/images/20210919/20124610CouFsVyZe8.png

这样就完成IAM User 以及User Group的建立拉,下一篇我们再来看role以及Policy的建立。


<<:  Day19 Lab 2 - Object storage 数据校验和去重

>>:  Day62 (Vue)

[D08] placeholder

写在前面 placeholder placeholder placeholder placehold...

AAC 转档 MP3

对於AAC 这个音讯格式,可能大多数人都不太熟悉。但是AAC 是 iTunes 里常见的音乐档案格式...

iris的middleware

middleware 在上篇文章介绍routing时有提到Party时有传入一个handler不知道...

[Day26] String methods 字串操作方法(1)

今天来了解字串的操作方法有哪些,至少读过或操作一次,或许未来有哪些情境可以用到。 charAt() ...

Day26 - AlertDialog

今天来练习第一个Dialog AlertDialog AlertDialog不仅仅提供使用者显示文字...