Skip to content

Instantly share code, notes, and snippets.

@jacurtis
Last active May 3, 2019 05:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacurtis/684634810ceab7608bc02fa8fe92b1b0 to your computer and use it in GitHub Desktop.
Save jacurtis/684634810ceab7608bc02fa8fe92b1b0 to your computer and use it in GitHub Desktop.
The techniques I use to name cloud servers.
environment-purpose-Name-Geography

Environment

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

Purpose

  • app - Application Server (Non-Web)
  • cfg - Configuration Management (puppet/ ansible/ etc)
  • con - Console/ Terminal Server
  • dns - Name Server
  • eip - Elastic IP
  • ftp - FTP/SFTP Server
  • fwl - Physical Firewall
  • igw - Internet Gateway
  • lba - Load Balancer / Proxy
  • mta - Mail Server
  • mon - Monitoring Server
  • sec - Security Group (AWS Software Firewall)
  • sgp - Subnet Group (AWS Networking)
  • skt - WebSocket Server
  • sub - Subnet Group (AWS Networking)
  • sql - Relational Database Server
  • ssh - SSH Jump/ Bastion Host
  • sto - Storage Server
  • ups - Uninterruptible Power Supply
  • vcs - Version Control Software Server (Git/ SVN/ etc)
  • vmm - Virtual Machine Manager
  • vpn - VPN Gateway
  • web - Web Server

Geography

  • PDX - Oregon AWS US-WEST-2
  • SFO - California AWS US-WEST-1

Name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment