Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Organize more the templates according to the software approach DDD #35

Open
abdennour opened this issue May 12, 2018 · 0 comments
Open

Comments

@abdennour
Copy link

Anything related to network and templates/vpc.fcn.yml can be combined in a single template named network.yml.

The network template should include:

  • Parameters as: health check Ports, Bashion SSH Port (Best practice to not use 22), DB Ports.
  • Resources as:
    • VPC resources: Routers, Subnets,... (which are now provisioned within templates/vpc.fcn.yml)
    • AWS::RDS::DBSubnetGroup: which now provisioned within templates/db.cfn.yml.
    • LoadBalancer: namely if it is a shared ALB among multiple target groups.
  • Outputs: So other templates can refer to the network resources seamlessly (ImportValue+ Export or nested stacks).

I would suggest the same for monitoring, All SNS topics should be in the monitoring template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant