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

Update Security Group #141

Merged
merged 21 commits into from
Jan 8, 2022
Merged

Update Security Group #141

merged 21 commits into from
Jan 8, 2022

Conversation

aknysh
Copy link
Member

@aknysh aknysh commented Jan 7, 2022

what

  • Update Security Group

why

  • This module creates an EKS cluster, which automatically creates an EKS-managed Security Group in which all managed nodes are placed automatically by EKS, and unmanaged nodes could be placed
    by the user, to ensure the nodes and control plane can communicate.

  • Before version 0.45.0, this module, by default, created an additional Security Group. Prior to version 0.19.0 of this module, that additional Security Group was the only one exposed by
    this module (because EKS at the time did not create the managed Security Group for the cluster), and it was intended that all worker nodes (managed and unmanaged) be placed in this
    additional Security Group. With version 0.19.0, this module exposed the managed Security Group created by the EKS cluster, in which all managed node groups are placed by default. We now
    recommend placing non-managed node groups in the EKS-created Security Group as well by using the allowed_security_group_ids variable, and not create an additional Security Group.

references

related

@aknysh aknysh self-assigned this Jan 7, 2022
@aknysh aknysh requested review from a team as code owners January 7, 2022 01:49
@aknysh
Copy link
Member Author

aknysh commented Jan 7, 2022

/test all

@aknysh
Copy link
Member Author

aknysh commented Jan 7, 2022

/test all

@aknysh
Copy link
Member Author

aknysh commented Jan 7, 2022

/test all

@aknysh
Copy link
Member Author

aknysh commented Jan 7, 2022

/test all

Copy link
Member

@nitrocode nitrocode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aknysh
Copy link
Member Author

aknysh commented Jan 8, 2022

/test all

@aknysh
Copy link
Member Author

aknysh commented Jan 8, 2022

/test all

@aknysh aknysh requested a review from nitrocode January 8, 2022 02:30
@aknysh
Copy link
Member Author

aknysh commented Jan 8, 2022

/test all

main.tf Outdated Show resolved Hide resolved
nitrocode
nitrocode previously approved these changes Jan 8, 2022
@aknysh
Copy link
Member Author

aknysh commented Jan 8, 2022

/test all

docs/migration-0.45.x+.md Outdated Show resolved Hide resolved
nitrocode
nitrocode previously approved these changes Jan 8, 2022
Co-authored-by: nitrocode <nitrocode@users.noreply.github.com>
@aknysh
Copy link
Member Author

aknysh commented Jan 8, 2022

/test all

@aknysh aknysh requested a review from nitrocode January 8, 2022 16:35
@aknysh aknysh merged commit b745ed1 into master Jan 8, 2022
@aknysh aknysh deleted the update-sg-2 branch January 8, 2022 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants