Is there a way to incorporate existing AWS resources that were created outside of cloudformation into an existing cloudformation stack? I\'d like to do this without having t
Importing existing resources to stacks is now supported by CloudFormation :
Announcement from AWS : AWS CloudFormation Launches Resource Import
Instructions Via an example : HERE