Do Cloud Better.

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