Skip to content

Public documentation for boltopspro/amazon-linux-extras

License

Notifications You must be signed in to change notification settings

boltops-pro-docs/amazon-linux-extras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: This repo contains only the documentation for the private BoltsOps Pro repo code. Original file: https://github.com/boltopspro/amazon-linux-extras/blob/master/README.md The docs are publish so they are available for interested customers. For access to the source code, you must be a paying BoltOps Pro subscriber. If are interested, you can contact us at contact@boltops.com or https://www.boltops.com

Configset: amazon-linux-extras

CodeBuild

BoltOps Badge

This configset installs and enables the amazon-linux-extras repo.

What are lono configsets?

Lono configsets allow CloudFormation cfn-init configsets that are typically embedded in the template to be reusable. More info: Lono Configsets docs.

Usage

Use configset to enable the configset for the blueprint. Example:

configs/demo/configsets/base.rb:

configset("amazon-linux-extras", resource: "Instance")

This adds the configset to the resource with the logical id Instance in your CloudFormation template. The configset is added to the Resources[].Metadata.AWS::CloudFormation::Init attribute of the Instance resource.

Here's an example adding to a LaunchConfig resource:

configset("amazon-linux-extras", resource: "LaunchConfig")

Here's an example adding to a LaunchTemplate resource:

configset("amazon-linux-extras", resource: "LaunchTemplate")

About

Public documentation for boltopspro/amazon-linux-extras

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages