Guidance for Subscriber Churn Prediction and Retention on AWS
Overview
How it works
These technical details feature an architecture diagram to illustrate how to effectively use this solution. The architecture diagram shows the key components and their interactions, providing an overview of the architecture's structure and functionality step-by-step.
Well-Architected Pillars
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.
Operational Excellence
Telecom data is used to identify the churn propensity of a telecom subscriber. This aligns with business objective. A custom machine learning (ML) model is trained in the cloud on customer data to determine churn. Results of the model and feature importance is visualized in QuickSight to help business analysts identify trends to provide decision support of who to approach with a customer retention offer.
Security
All data is encrypted both in motion and at rest. Encrypted Amazon S3 buckets store data and SageMaker can only access that data by using the VPC (and not the internet). Training is done in secure containers and the results are stored in encrypted S3 buckets.
Reliability
SageMaker hosting is used to server the trained model, which takes advantage of multiple Availability Zones and elastic Scaling groups.
Performance Efficiency
Serverless technology is used where possible. SageMaker Endpoints can scale up and down as needed to ensure the minimum number of instances needed are running.
Cost Optimization
SageMaker endpoints can scale up and down as needed to ensure the minimum number of instances needed are running. Instance sizes are measured by using SageMaker Instance Recommender to make sure costs are minimized.
Sustainability
By extensively using managed services and dynamic scaling, we minimize the environmental impact of the backend services. All compute instances are sized to provide maximum utility.
Disclaimer
Did you find what you were looking for today?
Let us know so we can improve the quality of the content on our pages