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 |
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
# Here is my analysis of the process and data you have asked me to provide. | |
# Emails and process regarding onboarding: | |
# Please consider allowing for better time management, and describing the process up front. It is frustrating to be strung along a process without knowing the process. A more refined process would be welcome. | |
# Data: | |
# - Please ensure the data has been UTF/internationalized. - For non international/German exposed data scientists, explain the German usage of ; and , vs , and . | |
# - Have cleaner data (it is not only comma separated, but also has extraneous lines, and is stringified) | |
# ( https://superuser.com/questions/180964/how-to-open-semicolon-delimited-csv-files-in-us-version-of-excel ) | |
# - Provide more clear instructions in the powerpoint, or better yet, in the email/introduction by the recruiter/HR - Provide better documentation, and distinguish between public vs internal documents. | |
# - Provide better contextualization of the data descriptions (UNITS!!!!!!) |