DynamoDB table replicates to a public S3 bucket

Description

A DynamoDB table is exporting to a publicly accessible S3 bucket. This configuration can expose sensitive data to unauthorized users.

Remediation

  1. Update the S3 bucket configuration to disable public access. See the official documentation for more information on how to disable public access.
  2. Restrict access to the S3 bucket containing the DB table replica data to only the necessary users or roles by reviewing IAM policies and bucket resource policies. For more information on restricting access to an S3 bucket, see the official documentation.