Solving with AWS Solutions: Predictive Segmentation using Amazon Pinpoint and Amazon SageMaker

By Dustin Ward

Solution Link: https://ift.tt/35c9lfb Predictive Segmentation Using Amazon Pinpoint and Amazon SageMaker combines Amazon Pinpoint with Amazon SageMaker to help automate the process of collecting customer data, predicting customer churn using ML, and maintaining a tailored audience segment for messaging. Subscribe: More AWS videos http://bit.ly/2O3zS75 More AWS events videos http://bit.ly/316g9t4 #AWS The post Solving with AWS…

The DynamoDB Book: An Interview With Alex DeBrie On His New Book

By Dustin Ward

  You know nothing about DynamoDB. At least that’s what I realized the first time I heard Rick Houlihan give his now infamous talk at AWS re:Invent 2018 on Amazon DynamoDB Deep Dive: Advanced Design Patterns for DynamoDB. In that talk Rick revealed for the first time the inner arcana of single-table design. Minds were…

A Guide to Kubernetes Certifications

By Dustin Ward

One of the significant advancements in recent times is the container technology. As an IT professional, if you have worked with Docker, then you must know about the role of Kubernetes. Kubernetes certifications can help you find new opportunities for your career in application development. Since the integration of all Docker operations with Kubernetes in 2017,…

Easily Find and Remove IAM Roles

By Dustin Ward

Not sure if you have unused AWS IAM roles in your environment? Find them easily & remove them confidently by using the last activity timestamp. Details here : https://buff.ly/2CWhsiQ

Amazon CloudFront in China announces support for Origin Access Identity

By Dustin Ward

Amazon CloudFront in China announces support for Origin Access Identity (OAI). By using OAI, you can restrict your viewers from accessing content from your Amazon S3 buckets directly by requiring them to retrieve the content through Amazon CloudFront’s distributed edge network in China. To learn more about OAI with Amazon CloudFront in China, read CloudFront’s…

Scaling your AI-powered Battlesnake with distributed reinforcement learning in Amazon SageMaker

By Dustin Ward

Battlesnake is an AI competition in which you build AI-powered snakes. Battlesnake’s rules are similar to the traditional snakes game. Your goal is to be the last surviving snake when competing against other snakes. Developers of all levels build snakes using techniques ranging from unique heuristic-based strategies to state-of-the-art deep reinforcement learning (RL) algorithms. You…