Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tongueroo/ec2_name
Quick way to tag the name of the instance so that it shows up on aws console
https://github.com/tongueroo/ec2_name
Last synced: about 1 month ago
JSON representation
Quick way to tag the name of the instance so that it shows up on aws console
- Host: GitHub
- URL: https://github.com/tongueroo/ec2_name
- Owner: tongueroo
- License: mit
- Created: 2012-07-26T21:04:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-29T04:56:27.000Z (over 12 years ago)
- Last Synced: 2024-11-18T00:45:44.133Z (about 2 months ago)
- Language: Ruby
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ec2Name
===========Quick way to tag the name of the instance so that it shows up on aws console.
Setup
------------
gem install ec2_nameSet up a ~/.br-cloud.yml that holds the aws credentials. File should look like this:
$ cat ~/.br-cloud.yml
---
:aws_access_key_id: XXXX
:aws_secret_access_key: XXXXXXXXXXXXXXXXXXXX
$Usage
-------------------If the script is being on an ec2 instance.
ec2_name [NAME]If you are running it locally and want to test it.
INSTANCE_ID=i-XXXX ec2_name [NAME]