Last active
September 9, 2022 14:29
-
-
Save johnrengelman/12e8d975344c7945ab112715a62516de to your computer and use it in GitHub Desktop.
Netflix Frigga Naming Schema
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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