aws-samples / siem-on-amazon-opensearch-service

A solution for collecting, correlating and visualizing multiple types of logs to help investigate security incidents.
MIT No Attribution
567 stars 184 forks source link

fix: s3 and sqs vpce params #389

Closed mrobinson1022 closed 1 year ago

mrobinson1022 commented 1 year ago

s3 was pointing to sqs and sqs to s3, this was confusing as the parameter name and descriptions did not match. After looking at the template it appears that the s3 param would create the sqs endpoint and the sqs param would create the s3 endpoint.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

nakajiak commented 1 year ago

Thanks so much!