Page 32

Introducing the real-time data store: Kinesis Streams

Kinesis is all about real-time data: Kinesis Streams are a temporary store for real-time data. Append new events or read all events in order. Kinesis Analytics helps you to analyze data in real-time. Kinesis Firehose ingests real-time data into data st...

Read more

marbot, our submission to the AWS Serverless Chatbot Competition

Three things Michael and I love to do most: prototyping innovative products, playing around with the latest technology and learning new things. That is why we decided to take part in the AWS Serverless Chatbot Competition. We’d like to introduce marbot,...

Read more

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