Tag: Risk Management

Building Automation for Fraud Detection Using OpenSearch and Terraform

March 14, 2023 By Mark Otto 0

Organizations that interface with online payments are continuously monitoring and guarding against fraudulent activity. Transactional fraud usually presents itself as discrete data points, making it challenging to identify multiple actors involved in the same group of transactions. Even a single actor operating over a period…

Manually Approving Security Changes in CDK Pipeline

January 20, 2023 By Mark Otto Off

In this post I will show you how to add a manual approval to AWS Cloud Development Kit (CDK) Pipelines to confirm security changes before deployment. With this solution, when a developer commits a change, CDK pipeline identifies an IAM permissions change, pauses execution, and…