IAM (Identity and Access Management) AWS-ல் யார் என்ன செய்ய முடியும் என்பதைக் கட்டுப்படுத்துகிறது — பயனர்கள், குழுக்கள், பாத்திரங்கள் மற்றும் அனுமதிகளை நிர்வகிக்கிறது. இது AWS பாதுகாப்பের அடிப்படை: ஒவ்வொரு செயலும் IAM மூலம் அங்கீகரிக்கப்படுவதால், இதைப் புரிந்துகொள்வது அপরிহார்யமாகும்.
IAM நிர்வகிப்பது
IAM controls AUTHENTICATION (who you are) and AUTHORIZATION (what you can do):
USERS → individual identities (people or applications) with credentials
GROUPS → collections of users (assign permissions to a group → all its users get them)
ROLES → identities ASSUMED temporarily (by users, services, or AWS resources)
— no permanent credentials; key for services/cross-account access
POLICIES → JSON documents defining PERMISSIONS (what actions on what resources)
