일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- AWSCloudPractitioner
- 클라우드자격증
- 클라우데라자격증
- IAM
- 빅데이터
- 데이터베이스
- CLF-01
- mysql
- 파이썬
- SQLD
- 쉘스크립트
- 코딩테스트
- SQL
- 빅데이터실무자격증
- AWS자격증
- hadoop
- EC2
- programmers
- Identity and access management
- 리눅스
- CCA131
- 클라우드컴퓨팅
- 프로그래머스
- MFA
- sql자격증
- 하둡
- RDBMS
- hive
- Multi Factor Authentication
- CCAAdministrator
- Today
- Total
Sherry IT Blog
[AWS Cloud Practitioner(CLF-C01)] Cloud Concept 3편 - IAM Summary 본문
[AWS Cloud Practitioner(CLF-C01)] Cloud Concept 3편 - IAM Summary
sherrylover 2021. 10. 20. 00:11IAM = Identity and Access Management, Global service
-Root account created by default, shouldn't be used or shared
-Users are people within your oranization, and can be grouped
-Groups only contain users, not other groups
-Users don't have to belong to a group, and user can belong to multiple groups
IAM Section Summary
Users : mapped to a physical user,has a password for AWS Console
Groups : contains users only
Policies : JSON document the outlines permission for user or groups
Roles : for EC2 instances or AWS services
Security : MFA + Password Policy
AWS CLI : manage your AWS services using the command-line
AWS SDK : manage your AWS services using a programming language
Access Keys : access AWS using the CLI or SDK
Audit : IAM Credential Reports & IAM Access Advisor
* MFA = Multi Factor Authentication
-> password you konw + security device you own (OTP 인증 로그인 방식)