Users in AWS Account
- AWS has a service called as IAM (Identity and Access Managment) which is used for user as well as access managment

- Every AWS Account has a unique account id

-
Root user can login into aws account with email and password where as other users need
- Account id
- username
- password
-
AWS while creating users have two types of access
- console access
- programatic access
- cli
- sdk
lets create a user account for
- Note: We will not be giving any access or permissions
- captianamerica:


- Now to give access to the user to perform activities in AWS we need to give permissions
- AWS has predefined Policies (We can create custom policies) which can be assigned to the user
- Note, we have added admin policy
Users in Azure Account
- Azure has a servica called as Entra which was formerly called as Azure Active Directory which will be tenant for the subscription


lets create a user account for
- Note: We will not be giving any access or permissions
-
captianamerica:
- In Azure for providing access to the user, We need to give RBAC (Role Based Access Control)
