Outputs a valid hostname for a given AWS instance
Project description
=============
aws-hostname
=============
Outputs a valid hostname for a given AWS instance
Installation
============
Using PIP via PyPI::
pip install aws-hostname
Using PIP via Github::
pip install git+git://github.com/josegonzalez/python-aws-hostname.git#egg=aws-hostname
Usage
=====
CLI Usage is as follows::
usage: aws-hostname [-h] [-i EC2_INSTANCE_ID] [-r EC2_REGION]
[-a AWS_ACCESS_KEY_ID] [-s AWS_SECRET_ACCESS_KEY]
[-t AWS_TAG] [-n] [-u] [-d]
You can also use the equivalent environment variables in place of command arguments.
This command will use the instance id and the tag ``aws:autoscaling:groupName`` to construct a valid hostname. It is useful for setting readable hostnames for autoscale groups like so::
aws-hostname -r $REGION -a $ACCESS_ID -s $SECRET_KEY -i $INSTANCE_ID > /etc/hostname
hostname -F /etc/hostname
You can also run it with the -u flag to connect using IAM profile instead of the access/secret key.
In cases where it is run against a non-autoscale group node, it will fallback to the ``Name`` attribute of the instance.
aws-hostname
=============
Outputs a valid hostname for a given AWS instance
Installation
============
Using PIP via PyPI::
pip install aws-hostname
Using PIP via Github::
pip install git+git://github.com/josegonzalez/python-aws-hostname.git#egg=aws-hostname
Usage
=====
CLI Usage is as follows::
usage: aws-hostname [-h] [-i EC2_INSTANCE_ID] [-r EC2_REGION]
[-a AWS_ACCESS_KEY_ID] [-s AWS_SECRET_ACCESS_KEY]
[-t AWS_TAG] [-n] [-u] [-d]
You can also use the equivalent environment variables in place of command arguments.
This command will use the instance id and the tag ``aws:autoscaling:groupName`` to construct a valid hostname. It is useful for setting readable hostnames for autoscale groups like so::
aws-hostname -r $REGION -a $ACCESS_ID -s $SECRET_KEY -i $INSTANCE_ID > /etc/hostname
hostname -F /etc/hostname
You can also run it with the -u flag to connect using IAM profile instead of the access/secret key.
In cases where it is run against a non-autoscale group node, it will fallback to the ``Name`` attribute of the instance.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aws-hostname-0.0.4.tar.gz
(4.1 kB
view details)
File details
Details for the file aws-hostname-0.0.4.tar.gz
.
File metadata
- Download URL: aws-hostname-0.0.4.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c61a3648b2179d8be218d0e629b0c06c02c99950ba533be935587f47cbc5f7c7 |
|
MD5 | 5a78f4f85a512d28be1e6c98cb3a7a7f |
|
BLAKE2b-256 | 554fd407f4ec6a964127a8f8c02b89cd88ba24945e8abf58510ede32459ab285 |