This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###### | |
# Author: Chris Frisina from Marcello de Sales ([email protected]) | |
# Description: Create Environment Variables in EC2 Hosts from EC2 Host Tags | |
# | |
### Requirements: | |
# | |
### Installation: | |
# * Add the Policy EC2:DescribeTags to a User (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-policies-ec2-console.html) | |
# * aws configure | |
# * Source it to the user's ~/.profile that has permissions |