SUS04-BP05 Remove unneeded or redundant data - AWS Well-Architected Framework (2023-04-10)

SUS04-BP05 Remove unneeded or redundant data

Remove unneeded or redundant data to minimize the storage resources required to store your datasets.

Common anti-patterns:

  • You duplicate data that can be easily obtained or recreated.

  • You back up all data without considering its criticality.

  • You only delete data irregularly, on operational events, or not at all.

  • You store data redundantly irrespective of the storage service's durability.

  • You turn on Amazon S3 versioning without any business justification.

Benefits of establishing this best practice: Removing unneeded data reduces the storage size required for your workload and the workload environmental impact.

Level of risk exposed if this best practice is not established: Medium

Implementation guidance

Do not store data that you do not need. Automate the deletion of unneeded data. Use technologies that deduplicate data at the file and block level. Leverage native data replication and redundancy features of services.

Implementation steps

Resources

Related documents:

Related videos:

Related examples: