With the changes at Docker Hub recently around image pulls and authentication, you might run into the situation where your AWS CloudFormation template pulls an image and receives an authorization error message. This can happen if you’re trying to deploy to Amazon ECS or just on an Amazon EC2 instance. Note that this post doesn’t […]
Tag: aws
AWS Config Conformance Packs: When TRUE is not true
In this post I want to share a problem I encountered with an AWS Config Conformance Pack in hopes it can help someone else some time. The Conformance Packs are sets of AWS Config rules to help you meet compliance with various regulations. They are available on GitHub. You can clone that repository and use […]
Factory Restoring the AWS DeepRacer
In a previous post I wrote about how to do a factory restore on the AWS DeepLens camera. Today we’re going to do the AWS DeepRacer! Luckily, the process is really the same. You just want to download the DeepRacer files instead of the DeepLens files. You can get the files from the AWS guide. […]
Free AWS Office Hours
Today I am introducing AWS “Office Hours.” Looking back at the past 10 years there have been lots of people who had an impact on me. Some of them probably have no idea but I don’t think I would have the experience today if it weren’t for their help and assistance over the years. Finding […]
Terraform or CloudFormation?
After the recent HashiTalks 2021 event it brought up an old debate in my mind and often in the minds of companies I work with. When to use Terraform and when to use CloudFormation? (You can read about my HashiTalks 2021 presentation.) As someone who has nearly lived exclusively in the AWS universe for the […]
HashiTalks 2021
For HashiTalks 2021 I presented a Terraform project that managed the training and serving of NLP models. Built in AWS and using ECS, S3, DynamoDB, SQS, Lambda, and EventBridge, the project provides a way to do automated containerized NLP model training. You can queue a model for training by describing the model you want to […]
Preparing for AWS Certifications
Currently I have 11 AWS certifications. I took my first AWS certification exam back in 2014. Since then I’ve re-certified and taken well more exams than the 11 certifications shows. I get asked a lot how do you prepare for the exams? What study materials do you use? So I thought I’d try to share […]
I am a 2021 AWS Community Builder for Machine Learning
I was selected as a 2021 AWS Community Builder for machine learning! The AWS Community Builders program selects participants to help share AWS knowledge and resources to the community through engagements such as blog posts, code, and videos. I was selected for machine learning so you can expect to see some upcoming machine learning on […]
Monitoring Apache NiFi’s Log with AWS CloudWatch
It’s inevitable that at some point while running Apache NiFi on a single node or as a cluster you will want to see what’s in NiFi’s log and maybe even be alerted when certain logged events are found. Maybe you are debugging your own processor or just looking for more insight into your data flow. […]
Amazon EBS Elastic Volumes
On Feb 13, 2017, Amazon Web Services announced elastic EBS volumes! If you have used EC2 much you have undoubtedly been frustrated by the rigidness of EBS volumes. Once created they could not be modified or resized. If your EC2 instance required more disk space your only option was to manually create a new volume of […]