Skip to content

Commit 1760640

Browse files
authored
Add survey link and reInforce key info (aws-samples#148)
* add key info links to repo * add sample IR playbooks to key info * published AWS SRA Code Library Survey link * formatting * reword * reword * highlight * emphasis * embold * remove code block * nits * Update README.md * Update README.md * Update README.md * Update README.md * update flake8 config for B907
1 parent 89e4b77 commit 1760640

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

.flake8

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ ignore =
2121
E203, # whitespace before ':'
2222
TYP001, # guard import by `if False: # TYPE_CHECKING`
2323
R506, # unnecessary elif after raise statement
24-
R508 # unnecessary else after break statement
24+
R508, # unnecessary else after break statement
25+
B907 # manually surrounded by quotes, consider using the `!r` conversion flag
2526

2627
# disable flake8 checks for Lambda function source code that will be used inline. (max 4096 characters)
2728
per-file-ignores =

AWS-SRA-KEY-INFO.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# AWS SRA Key Information
2+
3+
Please find key information here on AWS SRA, survey's, previous session videos, and the SRA User Group
4+
5+
## Design Guidance and SRA Code Library
6+
7+
- AWS SRA Design Guidance:
8+
- https://docs.aws.amazon.com/prescriptive-guidance/latest/security-reference-architecture/welcome.html
9+
- AWS SRA Code Library:
10+
- https://github.com/aws-samples/aws-security-reference-architecture-examples
11+
12+
## Surveys
13+
14+
- AWS SRA Code Library Survey:
15+
- https://amazonmr.au1.qualtrics.com/jfe/form/SV_9oFz0p67iCw3obk
16+
- AWS SRA Design Guidance Survey:
17+
- https://amazonmr.au1.qualtrics.com/jfe/form/SV_e3XI1t37KMHU2ua
18+
19+
## User Group
20+
21+
Please email us at [email protected] to RSVP and join the AWS SRA User Group
22+
23+
## Previous Presentation Videos
24+
- AWS re:Invent 2021 - AWS Security Reference Architecture: Visualize your security
25+
- https://www.youtube.com/watch?v=uFrj0jHN848
26+
- AWS re:Invent 2022 - Revitalize your security with the AWS Security Reference Architecture (SEC203)
27+
- https://www.youtube.com/watch?v=uFrj0jHN848
28+
29+
30+
## Sample Incident Response Playbooks
31+
- https://docs.aws.amazon.com/whitepapers/latest/aws-security-incident-response-guide/appendix-b-incident-response-resources.html#playbook-resources
32+
33+

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: CC-BY-SA-4.0
66

7+
---
8+
⚠️**Influence the future of the AWS Security Reference Architecture (AWS SRA) code library by taking a [short survey](https://amazonmr.au1.qualtrics.com/jfe/form/SV_9oFz0p67iCw3obk).**
9+
<!-- omit in toc -->
10+
---
11+
712
## Table of Contents<!-- omit in toc -->
813

914
- [Introduction](#introduction)

0 commit comments

Comments
 (0)