Which AWS service or feature can the company use to meet these requirements?
AWS Organizations
Resource groups
Resource tagging
AWS Identity and Access Management (IAM)
Explanations:
AWS Organizations is used for managing multiple AWS accounts under a single organization, allowing for centralized billing and policy management across accounts. It does not directly manage user permissions within a single account.
Resource groups allow you to organize and manage resources based on specific criteria (like tags) but do not provide a mechanism for grouping users or applying permissions.
Resource tagging is a method to assign metadata to AWS resources, which helps in organizing and managing them, but it does not relate to user management or permissions.
AWS Identity and Access Management (IAM) is the service used to manage users, groups, roles, and permissions within an AWS account. It allows administrators to create groups and assign permissions to those groups, effectively managing access control.