You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,7 @@ Please follow the instructions for SRA Terraform deployments in the [SRA Terrafo
151
151
|[EC2 Default EBS Encryption](aws_sra_examples/solutions/ec2/ec2_default_ebs_encryption)| Configures the EC2 default EBS encryption to use the default KMS key within all provided regions. |||
152
152
|[Firewall Manager](aws_sra_examples/solutions/firewall_manager/firewall_manager_org)| Demonstrates configuring a security group policy and WAF policies for all accounts within an organization. |||
153
153
|[GuardDuty](aws_sra_examples/solutions/guardduty/guardduty_org)| Configures GuardDuty within a delegated admin account for all accounts within an organization. |||
154
+
|[Guardduty Malware Protection S3](aws_sra_examples/solutions/genai/sra_guardduty_malware_protection_for_s3)| Creates an Amazon GuardDuty Malware Protection Plan for a new or existing S3 bucket. || This solution operates independently and does not require the deployment of the [SRA Prerequisites Solution](aws_sra_examples/solutions/common/common_prerequisites). |
154
155
|[IAM Access Analyzer](aws_sra_examples/solutions/iam/iam_access_analyzer)| Configures an organization analyzer within a delegated admin account and account level analyzer within each account. || <ul><li>[Common Register Delegated Administrator](aws_sra_examples/solutions/common/common_register_delegated_administrator)</li></ul> |
155
156
|[IAM Account Password Policy](aws_sra_examples/solutions/iam/iam_password_policy)| Sets the account password policy for users to align with common compliance standards. |||
156
157
|[Inspector](aws_sra_examples/solutions/inspector/inspector_org)| Configure Inspector within a delegated admin account for all accounts and governed regions within the organization. |||
Copy file name to clipboardexpand all lines: aws_sra_examples/solutions/genai/sra_guardduty_malware_protection_for_s3/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# SRA Bedrock Guardrails Solution
1
+
# SRA Amazon GuardDuty Malware Protection for S3
2
2
3
3
## Table of Contents
4
4
-[Introduction](#introduction)
@@ -10,7 +10,7 @@
10
10
11
11
## Introduction
12
12
13
-
This solution deploys Amazon GuardDuty Malware Protection for S3 using AWS CloudFormation. It creates protection plan to enable automated scanning of new objects in S3 buckets for malware and sends notifications of scan results. GuardDuty Malware Protection for S3 can detect malicious content in files before they are processed or used by other systems, enhancing the security of data stored in S3.
13
+
This solution deploys Amazon GuardDuty Malware Protection for S3 using AWS CloudFormation. It creates a protection plan to enable automated scanning of new objects in S3 buckets for malware and sends notifications of scan results. GuardDuty Malware Protection for S3 can detect malicious content in files before they are processed or used by other systems, enhancing the security of data stored in S3.
14
14
A key use case for this solution is in the preparation of knowledge bases for Retrieval Augmented Generation (RAG) with Amazon Bedrock. The malware protection capabilities help enhance the security controls for documents and files used in Amazon Bedrock knowledge base construction, contributing to the overall security posture of AI-powered applications.
0 commit comments