Principles of a Cloud Migration – Security W5H – The When

By Dustin Ward

If you have to ask yourself when to implement security, you probably need a time machine! Security is as important to your migration as the actual workload you are moving to the cloud. Read that again. It is essential to be planning and integrating security at every single layer of both architecture and implementation. What…

Solving with AWS Solutions: AI Powered Health Data Masking

By Dustin Ward

Solution Link: https://ift.tt/2zOrVi6 The AI-Powered Health Data Masking solution helps healthcare organizations identify and mask health data in images or text. This solution uses Amazon Comprehend Medical to detect health data in a body of text, Amazon Rekognition to identify text in an image, Amazon API Gateway and AWS Lambda to provide an API interface…

AWS DeepComposer announces real-time visualizations for in-console model training and improved interactivity in learning capsules

By Dustin Ward

AWS DeepComposer gives developers a creative way to learn machine learning. With DeepComposer, developers can get hands-on, literally, with a musical keyboard and the latest machine learning techniques to expand their ML skills. Developers can build generative AI models without having to write a single line of code by using the included sample models and…

Learn how to select ML instances on the fly in Amazon SageMaker Studio

By Dustin Ward

Amazon Web Services (AWS) is happy to announce the general availability of Notebooks within Amazon SageMaker Studio. Amazon SageMaker Studio supports on-the-fly selection of machine learning (ML) instance types, optimized and pre-packaged Amazon SageMaker Images, and sharing of Jupyter notebooks. You can switch a notebook from using a kernel on one instance type to another,…

AppSync: how to compare strings lexicographically in VTL

By Dustin Ward

I had been working on a client project where I built the GraphQL backend for a new social network using primarily AppSync, Lambda and DynamoDB. One of the features of the app was to support private messaging between two users. To allow either user to fetch their chat messages in chronological descending order, I modelled…