Sha256: c4f77baba673c6d7fcb8684bae3df5d5b95e25be15654c5dc69406eba54a4455
Contents?: true
Size: 549 Bytes
Versions: 1
Compression:
Stored size: 549 Bytes
Contents
Ec2Name =========== Quick way to tag the name of the instance so that it shows up on aws console. Setup ------------ <pre> gem install ec2_name </pre> Set up a ~/.br-cloud.yml that holds the aws credentials. File should look like this: <pre> $ cat ~/.br-cloud.yml --- :aws_secret_id: XXXXXXX :aws_secret_key: XXXXXXXXXXXXXXXXXXXXX $ </pre> Usage ------------------- If the script is being on an ec2 instance. <pre> ec2_name [NAME] </pre> If you are running it locally and want to test it. <pre> INSTANCE_ID=i-XXXX ec2_name [NAME] </pre>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ec2_name-0.1.0 | README.md |