A look into CloudFormation resource import

Just before re:Invent, AWS launched a new feature for CloudFormation … Create Stack with existing resources! This gives a lot of options to start to manage existing resources as code, if they were created via GUI or CLI. Apart from that though, it now gives you the ability to move resources between stacks, rename stacks, etc.

There is a pretty good AWS blog, but there are some things the blog really didn’t cover too well.… [Keep reading] “A look into CloudFormation resource import”

Deploying an Active Directory Forest using AWS CloudFormation

First published at https://nivleshc.wordpress.com

Introduction

Wow, it is amazing how time flies. Almost two years ago, I wrote a set of blogs that showed how one can use Azure Resource Manager (ARM) templates and Desired State Configuration (DSC) scripts to deploy an Active Directory Forest automatically.
For those that would like to take a trip down memory lane, here is the link to the blog.
Recently, I have been playing with AWS CloudFormation and I am simply in awe by its power.… [Keep reading] “Deploying an Active Directory Forest using AWS CloudFormation”