This Guidance allows you to personalize the betting and gaming app experience, increasing patron engagement and retention through automated, pre-built machine learning (ML) algorithms. Though many betting and gaming apps have the capability to offer players recommended content, they often lack the uniquely personalized experience that social media and video streaming algorithms offer. Betting and gaming operators can adopt recommendation algorithms from Amazon Personalize, which can be integrated and optimized to drive engagement. This creates a scalable, personalized, and omni-channel experience of recommended games, pre-game and in-game betting lines, and promotional offers through low-code management.

Please note: [Disclaimer]

Architecture Diagram

[Architecture diagram description]

Download the architecture diagram PDF 

Well-Architected Pillars

The AWS Well-Architected Framework helps you understand the pros and cons of the decisions you make when building systems in the cloud. The six pillars of the Framework allow you to learn architectural best practices for designing and operating reliable, secure, efficient, cost-effective, and sustainable systems. Using the AWS Well-Architected Tool, available at no charge in the AWS Management Console, you can review your workloads against these best practices by answering a set of questions for each pillar.

The architecture diagram above is an example of a Solution created with Well-Architected best practices in mind. To be fully Well-Architected, you should follow as many Well-Architected best practices as possible.

  • Amazon Personalize allows betting and gaming customers to measure the impact of recommendations with metric attribution and A/B testing. Metric attribution creates reports based on patron interactions, games data, and specified interaction event metrics.

    Amazon Personalize aggregates metric calculations for interaction events and sends the reports to Amazon CloudWatch to be viewed. A/B tests allow betting and gaming customers to test the performance of Amazon Personalize recipes, using CloudWatch metrics to report on the efficacy of recipes through split testing. Amazon Personalize provides betting and gaming customers the ability to measure business outcomes with event metric attribution for reporting and evaluation of each event type. Amazon Personalize performs the calculations and sends reports to CloudWatch or Amazon S3 for stakeholders to evaluate the business impact, helping customers develop a more data-driven personalization strategy.

    Read the Operational Excellence whitepaper 
  • AWS Key Management Service (AWS KMS) encrypts data stored and at rest within Amazon Personalize. AWS KMS is also used to encrypt data sent to other AWS services, including personally identifiable information (PII). You can use your own AWS KMS customer master key (CMK) to encrypt data imported into Amazon Personalize domains. This gives you control over encryption of sensitive customer data.

    AWS Identity and Access Management (IAM) allows betting and gaming administrators to securely control access to AWS resources and least privilege access. This is achieved by assigning roles to granular access policies and permissions to services and users on AWS, providing temporary security credentials for access rather than long-term credentials. You can attach policies to roles to control the type of access, actions, and resources available to the role. Roles make it easier to delegate access while maintaining control over permissions. As business needs change, administrators can modify the policies of a role rather than individual users.

    Amazon Personalize does not handle redaction of sensitive data from its output. Proper configuration of encryption, IAM policies, and input data handling helps Amazon Personalize securely process customer data while meeting privacy and compliance requirements.

    Read the Security whitepaper 
  • CloudWatch allows betting and gaming customers to monitor and visualize Amazon Personalize, Amazon S3, Lambda, and DynamoDB metrics. CloudWatch metrics used in this Guidance can be used to create alerts, notifications, and visualization. CloudWatch alarms allow setting thresholds for metrics and configuring notifications or actions when thresholds are breached. This helps administrators take automatic recovery actions if a service becomes unavailable or responds slowly.

    CloudWatch logs can be used to monitor and troubleshoot issues with Lambda functions. Logs from application code executions provide insights to debug issues. With CloudWatch, metrics and logs from different AWS accounts, Regions, or resources can be aggregated in one place, providing a centralized view of overall health and performance of distributed applications.

    DynamoDB is used as the database for Amazon Personalize. It automatically spreads the data and traffic for the recommendation application across multiple Availability Zones (AZs) to maintain resilience. Customer interaction data is stored in Amazon S3, which provides durable storage of data across multiple AZs and replicates data to help ensure resilience against component failure or unavailability.

    Read the Reliability whitepaper 
  • Amazon Personalize provides performant ML algorithms. The service performs real-time personalization with low latency recommendations and auto scales resources to handle traffic bursts without affecting performance.

    Amazon Personalize uses pre-trained models to deliver real-time, low-latency recommendations, even during major events that spike traffic. When an Amazon Personalize model is trained, it is deployed across multiple AZs. If one AZ becomes unavailable, Amazon Personalize continues functioning using the model replicas in other AZs without any interruption.

    Read the Performance Efficiency whitepaper 
  • Amazon Personalize helps manage recommendation system costs by providing controls to specify auto scaling limits and the model retraining schedule. Amazon Personalize batch recommendations do not require a campaign and offer additional cost savings for personalization use cases that do not require real-time updates.

    By using DynamoDB for batch recommendations, you decrease the number of real-time Amazon Personalize calls, reducing feature costs. Batch recommendations allow you to pre-compute recommendations for large numbers of users or items in one operation and store them for later use. This is more cost-effective than generating recommendations for every user request.

    You can also schedule batch recommendation jobs during off-peak hours when AWS resources are cheaper. This helps reduce costs compared to real-time recommendations which need to respond instantly. The pre-computed batch recommendations can then be served from cost-effective storage such as Amazon S3 instead of re-computing for every request using more expensive compute.

    Read the Cost Optimization whitepaper 
  • This Guidance uses managed services that optimize usage of the architecture diagram’s underlying resources. Amazon Personalize, Amazon S3, Lambda, and DynamoDB can help improve sustainability when used together. For example, batch recommendations generated by Amazon Personalize and stored in cost-effective storage like Amazon S3 help reduce the need to re-compute recommendations for every user request. This optimization lowers overall compute usage and improves efficiency.

    Lambda functions can be used to pre-process and analyze user data before training models with Amazon Personalize. This consolidation of workloads in the cloud drives further reduction in resource requirements compared to on-premises data centers.

    Read the Sustainability whitepaper 

Implementation Resources

A detailed guide is provided to experiment and use within your AWS account. Each stage of building the Guidance, including deployment, usage, and cleanup, is examined to prepare it for deployment.

The sample code is a starting point. It is industry validated, prescriptive but not definitive, and a peek under the hood to help you begin.

[Subject]
[Content Type]

[Title]

[Subtitle]
This [blog post/e-book/Guidance/sample code] demonstrates how [insert short description].

Disclaimer

The sample code; software libraries; command line tools; proofs of concept; templates; or other related technology (including any of the foregoing that are provided by our personnel) is provided to you as AWS Content under the AWS Customer Agreement, or the relevant written agreement between you and AWS (whichever applies). You should not use this AWS Content in your production accounts, or on production or other critical data. You are responsible for testing, securing, and optimizing the AWS Content, such as sample code, as appropriate for production grade use based on your specific quality control practices and standards. Deploying AWS Content may incur AWS charges for creating or using AWS chargeable resources, such as running Amazon EC2 instances or using Amazon S3 storage.

References to third-party services or organizations in this Guidance do not imply an endorsement, sponsorship, or affiliation between Amazon or AWS and the third party. Guidance from AWS is a technical starting point, and you can customize your integration with third-party services when you deploy the architecture.

Was this page helpful?