This repository was archived by the owner on Jan 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
This repository was archived by the owner on Jan 6, 2020. It is now read-only.
Open discussion for finalizing repository layout. #2
Copy link
Copy link
Open
Description
Dear @robmorgan,
Lets here put all of our discussions for the repository layout. All ideas we talked about in Slack we can put here in order to have one finalized layout.
The current structure in branch development is like that:
├── examples
├── infrastructure
│ ├── environments
│ │ ├── build-env
│ │ │ ├── app-ami
│ │ │ ├── app-cluster-ami
│ │ │ └── thumbor-ami
│ │ └── production-env
│ └── modules
│ └── aws
│ ├── ami
│ ├── ec2
│ ├── ecs
│ ├── elastic-cache
│ ├── monitoring
│ ├── networking
│ │ ├── elb
│ │ ├── route53
│ │ │ ├── record
│ │ │ └── zone
│ │ ├── security
│ │ ├── subnet
│ │ ├── vpc
│ │ └── vpn
│ └── rds
├── modules
│ ├── app-cluster
│ │ └── aws
│ │ ├── ecs-cluster
│ │ └── ecs-service
│ ├── cache
│ │ └── aws
│ │ └── elasticache
│ ├── database
│ │ └── aws
│ │ ├── aurora
│ │ └── rds
│ ├── deploy
│ │ └── aws
│ │ └── ecs-deploy
│ ├── load-balancer
│ │ └── aws
│ │ └── alb
│ ├── monitoring
│ │ └── aws
│ │ └── logs
│ ├── network
│ │ └── aws
│ │ ├── bastion
│ │ │ └── user-data
│ │ ├── dhcp
│ │ ├── nat-gateway
│ │ └── vpc
│ └── security
│ ├── auto-update
│ └── fail2ban
│ ├── install-scripts
│ └── user-data
├── provisioning
│ ├── fail2ban
│ ├── iptables
│ ├── packer
│ ├── thumbor
│ └── wasabi
├── test
├── tests
└── v1-legacy
├── packer
│ └── app
│ ├── root
│ │ ├── etc
│ │ │ ├── default
│ │ │ ├── ecs
│ │ │ ├── iptables
│ │ │ ├── sysctl.d
│ │ │ └── systemd
│ │ │ └── system
│ │ └── usr
│ │ └── local
│ │ └── bin
│ └── scripts
└── terraform
Metadata
Metadata
Assignees
Labels
No labels