Guest User

Untitled

a guest
Nov 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. ```
  2. Infrastructure-base
  3. |- foundation-roles/
  4. |- resources/
  5. | |- cloudtrail.yaml
  6. | |- s3.yaml
  7. |- vpc/
  8. | |- vpc-complete.yaml
  9. |- logging/
  10. | |- functions
  11. | |- sam
  12. |- alarms/
  13. | |- functions
  14. ```
  15.  
  16. ```
  17. Sub-System
  18. |
  19. |- Infrastructure
  20. | |- cluster.yaml # ECS cluster, load balancers, listeners, security groups,
  21. | |- resources.yaml # databases, buckets, caches, sns/sqs etc resources shared between the services, auto scal roles, task roles
  22. |
  23. |- Service1
  24. | |
  25. | |- Infrastructure
  26. | | |
  27. | | |- resources.yaml # ECR repo
  28. | | |- service.yaml # roles, task defn, services
  29. | | |- pipeline.yaml # CI/CD stuff
  30. | | |- Makefile
  31. | | |- service-parameters.json
  32. | | |- pipeline-parameters.json
  33. | |
  34. | |- Makefile
  35. |
  36. |- Service2
  37. | |
  38. | |- Infrastructure
  39. | | |
  40. | | |- resources.yaml
  41. | | |- service.yaml
  42. | | |- pipeline.yaml
  43. | | |- Makefile
  44. | | |- service-parameters.json
  45. | | |- pipeline-parameters.json
  46. | |
  47. | |- Makefile
  48. |
  49. ```
Add Comment
Please, Sign In to add comment