mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
Use docs.aws.amazon.com like other aws checks, not docs.amazonaws.cn (#1790)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"ResourceType": "AwsRdsDbInstance",
|
||||
"Description": "Ensure there are no Public Accessible RDS instances.",
|
||||
"Risk": "Publicly accessible databases could expose sensitive data to bad actors.",
|
||||
"RelatedUrl": "https://docs.amazonaws.cn/en_us/config/latest/developerguide/rds-instance-public-access-check.html",
|
||||
"RelatedUrl": "https://docs.aws.amazon.com/config/latest/developerguide/rds-instance-public-access-check.html",
|
||||
"Remediation": {
|
||||
"Code": {
|
||||
"CLI": "aws rds modify-db-instance --db-instance-identifier <db_instance_id> --no-publicly-accessible --apply-immediately",
|
||||
@@ -20,7 +20,7 @@
|
||||
},
|
||||
"Recommendation": {
|
||||
"Text": "Using an AWS Config rule check for RDS public instances periodically and check there is a business reason for it.",
|
||||
"Url": "https://docs.amazonaws.cn/en_us/config/latest/developerguide/rds-instance-public-access-check.html"
|
||||
"Url": "https://docs.aws.amazon.com/config/latest/developerguide/rds-instance-public-access-check.html"
|
||||
}
|
||||
},
|
||||
"Categories": [
|
||||
|
||||
Reference in New Issue
Block a user