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

ABI SRA Modules #192

Merged
merged 58 commits into from
Nov 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
efe64ba
prototype abi module
liamschn Aug 11, 2023
80fae0b
update sechub module; add gd module
liamschn Aug 19, 2023
b321325
updating guardduty module prototype
liamschn Aug 21, 2023
f5c3236
updating guardduty module prototype
liamschn Aug 21, 2023
322d36b
updating guardduty module prototype
liamschn Aug 21, 2023
30c1cfb
updating guardduty module prototype
liamschn Aug 21, 2023
83cfca0
updating guardduty module prototype
liamschn Aug 21, 2023
7cbfa78
updating prototype code
liamschn Aug 21, 2023
c8b3998
updating module code
liamschn Aug 24, 2023
618d3f2
updating module code
liamschn Aug 24, 2023
af7c96a
updating module code
liamschn Aug 24, 2023
0f4d6b8
updating module code
liamschn Aug 24, 2023
43d5cb0
updating module code
liamschn Aug 24, 2023
3e3d160
finalizing code
liamschn Sep 5, 2023
ca72c6b
working out bugs
liamschn Sep 5, 2023
52a6c05
finalizing code
liamschn Sep 6, 2023
baebd69
finalizing code
liamschn Sep 6, 2023
eb62459
finalizing code
liamschn Sep 6, 2023
1cdaf93
finalizing code
liamschn Sep 6, 2023
9bc35f6
altering stackstatus
liamschn Sep 7, 2023
3667173
get template summary permission
liamschn Sep 14, 2023
8e0fc9b
Merge branch 'main' into abi-sra
liamschn Oct 2, 2023
d463efc
exports needed by AWS Bult-In
liamschn Oct 2, 2023
5a5ea0c
removing unneeded comments
liamschn Oct 2, 2023
8b39ebc
updating parameters per request
liamschn Oct 3, 2023
2f921cd
Merge branch 'main' into abi-sra
liamschn Oct 3, 2023
c3b6df8
updating for outputs
liamschn Oct 3, 2023
c9f8802
change branch for testing
liamschn Oct 3, 2023
03edbe7
tab formatting
liamschn Oct 3, 2023
41c79ee
change condition for output
liamschn Oct 3, 2023
0b197c0
updating output params
liamschn Oct 4, 2023
34f8f21
updating regex
liamschn Oct 4, 2023
e10e09e
updating outputs and regex
liamschn Oct 4, 2023
06b7107
updating log group creation
liamschn Oct 4, 2023
2873098
updating templates
liamschn Oct 5, 2023
5b8034f
updating outputs
liamschn Oct 13, 2023
b5338d5
draft cloudtrail module
liamschn Oct 18, 2023
1102e22
fixing params
liamschn Oct 18, 2023
f8f1e2a
fixing outputs
liamschn Oct 18, 2023
9a8e1cb
updating release tag
liamschn Oct 18, 2023
6bb038d
updating to pull more outputs
liamschn Oct 24, 2023
ddf77a0
Merge branch 'main' into abi-sra
liamschn Oct 24, 2023
eb1c37f
pulling more outputs for cloudtrail and securityhub
liamschn Oct 24, 2023
a3c5f02
updating sechub module
liamschn Oct 24, 2023
2090f52
updated sechub module
liamschn Oct 24, 2023
5ea2b4e
must retain stackset/execution roles
liamschn Oct 24, 2023
c7847d2
updating lambda custom resource
liamschn Oct 25, 2023
676c080
updating s3 bucket resource to retain
liamschn Oct 25, 2023
7536773
extended timeout for codebuild project
liamschn Oct 26, 2023
dd855a3
finalizing code after prototype acceptance
liamschn Oct 30, 2023
771f990
updating tag reference
liamschn Oct 30, 2023
2fd1219
updating outputs causing errors
liamschn Oct 31, 2023
cef82f1
removing separate inline py files
liamschn Oct 31, 2023
533426d
removing bad link
liamschn Oct 31, 2023
9e33e43
fixing dead links
liamschn Oct 31, 2023
b67862b
updating repo url and branch
liamschn Oct 31, 2023
2bde3bf
updating repo url and branch
liamschn Oct 31, 2023
3072de2
updating template descriptions
liamschn Nov 1, 2023
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Follow the instructions within the [Quick Setup](aws_sra_examples/quick_setup) t
| [S3 Block Account Public Access](aws_sra_examples/solutions/s3/s3_block_account_public_access) | Configures the account-level S3 BPA settings for all accounts within the organization. | Configures S3 BPA settings on buckets created by Control Tower only. | <ul><li>AWS Control Tower</li></ul> |
| [Security Hub](aws_sra_examples/solutions/securityhub/securityhub_org) | Configures Security Hub within a delegated admin account for all accounts and governed regions within the organization. | | <ul><li>AWS Config in all Org Accounts</li><li>[Config Management Account](aws_sra_examples/solutions/config/config_management_account) (*if using AWS Control Tower*)</li></ul> |
| [Inspector](aws_sra_examples/solutions/inspector/inspector_org) | Configure Inspector within a delegated admin account for all accounts and governed regions within the organization. | | |
| [Detective](aws_sra_examples/solutions/detective/detective) | The Detective Organization solution will automate enabling Amazon Detective by delegating administration to an account (e.g. Audit or Security Tooling) and configuring Detective for all the existing and future AWS Organization accounts. | | <ul><li>[GuardDuty](aws_sra_examples/solutions/guardduty/guardduty_org)</li></ul> |
| [Detective](aws_sra_examples/solutions/detective/detective_org) | The Detective Organization solution will automate enabling Amazon Detective by delegating administration to an account (e.g. Audit or Security Tooling) and configuring Detective for all the existing and future AWS Organization accounts. | | <ul><li>[GuardDuty](aws_sra_examples/solutions/guardduty/guardduty_org)</li></ul> |
## Utils

- packaging_scripts/stage-solution.sh (Package and stage all the AWS SRA example solutions. For more information see [Staging script details](aws_sra_examples/docs/DOWNLOAD-AND-STAGE-SOLUTIONS.md#staging-script-details))
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading