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)
