Skip to content

Instantly share code, notes, and snippets.

@johnrengelman
Last active September 9, 2022 14:29
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save johnrengelman/12e8d975344c7945ab112715a62516de to your computer and use it in GitHub Desktop.
Save johnrengelman/12e8d975344c7945ab112715a62516de to your computer and use it in GitHub Desktop.
Netflix Frigga Naming Schema
ASG name = frigga.group = app-stack-detail(-options)-push
frigga.cluster = app-stack-detail
frigga.push = v<sequence)
options:
- c0<value> = countries
- d0<value = devPhase
- h0<value> = hardware
- p0<value> = partners
- r0<value = revision
- u0<value = used by
- w0<value> = read/black swap
- z0<value> = zone (i.e. us-east-1a)
Example:
name = cass-nccpintegration-random-junk-c0northamerica-d0prod-h0gamesystems-p0vizio-r027-u0nccp-w0A-z0useast1a-v003
group = cass-nccpintegration-random-junk-c0northamerica-d0prod-h0gamesystems-p0vizio-r027-u0nccp-w0A-z0useast1a-v003
cluster = cass-nccpintegration-random-junk-c0northamerica-d0prod-h0gamesystems-p0vizio-r027-u0nccp-w0A-z0useast1a
app = cass
stack = nccpintegration
detail = random-junk
push = v003
sequence = 3
countries = northamerica
devPhase = prod
hardware = gamesystems
partners = vizio
revision = 27
usedBy = nccp
redBlackSwap = A
zone = useast1a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment