티스토리 뷰
반응형
User name : fendys_appl_user
account : fendys
policy : AdministratorAccess
1. user make
aws iam create-user --user-name fendys_appl_user --tags Key=ticket,Value=ticket-1234 --profile fendys
2. user attach policy
aws iam attach-user-policy --policy-arn arn:aws:iam::aws:policy/AdministratorAccess --user-name fendys_appl_user --profile fendys
3. allow console
aws iam create-login-profile --cli-input-json file://create-login-profile.json --profile fendys
### create-login-profile.json ###
{
"UserName": "fendys_appl_user",
"Password": "&1-3a6u:RA0djs",
"PasswordResetRequired": true
}
4. make accesskey
aws iam create-access-key --user-name fendys_appl_user --profile fendys
output -> 해당 내용 복사 및 저장해서 유저에게 전달 또는 직접 사용한다.
{
"AccessKey": {
"UserName": "fendys_appl_user",
"AccessKeyId": "AKIAXV7753DVLSIENDYA",
"Status": "Active",
"SecretAccessKey": "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",
"CreateDate": "2021-08-27T07:47:57+00:00"
}
}
5. 실패 시 삭제
1. aws iam detach-user-policy --user-name fendys_appl_user --policy-arn arn:aws:iam::aws:policy/AdministratorAccess --profile fendys
2. aws iam delete-access-key --access-key-id AKIAXV7753DVLSIENDYA --user-name fendys_appl_user --profile fendys
3. aws iam delete-user --user-name fendys_appl_user --profile fendys
반응형
'AWS' 카테고리의 다른 글
Role aws efs acl set (0) | 2021.10.22 |
---|---|
awscli command 자동 완성 설정 (0) | 2021.09.01 |
awscli efs & policy (0) | 2021.09.01 |
awscli make s3 & role & policy (0) | 2021.09.01 |
awscli s3 cloudfront (0) | 2021.09.01 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- ansible network
- ansible ios
- DL20 GEN9 장비에 CentOS 7
- CentOS 7 GUI
- cisco ansible
- dl20 g9 centos7 설치
- 특정 문구 치환
- centos7 ntp
- 윈도우서버 계정 관려
- dl20
- kernel 변경
- cmd로 계정 생성
- vm rac
- ios ansible
- 특정 라인삭제
- shell connmad log
- dl20 centos7
- 리눅스 커맨드 로그남기기
- nxos ansible
- ISCSI 볼륨 RAC
- cmd로 윈도우 계정 관리
- 윈도우 cmd 계정 관리
- nutanix rac
- ILO
- ipmi
- windows.old 강제삭제
- chrony
- oracle linux8 kernel
- linux command log
- cgroup
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함