Skip to content

Commit 854f2fb

Browse files
committed
Fixed a typo
1 parent 108c7d2 commit 854f2fb

File tree

1 file changed

+1
-1
lines changed
  • Monitoring/ingest_nas_audit_logs_into_cloudwatch

1 file changed

+1
-1
lines changed

Monitoring/ingest_nas_audit_logs_into_cloudwatch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Where:
6262
Notes:
6363
- Since the Lambda function runs within your VPC it needs to be able to create and delete network interfaces.
6464
- The AWS Security Group Policy builder incorrectly generates resource lines for the `CreateNetworkInterface`
65-
and `DeleteNetworkInterface` actions. The correct resource line is `arn:aws:ec2:<region>:<accountID>:*`.
65+
and `DeleteNetworkInterface` actions. The correct resource line is `arn:aws:ec2:<region>:<accountID>:*`.
6666
- It needs to be able to create a log groups so it can create a log group for the diagnostic output from the Lambda function.
6767
- Since the ARN of any Secrets Manager secret has random characters at the end of it, you must add the `*` at the end, or provide the full ARN of the secret.
6868

0 commit comments

Comments
 (0)