FSISEC04: How do you accommodate separation of duties as part of your identity and access management design?
FSISEC04-BP01 Implement the principle of separation of duties
Separation of duties, as it relates to security, has two primary objectives. The first objective is the prevention of conflict of interest, abuse, and errors. The second objective is the detection of control failures that include security breaches, information theft, and circumvention of security controls. While robust automation of infrastructure and application deployments helps reduce the need for human access, there can be instances where individuals need to complete key functions. For users with increased privileges, it is important to distribute system administration activities, so no one administrator can hide their activities or control an entire system. Separation of duties can help mitigate risk on critical tasks by ensuring different people are required to perform a task where the requestor and the approver can't be the same person. A common example is the use of an approver during the running of an automation on AWS Systems Manager. This principle can be used to implement numerous tasks including controlling access to your cloud resources.
FSISEC04-BP02 Use AWS Config to view historical IAM configuration and changes over time
Use AWS Config to view the IAM policy that was assigned to an IAM user, group, or role at any time in which AWS Config was recording. This information can help you determine the permissions that belonged to a user at a specific time. For example, it allows you to view whether a user had permission to modify settings on a specific date in the past.
FSISEC04-BP03 Set up alerts for IAM configuration changes and perform audits
Set
up alerts
Prescriptive guidance
-
To manage changes for an entire organization or for a single AWS account, you can use Change Manager, a capability of AWS Systems Manager. For more details see, Setting up Change Manager at AWS Systems Manager.
-
AWS Config is a service that helps you manage compliance state changes for resources. For more details, see Viewing AWS Resource Configurations and History.
-
An approval process for changes can be deployed using AWS Step Functions. To review the step-by- step tutorial, see Deploying an Example Human Approval Project.
Resources
Related documents:
Related videos: