Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix security groups #2

Merged
merged 3 commits into from
Aug 5, 2019
Merged

Fix security groups #2

merged 3 commits into from
Aug 5, 2019

Conversation

aknysh
Copy link
Member

@aknysh aknysh commented Aug 5, 2019

what

  • Update egress for EMR managed security groups
  • Set visible_to_all_users to true

why

  • EMR will create and maintain rules for all managed security groups for master, slave and service access (when in private subnet). EMR will add all the required ingress and egress rules to the groups

  • When you specify managed security groups for a cluster, you must use the same type of security group, default or custom, for all managed security groups. For example, you can't specify a custom security group for the master instance, and then not specify a custom security group for core and task instances.

  • If visible_to_all_users is set to false, the cluster, after it's created, is not visible even to terraform

references

@aknysh aknysh requested a review from osterman August 5, 2019 15:11
@aknysh aknysh self-assigned this Aug 5, 2019
@aknysh aknysh merged commit 93c40e6 into master Aug 5, 2019
@aknysh aknysh deleted the fix-security-groups branch August 5, 2019 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants