Skip to content

stuart-warren/chef-aws-tag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chef-aws-tag

Set tags on your ec2 instances using Opsworks

How?

Add aws-tag::ec2 recipe to your layers runlist

Add a section to your custom json and set your own list of tags, eg:

{
    "aws-tag": {
        "tags": {
            "ouid": "917736014",
            "team": "webdev",
            "email": "[email protected]",
            "app": "Awesome App",
            "environment": "dev",
            "availability": "on"
        }
    }
}

Ensure that the EC2 instance profile used has the ability to CreateTags, DescribeTags and DeleteTags.

About

Set tags on your ec2 instances using Opsworks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages