Skip to content

Instantly share code, notes, and snippets.

@xluffy
Created August 25, 2016 02:50
Show Gist options
  • Save xluffy/4024f046cb83383744fa1793cc85f432 to your computer and use it in GitHub Desktop.
Save xluffy/4024f046cb83383744fa1793cc85f432 to your computer and use it in GitHub Desktop.
A Proper Server Naming Scheme

Specify Environment

  • dev – Development
  • tst – Testing
  • stg – Staging
  • prd – Production

Specify Purpose and Serial Number

  • app – Application Server (non-web)
  • sql – Database Server
  • ftp – SFTP server
  • mta – Mail Server
  • dns – Name Server
  • cfg – Configuration Management (puppet/ansible/etc.)
  • mon – Monitoring Server (nagios, sensu, etc.)
  • prx – Proxy/Load Balancer (software)
  • ssh – SSH Jump/Bastion Host
  • sto – Storage Server
  • vcs – Version Control Software Server (Git/SVN/CVS/etc.)
  • vmm – Virtual Machine Manager
  • web – Web Serverapp – Application Server (non-web)
  • sql – Database Server
  • ftp – SFTP server
  • mta – Mail Server
  • dns – Name Server
  • cfg – Configuration Management (puppet/ansible/etc.)
  • mon – Monitoring Server (nagios, sensu, etc.)
  • prx – Proxy/Load Balancer (software)
  • ssh – SSH Jump/Bastion Host
  • sto – Storage Server
  • vcs – Version Control Software Server (Git/SVN/CVS/etc.)
  • vmm – Virtual Machine Manager
  • web – Web Server

Example

  • eb01.prd.nyc.example.com
  • mon01.tst.nyc.example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment