Last active
December 31, 2020 13:57
-
-
Save BastienM/ca372ab290a08c6f40c76fe471b9d1c6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# environment & region oriented structure | |
|-- int | |
| |-- eu-west-1 | |
| | |-- app_a | |
| | |-- app_b | |
| | \-- vpc | |
| |-- eu-west-3 | |
| | |-- app_a | |
| | |-- app_b | |
| | \-- vpc | |
| \-- global | |
| \-- route53 | |
|-- prd | |
\-- stg | |
# application oriented structure | |
|-- app_a | |
| |-- int | |
| | |-- eu-west-1 | |
| | \-- eu-west-3 | |
| |-- prd | |
| \-- stg | |
|-- app_b | |
|-- route53 | |
| |-- int | |
| | \-- global | |
| |-- prd | |
| |-- stg | |
\-- vpc | |
|-- int | |
| |-- eu-west-1 | |
| \-- eu-west-3 | |
|-- prd | |
|-- stg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment