Sha256: 501786e3d71f59f805f68615857e112b0ef30140d4513fabb1059ad7996cdb3f

Contents?: true

Size: 1.31 KB

Versions: 29

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](https://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](https://lono.cloud/reference/lono-cfn-deploy/)

## Structure

The structure of a lono project looks like this:

More info: [Project Structure](https://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](https://lono.cloud/docs/).

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
lono-7.5.2 lib/templates/skeleton/README.md
lono-7.5.1 lib/templates/skeleton/README.md
lono-7.5.0 lib/templates/skeleton/README.md
lono-7.4.11 lib/templates/skeleton/README.md
lono-7.4.10 lib/templates/skeleton/README.md
lono-7.4.9 lib/templates/skeleton/README.md
lono-7.4.8 lib/templates/skeleton/README.md
lono-7.4.7 lib/templates/skeleton/README.md
lono-7.4.6 lib/templates/skeleton/README.md
lono-7.4.5 lib/templates/skeleton/README.md
lono-7.4.4 lib/templates/skeleton/README.md
lono-7.4.3 lib/templates/skeleton/README.md
lono-7.4.2 lib/templates/skeleton/README.md
lono-7.4.1 lib/templates/skeleton/README.md
lono-7.4.0 lib/templates/skeleton/README.md
lono-7.3.2 lib/templates/skeleton/README.md
lono-7.3.1 lib/templates/skeleton/README.md
lono-7.3.0 lib/templates/skeleton/README.md
lono-7.2.3 lib/templates/skeleton/README.md
lono-7.2.2 lib/templates/skeleton/README.md