Chapter04. AWS Cloud Architecture – Advanced

02. AWS Identities

CloudTrail userIdentity Fields의 Type 정보

image.png

type
----
Root               | 계정 생성 시 등록한 루트 자격 증명(Email, Pwd)
AWSAccount         | 다른 AWS Account의 자격증명(Root Account, IAM User ....)
IAM User           | AWS Account 내에 생성한 IAM Usre(ID/PW, Access/Secret Key)
Role               | AWS Service에 Default Role로 설정된 임시자격증명
AssumRole          | AWS STS를 통해 발급받은 임시자격증명
AWSService         | AWS Service에 적용된 IAM Role를 사용한 경우
IdentityCenterUser | AWS Identitiy Center에 등록된 사용자

02-1. IAM User and Role

Long-term security credentials(장기자격증명) granted to IAM Users

image.png

Temporary security credentials(임시 자격 증명) granted to IAM Role

image.png

02-2. IAM Group

image.png