Back to Amazon CloudFormation Integrations
Handler · Version 1

AWS Cloud Formation Create Stack Amazon CloudFormation

Download GitHub

About

This handler uses the AWS REST API to create a new cloud formation stack based on a template url.

Parameters
Name Description Sample
Template URL Enter a Template Body OR a Template URL. Location of file containing the template body. The URL must point to a template located in an S3 bucket in the same region as the stack. https://s3-us-west-2.amazonaws.com/cloudformation-templates-us-west-1/LAMP_Multi_AZ.template
Template Parameters Enter Template Parameters in JSON format. {"KeyName":"KineticDemoAWSWest"}
Stack Name Name of the cloud formation stack to create. JamesTestLampStack
Results
Name Description
Stack ID ID of the cloud formation Stack that was created
Changelog

AWS Cloud Formation Create Stack V1 (2017-09-06)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top