Skip to content

Instantly share code, notes, and snippets.

@BastienM
Last active December 31, 2020 13:57
Show Gist options
  • Save BastienM/ca372ab290a08c6f40c76fe471b9d1c6 to your computer and use it in GitHub Desktop.
Save BastienM/ca372ab290a08c6f40c76fe471b9d1c6 to your computer and use it in GitHub Desktop.
# 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