Last active
March 5, 2019 18:38
-
-
Save RezhaBlue/b6fda92cb0a958d3861a903dbc8c2b23 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.youtube.com/watch?v=CeceqWuZ0Cg | |
Shared resp b/w AWS and customers | |
- customers are resp for security IN the cloud | |
- aws resp for sec OF the cloud | |
AWS trusted Advisor | |
- cost opt, sec, fault tol, perf domains | |
- real time guidance to achieve these | |
- config advisor to adjust rules to follow or ignore | |
To evaluate architecture against best practices | |
- Sec, rel, perf, cost opt, operational excellence | |
General Design Principles | |
- stop guessing capacity needs | |
- test systems at production scale | |
- automate to make architectural experimentation easier | |
- allow for evolutionary architectures | |
- buld data-driven architectures | |
- improve through game days | |
Design Principles for Security | |
- apply security at all layers | |
- enable traceability | |
- implement a principle of least privilege | |
- focus on securing your system | |
- automate security best practices |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment