AWS Control Tower console shows more detail about external AWS Config rules

By Dustin Ward

Amazon Web Services FeedAWS Control Tower console shows more detail about external AWS Config rules AWS Control Tower now includes an organization-level aggregator, which assists in detecting external AWS Config rules. This will provide you with visibility in the AWS Control Tower console to see externally created AWS Config rules in addition to those AWS…

Testing data quality at scale with PyDeequ

By Dustin Ward

Amazon Web Services FeedTesting data quality at scale with PyDeequ You generally write unit tests for your code, but do you also test your data? Incoming data quality can make or break your application. Incorrect, missing, or malformed data can have a large impact on production systems. Examples of data quality issues include the following:…

Signing executables with HSM-backed certificates using multiple Windows instances

By Dustin Ward

Amazon Web Services FeedSigning executables with HSM-backed certificates using multiple Windows instances Customers use code signing certificates to digitally sign software, documents, and other certificates. Signing is a cryptographic tool that lets users verify that the code hasn’t been altered and that the software, documents or other certificates can be trusted. This blog post shows…