AWS Enables Fine-Grained Session Permissions with IAM Managed Policies
Amazon Web Services (AWS) has introduced a new capability to control user access permissions with greater specificity within its cloud environment. The feature utilizes IAM managed policies and AWS Security Token Service (STS).

Amazon Web Services (AWS) has enhanced its cloud security by offering a more granular approach to managing user permissions. The new functionality allows for the creation of specific, session-based permissions through the use of IAM managed policies in conjunction with AWS Security Token Service (STS).
Previously, multiple users assuming the same IAM role received identical permissions. This update enables users or systems to further restrict these permissions by defining session policies. These inline policies are passed when a role is assumed, limiting the user's access for the duration of that specific session.
According to AWS, this approach reduces the number of IAM roles administrators need to manage. Instead of creating numerous roles for distinct permission sets, organizations can leverage a single role and supplement it with session policies as required. This improves manageability and security by ensuring users only have the necessary permissions for their tasks.
The development is particularly beneficial for businesses with diverse user roles and varying access needs. Session policies can be configured to restrict a user's access to particular resources or actions for a defined period, offering greater flexibility and enhanced security within cloud environments.