You are working with IAM and need to attach policies to users, groups, and roles. You will be attaching these policies to "Identities".
What is AWS Identity and Access Management (IAM)?
AWS Identity and Access Management (IAM) is an online service that allows you to regulate access to AWS services in a secure manner. IAM is used to manage who is authorized (signed in) & authorized (has access to resources).
Some features regarding the AWS Identity and Access Management are-
- Whenever you register an AWS account, you start with a single sign-in identity which has full access to all of the account's AWS services and resources.
- This identity is known as the AWS account root user, and it may be accessed by logging in using the username and password you used to set up the account.
- We highly advise against using the administrator account for routine operations.
- Keep your root user credentials safe and use them solely for actions only the root user performs.
To know more about AWS account, here
https://brainly.in/question/14838467
#SPJ4