feat: enhance network interface configuration with multiple secondary…#157
Merged
YoungJinJung merged 3 commits intoMay 2, 2025
Conversation
fa240da to
6e7ab5a
Compare
b6e0188 to
36f47e0
Compare
GwonsooLee
approved these changes
May 2, 2025
b5986a6 to
3f373a8
Compare
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210423082822-04245dca01da to 0.1.0. - [Commits](https://github.com/golang/sys/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.1.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210614182718-04defd469f4e to 0.38.0. - [Commits](https://github.com/golang/net/commits/v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
3f373a8 to
c3b355a
Compare
c3b355a to
68ad5d2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… ENIs support
Fixes: #156
Related: #156
Merge before/after: None
feat: enhance network interface configuration with multiple secondary ENIs support
Description
This PR implements comprehensive support for multiple Secondary ENIs with the following changes:
CreateNewLaunchTemplateto handle multiple secondary ENIsRegionConfigstruct to use slice for secondary ENIsValidateSecurityGroupsConfigTestValidateSecurityGroupsConfigfor security group validationThe changes follow AWS best practices for ENI configuration and ensure that users can safely configure multiple network interfaces for their instances. The implementation maintains backward compatibility while adding new functionality.
Security Group Configuration Examples
Follow-up Work