Naming Convention
Global Naming Pattern
[project]-[env]-[datacenter]-[type]-[purpose]-[number]
With the following attributes:
project: project nameenv: in which environment are we?dev|tst|prddatacenter: datacenter in which the server istype: which kind of ressource?physical|virtualpurpose: short description of the purpose of this serverapp: application serverbkt: storage bucketcfg: configuration management serverdns: name serverfwl: firewallftp: SFTP serverlb: load balancer servermon: monitoring serverpdu: power distribution unitprx: proxy serverrtr: routersql: database serverssh: SSH jump/bastion hoststo: storage serverswt: switchups: uninterruptible power supplyvcs: version control software servervpn: VPN serverweb: web server
number: unique number
DNS Naming Pattern
[project].[env].[dns_domain]
With the following attributes:
project: project nameenv: in which environment are we?dev|stage|proddns_domain: DNS domain used
Thanks
Thanks to Stepan for his blog article which inspired most of this page.