Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

roboll/aws-fleet-metadata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-fleet-metadata

Expose aws tags and metadata as fleet metadata.

Requirements

  • Access to the aws metadata service. (available from aws instances)
  • ec2:DescribeInstances permission, configured for aws cli. (instance profile recommended)

Usage

aws-fleet-metadata should be run as a prerequisite to fleet.service. The sample drop-in and service file show how to do this with cloud-config. aws-fleet-metadata outputs to stdout by default, but accepts a flag -o to output to file (general use case, to be used by EnvironmentFile).