jeffsw / rpkilog

rpkilog.com web site and tools
MIT License
6 stars 0 forks source link

GH-14: progress on terraform-izing all the OpenSearch/Cognito setup #33

Closed jeffsw closed 10 months ago

jeffsw commented 10 months ago

Added an opensearch provider to the terraform.

Added resources for several roles mappings, which map AWS IAM roles to OpenSearch roles. For example, IAM role lambda_diff_import is currently mapped to an OpenSearch role called logstash.

📝 It would be nice to rename logstash so its usage is clear.

Still need to look into removing the es_master role and Cognito group memberships / permissions which should map to OpenSearch backend roles -- I think this already works and there's just cleanup and minor refactoring required.