Page 33

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

Complete AWS IAM Reference

Writing IAM policies is hard. Following the principle of least privilege is even harder. To write a secure IAM policy you need to know: What actions are needed? Are resource-level permissions supported and on what levels? Are conditions supported to re...

Read more

AWS Weekly 2016-32

A quick summary of what happened in the AWS universe last week. Monday, August 8 Expanding to Canada: new edge locations for CloudFront (CDN) in Montreal and Toronto. Announcing regional expansion of EC2 instance types: C4 in South America (Sao Paulo),...

Read more

Create a serverless RESTful API with the Serverless Framework powered by API Gateway, Lambda, and DynamoDB

This article teaches you how to create a Serverless RESTful API on AWS with the Serverless Framework. DynamoDB is used to store the data. The example’s source code is available on GitHub and can be used to speed up your project. If you are interested i...

Read more