Page 31

Connecting Kinesis Analytics with AWS IoT

In a previous post, Getting started with AWS IoT and Tessel, you learned how to send temperature data from your Tessel microcontroller to an AWS IoT topic. You also learned how to set up an alarm that fires whenever the temperature goes above a certain ...

Read more

New CloudFormation Templates - VPC bastion host, Jenkins, Security AWS Config

We released four new CloudFormation templates and updated the other templates to work together with the new SSH bastion host. Using our Infrastructure as Code templates will help you to bootstrap common setups on Amazon Web Services (AWS) within minutes...

Read more

New Online Training - Navigating the AWS Management Console

I’m excited to announce that our new Pluralsight course was released: Navigating the AWS Management Console. Pluralsight is the on-demand technology learning platform you count on to stay relevant, with tools that measure your skills and solve your prob...

Read more

Getting started with AWS IoT and Tessel

AWS launched its IoT service at re:Invent 2015 and made it available for everyone in December 2015. I’ll show you how to get started with AWS IoT by using a thing, called Tessel, connected to the Internet during this article. What is AWS IoT?AWS IoT al...

Read more

Pitfall: ACM Certificate with CloudFormation

Good news, CloudFormation added support for AWS Certificate Manager recently. Creating a CloudFront distribution which is using an ACM certificate is finally possible with CloudFromation as well. The following listing shows the definition of an ACM cert...

Read more

Reference API Gateway Models in CloudFormation

API Gateway Models are defined using JSON Schema. You can reference a Model inside another Model using the $ref field. If you are familiar with the OpenAPI Specification fka Swagger, you may have seen something like this: { "$ref": "#/definitions/...

Read more

Improve Security (Groups) using VPC Flow Logs & AWS Config

As mentioned in the previous post Your AWS Account is a mess? Learn how to fix it!, most AWS accounts are a mess. This can be a serious risk, especially for security-related resources like Security Groups. In this post, we will describe a technique to m...

Read more

Process-as-Code #c9d9

DevOps at scale requires predictability and consistency. Your application code is versioned. Infrastructure-as-code defines your environments. But what about the process? On Tuesday I participated in an online panel on the subject of Process-as-Code, a...

Read more

AWS Weekly 2016-33

A quick summary of what happened in the AWS universe last week. Monday, August 15 Authorizing everything: Ben Rady (Author of Serverless Single Page Apps, Pragmatic Bookshelf) published The Real Revolution of Serverless is Auth, Not Microservices Contr...

Read more

Jenkins Templates for AWS CloudFormation

This page has moved to GitHub: https://github.com/widdix/aws-cf-templates/tree/master/jenkins

Read more