CloudFormer: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:
=Overview=
=Overview=


CloudFormer is a template creation tool that creates an AWS CloudFormation template from existing AWS resources. CloudFormer is itself an "AWS application", which is a set of AWS resources deployed as a CloudFormation stack.
CloudFormer is a template creation tool that creates an AWS CloudFormation template from existing AWS resources. CloudFormer is itself an "AWS application", comprising a set of AWS resources deployed as a CloudFormation stack. Among these resources, there is a new EC2 instance:
 
[[File:CloudFormer_Resources.png]]


=CloudFormer Deployment=
=CloudFormer Deployment=

Revision as of 22:02, 27 March 2019

External

Internal

Overview

CloudFormer is a template creation tool that creates an AWS CloudFormation template from existing AWS resources. CloudFormer is itself an "AWS application", comprising a set of AWS resources deployed as a CloudFormation stack. Among these resources, there is a new EC2 instance:

CloudFormer Resources.png

CloudFormer Deployment

CloudFormation -> Create stack -> Use a sample template -> Select the sample template from the drop-down box -> CloudFormer -> Next

Stack Name: cloudformer-for-apigateway

Username: IAM account username

Password: IAM account password

VPC Selection: CreateNewVPC -> Next -> I acknowledge that AWS CloudFormation might create IAM resources -> Create Stack.

CloudFormer Removal

CloudFormer Usage