pulumi / pulumi-policy-aws

A policy pack of rules to enforce AWS best practices for security, reliability, cost, and more!
https://www.pulumi.com
Apache License 2.0
34 stars 6 forks source link

Finish up Elasticsearch rules #38

Closed chrsmith closed 4 years ago

chrsmith commented 4 years ago

Just making a final tweak to close out #9. We already wrote the rules, and had a lingering TODO. But thinking about it more, you don't want the Elasticsearch instance on the open internet... but some other resource (e.g. an EC2 VM) within the same VPC can be internet addressable without any problems. (And realistically, the Elasticsearch instance wouldn't be of much use otherwise!)

Fixes #9