일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 클라우드컴퓨팅
- 코딩테스트
- SQL
- 클라우드자격증
- hive
- mysql
- AWSCloudPractitioner
- MFA
- hadoop
- 하둡
- 데이터베이스
- AWS자격증
- 빅데이터
- CCAAdministrator
- 빅데이터실무자격증
- RDBMS
- 클라우데라자격증
- CLF-01
- IAM
- EC2
- Multi Factor Authentication
- sql자격증
- 파이썬
- CCA131
- 리눅스
- 쉘스크립트
- 프로그래머스
- Identity and access management
- SQLD
- programmers
- 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 인증 로그인 방식)