Skip to content
This repository was archived by the owner on Jan 6, 2020. It is now read-only.
This repository was archived by the owner on Jan 6, 2020. It is now read-only.

Open discussion for finalizing repository layout. #2

@yuliyantsvetkov

Description

@yuliyantsvetkov

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions