Skip to main content

Outputs a valid hostname for a given AWS instance

Project description

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:

aws-hostname [-h] [-r EC2_REGION] [-s AWS_SECRET_ACCESS_KEY]
                 [-s AWS_SECRET_ACCESS_KEY] [-i EC2_INSTANCE_ID]

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

In cases where it is run against a non-autoscale group node, it will fallback to the Name attribute of the instance.

Project details


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.1.tar.gz (3.7 kB view details)

Uploaded Source

File details

Details for the file aws-hostname-0.0.1.tar.gz.

File metadata

File hashes

Hashes for aws-hostname-0.0.1.tar.gz
Algorithm Hash digest
SHA256 faa5248676a27fd38f00265766eff259e8a4cfc675cba865391b95a3e0508a91
MD5 9991a9bd42b4ce7adde5dfa0151e8901
BLAKE2b-256 269c65b64a8659bc41b87dbcc099a6eeb2d626ed9273778108efe1d342f1d3d0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page