russell.ballestrini.net/content/2016-09-06-set-static-hostname-for-rhel-centos-7-on-aws.rst
russell@unturf.com 137d65cc65 Consolidate blog tags: 57 → 23 unique tags
- Fix case duplicates (guide→Guide, project→Project, etc.)
- Consolidate single-post tags into broader categories
- Add technology tags (Python, AWS, Salt, Docker, Kubernetes) to 93 posts
- Add lib/tag_stats.py tool for checking tag usage
- Update CLAUDE.md with tag guidelines
2026-01-26 09:09:53 -05:00

25 lines
512 B
ReStructuredText

Set static hostname for RHEL Centos 7 on AWS
################################################################
:author: Russell Ballestrini
:slug: set-static-hostname-for-rhel-centos-7-on-aws
:date: 2016-09-06 11:18
:tags: Code, DevOps, AWS
:status: published
This took me about 2 hours to figure out, hopefully it saves you time.
/etc/sysconfig/network::
HOSTNAME=desired-hostname.example.com
/etc/hostname::
desired-hostname.example.com
/etc/cloud/cloud.cfg::
preserve_hostname: true
.. contents::