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)
