Sha256: 31d3eefc2be0cf2abda6cd7c1f1bd1e6a249128ef6f9552f33022d569def00da

Contents?: true

Size: 1.31 KB

Versions: 17

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 --iam --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

17 entries across 17 versions & 1 rubygems

Version Path
lono-5.3.4 lib/templates/skeleton/README.md
lono-5.3.3 lib/templates/skeleton/README.md
lono-5.3.2 lib/templates/skeleton/README.md
lono-5.3.1 lib/templates/skeleton/README.md
lono-5.3.0 lib/templates/skeleton/README.md
lono-5.2.8 lib/templates/skeleton/README.md
lono-5.2.7 lib/templates/skeleton/README.md
lono-5.2.6 lib/templates/skeleton/README.md
lono-5.2.5 lib/templates/skeleton/README.md
lono-5.2.4 lib/templates/skeleton/README.md
lono-5.2.3 lib/templates/skeleton/README.md
lono-5.2.2 lib/templates/skeleton/README.md
lono-5.2.1 lib/templates/skeleton/README.md
lono-5.2.0 lib/templates/skeleton/README.md
lono-5.1.1 lib/templates/skeleton/README.md
lono-5.1.0 lib/templates/skeleton/README.md
lono-5.0.1 lib/templates/skeleton/README.md