Do Cloud Better.

Install the AWS CodeDeploy service with CloudFormation

Posted by Jaaromy Zierse on Oct 22, 2018 4:08:02 PM

When creating an AWS EC2 instance, there is a User Data section where you can include scripts that will be run immediately upon instance creation. I was attempting to use AWS CloudFormation to define the infrastructure of my current project and ran into the issue of how to include the User Data section in the CloudFormation JSON definition.

Read More

Tags: AWS, CloudFormation, DevOps

CloudFormation, Pi-Hole, and you

Posted by Dan Taylor on May 21, 2018 8:04:00 AM

A CloudFormation script to get a docker instance of pi-hole running in your AWS account

What is pi-hole?

Read More

Tags: AWS, CloudFormation, Docker

Iterate on CloudFormation Development with CodePipeline

Posted by Dan Taylor on May 17, 2018 12:03:03 PM
There is no need to continuously upload your template via the console, you guys

Infrastructure as code is amazing.  The fact that we can build entire environments using CODE is nothing short of miraculous.  But tell me if this has ever happened to you:

Read More

Tags: AWS, CloudFormation, DevOps

AWS Cloudformation 101: Introduction

Posted by Aravind Marthineni on Apr 16, 2018 11:22:27 AM

This is the first in a series of posts team Observian will be publishing on AWS Cloudformation. As the name suggests, this is a basic introductory article on Cloudformation. A paint brush is what I would compare Cloudformation to, AWS platform is my canvas and offerings like EC2, S3, VPC, ELB etc. are my colors to paint those elegant paintings called stacks of resources. Now, what are the building blocks of Cloudformation? Well, there are 3, namely, template, stack & change set. Template is considered the user's playground and the heart of Cloudformation.

Read More

Tags: CloudFormation