SEC08-BP04 Enforce access control
To help protect your data at rest, enforce access control using mechanisms such as isolation and versioning. Apply least privilege and conditional access controls. Prevent granting public access to your data.
Desired outcome: You verify that only authorized users can access data on a need-to-know basis. You protect your data with regular backups and versioning to prevent against intentional or inadvertent modification or deletion of data. You isolate critical data from other data to protect its confidentiality and data integrity.
Common anti-patterns:
-
Storing data with different sensitivity requirements or classification together.
-
Using overly permissive permissions on decryption keys.
-
Improperly classifying data.
-
Not retaining detailed backups of important data.
-
Providing persistent access to production data.
-
Not auditing data access or regularly reviewing permissions.
Level of risk exposed if this best practice is not established: High
Implementation guidance
Protecting data at rest is important to maintain data integrity, confidentiality, and compliance with regulatory requirements. You can implement multiple controls to help achieve this, including access control, isolation, conditional access, and versioning.
You can enforce access control with the principle of least privilege, which provides only the necessary permissions to users and services to perform their tasks. This includes access to encryption keys. Review your AWS Key Management Service (AWS KMS) policies to verify that the level of access you grant is appropriate and that relevant conditions apply.
You can separate data based on different classification levels by using distinct AWS accounts for each level, and manage these accounts using AWS Organizations. This isolation can help prevent unauthorized access and minimizes the risk of data exposure.
Regularly review the level of access granted in Amazon S3 bucket policies. Avoid using publicly readable or writeable buckets unless absolutely necessary. Consider using AWS Config to detect publicly available buckets and Amazon CloudFront to serve content from Amazon S3. Verify that buckets that should not allow public access are properly configured to prevent it.
Implement versioning and object locking mechanisms for critical data stored in Amazon S3. Amazon S3 versioning preserves previous versions of objects to recover data from accidental deletion or overwrites. Amazon S3 Object Lock provides mandatory access control for objects, which prevents them from being deleted or overwritten, even by the root user, until the lock expires. Additionally, Amazon S3 Glacier Vault Lock offers a similar feature for archives stored in Amazon S3 Glacier.
Implementation steps
-
Enforce access control with the principle of least privilege:
-
Review the access permissions granted to users and services, and verify that they have only the necessary permissions to perform their tasks.
-
Review access to encryption keys by checking the AWS Key Management Service (AWS KMS) policies.
-
-
Separate data based on different classification levels:
-
Use distinct AWS accounts for each data classification level.
-
Manage these accounts using AWS Organizations.
-
-
Review Amazon S3 bucket and object permissions:
-
Regularly review the level of access granted in Amazon S3 bucket policies.
-
Avoid using publicly readable or writeable buckets unless absolutely necessary.
-
Consider using AWS Config to detect publicly available buckets.
-
Use Amazon CloudFront to serve content from Amazon S3.
-
Verify that buckets that should not allow public access are properly configured to prevent it.
-
You can apply the same review process for databases and any other data sources that use IAM authentication, such as SQS or third-party data stores.
-
-
Use AWS IAM Access Analyzer:
-
You can configure AWS IAM Access Analyzer to analyze Amazon S3 buckets and generate findings when an S3 policy grants access to an external entity.
-
-
Implement versioning and object locking mechanisms:
-
Use Amazon S3 versioning to preserve previous versions of objects, which provides recovery from accidental deletion or overwrites.
-
Use Amazon S3 Object Lock to provide mandatory access control for objects, which prevents them from being deleted or overwritten, even by the root user, until the lock expires.
-
Use Amazon S3 Glacier Vault Lock for archives stored in Amazon S3 Glacier.
-
-
Use Amazon S3 Inventory:
-
You can use Amazon S3 Inventory to audit and report on the replication and encryption status of your S3 objects.
-
-
Review Amazon EBS and AMI sharing permissions:
-
Review your sharing permissions for Amazon EBS and AMI sharing to verify that your images and volumes are not shared with AWS accounts that are external to your workload.
-
-
Review AWS Resource Access Manager Shares periodically:
-
You can use AWS Resource Access Manager to share resources, such as AWS Network Firewall policies, Amazon RouteĀ 53 resolver rules, and subnets, within your Amazon VPCs.
-
Audit shared resources regularly and stop sharing resources that no longer need to be shared.
-
Resources
Related best practices:
Related documents:
Related videos: