-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsoftware.html
37 lines (36 loc) · 1.83 KB
/
software.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
layout: default
excerpt: KangarooBox provides IT services in DevOps, systems programming, and AWS cloud computing.
---
<div class="row">
<div class="large-6 columns">
<h2><strong>Software</strong></h2>
<p>All of our software products are fully open source and available in our
<a href="https://github.com/KangarooBox/" _target="_blank">GitHub repositories</a>.
</p>
</div>
<div class="large-6 columns">
<h2><a href="/services">Services</a></h2>
<p>From helping you design your cloud architecture to reviewing your current development environment, KangarooBox can make sure your operations are running smoothly and efficiently.</p>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<h3>CFN Builder</h3>
<div class="panel callout radius">
<p><a href="https://aws.amazon.com/cloudformation/" target=_blank>Cloudformation</a> (CFN)
is the best way to manage and provision your AWS resources. Building CFN templates is
not hard but they can be quick tricky to implement and can grow to be very long indeed.
3,000+ lines of JSON is not an easy thing to master. That's where
<a href="https://github.com/KangarooBox/cfn-builder" target=_blank>CFN Builder</a> comes into play.
</p>
<p>
<a href="https://github.com/KangarooBox/cfn-builder" target=_blank>CFN Builder</a> is a NodeJS templating
engine that takes simple JSON "blueprints" and generates complete CFN templates, ready to upload into AWS.
It automatically combines global variables, such as your VPC Id, with loops and other structures to make
templating new stacks easy. If you used native CFN templates, you'll love the freedom that
<a href="https://github.com/KangarooBox/cfn-builder" target=_blank>CFN Builder</a> give you.
</p>
</div>
</div>
</div>