First, you define the event you want to assess for fraud. Next, you upload your historical event dataset to Amazon Simple Storage Service (Amazon S3) and select a fraud detection model type, which specifies a combination of features and algorithms optimized to detect a specific form of fraud. The service then automatically trains, tests, and deploys a customized fraud detection model based on your unique information. During this process, you can boost your model performance with a series of models pre-trained on fraud patterns based on AWS and Amazon’s own fraud expertise. The model’s output is a score ranging from 0 to 1,000 that predicts the likelihood of fraud risk. At the final stage of the process, you set up decision logic (e.g. rules) to interpret your model’s score and assign outcomes such as passing or sending transactions to a human investigator for review.
After this framework is created, you can integrate the Amazon Fraud Detector API into you website’s transactional functions, such as account sign-up or order checkout. Amazon Fraud Detector will process these activities in real time and provide fraud predictions in milliseconds to help you adjust your end-user experience.