-
Notifications
You must be signed in to change notification settings - Fork 6
AWS
Russell Seymour edited this page Feb 15, 2017
·
1 revision
There are two ways in which Wombat can be used to deploy the project in AWS.
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.
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>