Today I want you to show how you can use the Amazon Machine Learning service to train (supervised learning) a model that can categorize data (multiclass classification). Introduction to Machine Learning Given you have a spreadsheet with data, one column is the outcome of your model (also called class or label) while all the other […]
Archives for January 2016
Rolling Update with AWS CloudFormation
Updating all EC2 instances in an Auto Scaling Group becomes complex and expensive when done manually. If you follow the immutable infrastructure approach you will roll out a new version by creating new EC2 instances. You never change the old instances. But how do you deploy security patches of the OS or a new version […]
Static Website Templates for AWS CloudFormation
This page has moved to GitHub: https://github.com/widdix/aws-cf-templates/tree/master/static-website
VPC Templates for AWS CloudFormation
This page has moved to GitHub: https://github.com/widdix/aws-cf-templates/tree/master/vpc
AWS year in review
If you want to provide an excellent AWS consulting service you need to stay up-to-date with all the new AWS stuff (450 announcements in 2015). As an AWS Cloud Consultant it’s part of my job to read all AWS announcements and evaluate the new features as early as possible. In this post I aggregated and […]