Control: 2.1.2 Ensure MFA Delete is enabled on S3 buckets
Description
Once MFA Delete is enabled on your sensitive and classified S3 bucket it requires the user to have two forms of authentication.
Adding MFA delete to an S3 bucket, requires additional authentication when you change the version state of your bucket or you delete and object version adding another layer of security in the event your security credentials are compromised or unauthorized access is granted.
Remediation
Perform the steps below to enable MFA delete on an S3 bucket.
Note:
- You cannot enable MFA Delete using the AWS Management Console. You must use the AWS CLI or API.
- You must use your root account to enable MFA Delete on S3 buckets
From Command line:
- Run the s3ap put-bucket-versioning command
aws s3api put-bucket-versioning --profile my-root-profile --bucket Bucket_Name --versioning-configuration Status=Enabled,MFADelete=Enabled --mfa “arn:aws:iam::aws_account_id:mfa/root-account-mfa-device passcode”
Usage
Run the control in your terminal:
powerpipe control run aws_compliance.control.cis_v200_2_1_2
Snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run aws_compliance.control.cis_v200_2_1_2 --share
SQL
This control uses a named query:
s3_bucket_mfa_delete_enabled