Skip to content
Russell Seymour edited this page Feb 15, 2017 · 1 revision

Wombat in AWS

There are two ways in which Wombat can be used to deploy the project in AWS.

1 - AWS CloudFormation Web UI

After the build process has completed a CloudFormation template needs to be created which can be uploaded using the AWS Cloud Formation Portal. To create the template run the following command:

wombat update -c amazon-ebs

The template file will be saved in the stacks directory, it is this file that should be uploaded to AWS.

2 - Using the Wombat CLI

The other way to deploy the stack into AWS is using Wombat. The deploy command will create the necessary template file and then deploy it to AWS using the API.

# Deploy CloudFormation Template
$> wombat deploy -c amazon-ebs --update-lock --update-template

Once the stack has been deployed get the IP address of the Workstation so it is possible to RDP into the machine

$> wombat outputs <NAME>
Clone this wiki locally