Sha256: 0b621322387ed0ea3ae66a0bccf32c6686771530a41eac6f2cb9962ce3349fd4

Contents?: true

Size: 1.31 KB

Versions: 14

Compression:

Stored size: 1.31 KB

Contents

# Lono CloudFormation Starter README

This folder contains the code that represents your infrastructure built with CloudFormation.

## Overview

The CloudFormations templates are generated by a tool called [lono](http://lono.cloud/).

## Updating the Infrastructure

The general steps to update the infrastructure:

1. Add and edit the blueprints
2. Generate CloudFormation templates
3. Deploy the stack

Steps 2-3 are automated with lono and performed together with:

    lono cfn deploy STACK_NAME

Here are some useful flags:

    lono cfn deploy STACK_NAME --sure

More info: [lono cfn deploy](http://lono.cloud/reference/lono-cfn-deploy/)

## Structure

The structure of a lono project looks like this:

More info: [Project Structure](http://lono.cloud/docs/structure/)

## Generating Templates from Blueprints

If you would like to just generate the templates and not update the CloudFormation stack you can do so with:

    lono generate BLUEPRINT_NAME

## Configs

You may want to take a look at the configs folder to change params and variables. For example:

* configs/demo/params
* configs/demo/variables

## Deploy

To launch the stack:

    lono cfn deploy demo

## More help

You can get help by adding `-h` to the end of commands.

    lono cfn update -h

Help is also provided in the [Lono Docs](http://lono.cloud/docs/).

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
lono-6.1.11 lib/templates/skeleton/README.md
lono-6.1.10 lib/templates/skeleton/README.md
lono-6.1.9 lib/templates/skeleton/README.md
lono-6.1.8 lib/templates/skeleton/README.md
lono-6.1.7 lib/templates/skeleton/README.md
lono-6.1.6 lib/templates/skeleton/README.md
lono-6.1.5 lib/templates/skeleton/README.md
lono-6.1.4 lib/templates/skeleton/README.md
lono-6.1.3 lib/templates/skeleton/README.md
lono-6.1.2 lib/templates/skeleton/README.md
lono-6.1.1 lib/templates/skeleton/README.md
lono-6.1.0 lib/templates/skeleton/README.md
lono-6.0.1 lib/templates/skeleton/README.md
lono-6.0.0 lib/templates/skeleton/README.md