guardian / typerighter

Even if you’re the right typer, couldn’t hurt to use Typerighter!
Apache License 2.0
276 stars 12 forks source link

feat: Add Wazuh security group #139

Closed akash1810 closed 3 years ago

akash1810 commented 3 years ago

Requires #138.

What does this change?

Wazuh is required to be installed on an EC2 instance as part of our InfoSec program.

This security group allows the Wazuh agent to connect to the server.

See:

UPDATE As of @guardian/cdk 13.1.0, the Wazuh security group comes for free, so this PR simply updates the version.

How to test

Deploy the rule manager instances and observe traffic from the app in Wazuh?

How can we measure success?

Keeping up to date with the InfoSec program.

Have we considered potential risks?

~This security group will soon be added by default by @guardian/cdk. That is, this addition will soon become redundant. GuWazuhAccess is a singleton however, so removal of it here would be a no-op.~

Images

n/a

Accessibility