Skip to content

Instantly share code, notes, and snippets.

@ryanmaclean
Forked from johnrengelman/frigga.txt
Created September 24, 2018 16:46
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 ryanmaclean/348f2f6c7c4d4d58ade30350625e00dc to your computer and use it in GitHub Desktop.
Save ryanmaclean/348f2f6c7c4d4d58ade30350625e00dc 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-randomjunk-c0northamerica-d0prod-h0gamesystems-p0vizio-r027-u0nccp-w0A-z0useast1a-v003
group = cass-nccpintegration-randomjunk-c0northamerica-d0prod-h0gamesystems-p0vizio-r027-u0nccp-w0A-z0useast1a-v003
cluster = cass-nccpintegration-randomjunk-c0northamerica-d0prod-h0gamesystems-p0vizio-r027-u0nccp-w0A-z0useast1a
app = cass
stack = nccpintegration
detail = randomjunk
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