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

[Feature] Architecture Diagrams and Clean Up #18

Merged
merged 19 commits into from
Jan 7, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update formatiing
  • Loading branch information
gugzkumar committed Jan 4, 2020
commit 21b1a0a5f1308e8c9f44c5c3260237538d004544
4 changes: 2 additions & 2 deletions docs/architecture-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ The Api Deployment does not play an active role in the Infrastructure. But, it i
</p>
<br/>
This Diagram outlines the process of deploying the app to AWS using the tools provided in this repo. We divide deployment into three Cloudformation Stacks. This does does two things:
1. If different people in your organization have different privileges to your cloud account, you can divide the responsonsibilities.

1. If different people in your organization have different privileges to your cloud account, you can divide the responsibilities.
- Example 1: You may not have permission to change the DNS records. Instead you can just deploy the first two stacks, and then let a Network Admin handle the routing.
- Example 2: You may want to give the development team the ability to update code, but not Cognito. Then give them access to the **Code Stack**.
1. It properly distributes risk so that we secure our application's integrity. The Code Stack for instance, is something you may want to update continuously through CI/CD. But you do not want give it permissions to be able to delete or change policies on our Bucket's.

<br/>
Scroll down to see which resources each stack makes.

<br/><br/>
Expand Down