IAM (Identity and Access Management) AWS میں کون کیا کر سکتا ہے اس کو کنٹرول کرتا ہے — صارفین، گروپس، roles، اور اختیارات کا انتظام کرتا ہے۔ یہ 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)
