Incorporate existing AWS resources into a cloudformation stack

后端 未结 6 1797
余生分开走
余生分开走 2020-12-10 10:45

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

6条回答
  •  执念已碎
    2020-12-10 11:39

    Importing existing resources to stacks is now supported by CloudFormation :

    Announcement from AWS : AWS CloudFormation Launches Resource Import

    Instructions Via an example : HERE

提交回复
热议问题