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

feat(codedeploy): support multiple load balancers for deployment groups #27607

Merged
merged 32 commits into from
Oct 27, 2023

Conversation

nicolastremblay1
Copy link
Contributor

Summary

This change adds multiple load balancer support for CodeDeploy deployment groups.

There is a currently a loadBalancer field in the ServerDeploymentGroup, adding loadBalancers might be a good field to extend the functionality to create a deployment group with multiple load balancers.

Closes #27407

nicolastremblay1 and others added 17 commits October 9, 2023 20:37
…p.ts

Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
…up.test.ts

Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
…up.test.ts

Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
@github-actions github-actions bot added effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2 labels Oct 19, 2023
@aws-cdk-automation aws-cdk-automation requested a review from a team October 19, 2023 10:42
@github-actions github-actions bot added the beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK label Oct 19, 2023
@mergify
Copy link
Contributor

mergify bot commented Oct 19, 2023

⚠️ The sha of the head commit of this PR conflicts with #27474. Mergify cannot evaluate rules on this PR. ⚠️

@nicolastremblay1
Copy link
Contributor Author

Initial PR can be found here, creating a new PR from new feature branch.

@aws-cdk-automation aws-cdk-automation added the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Oct 19, 2023
Copy link
Contributor

@lpizzinidev lpizzinidev left a comment

Choose a reason for hiding this comment

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

Thanks for opening a new PR and implementing the changes from the last review 👍
I added some suggestions for the test case and documentation.

@aws-cdk-automation aws-cdk-automation removed the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Oct 20, 2023
@lpizzinidev
Copy link
Contributor

lpizzinidev commented Oct 20, 2023

@nicolastremblay1
One last note, the title should be changed to describe the feature (not the action of creating the commit or PR).
For example feat(codedeploy): support multiple load balancers for deployment groups.

@nicolastremblay1 nicolastremblay1 changed the title feat(codedeploy): supporting the creation of deployment groups with multiple load balancers feat(codedeploy): support multiple load balancers for deployment groups Oct 20, 2023
nicolastremblay1 and others added 2 commits October 20, 2023 10:18
Tested: `yarn run test -- '/Users/nictrem/Documents/aws-cdk/packages/aws-cdk-lib/aws-codedeploy/test/server/deployment-group.test.ts'`
@aws-cdk-automation aws-cdk-automation added the pr/needs-maintainer-review This PR needs a review from a Core Team Member label Oct 20, 2023
@SankyRed SankyRed self-assigned this Oct 25, 2023
SankyRed
SankyRed previously approved these changes Oct 26, 2023
Copy link
Contributor

@SankyRed SankyRed left a comment

Choose a reason for hiding this comment

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

This looks good to me. Thank you for your contribution!

@mergify
Copy link
Contributor

mergify bot commented Oct 26, 2023

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot dismissed SankyRed’s stale review October 26, 2023 20:52

Pull request has been modified.

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: af568b4
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Contributor

mergify bot commented Oct 27, 2023

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit d57504e into aws:main Oct 27, 2023
10 checks passed
@aws-cdk-automation aws-cdk-automation removed the pr/needs-maintainer-review This PR needs a review from a Core Team Member label Oct 27, 2023
@nicolastremblay1 nicolastremblay1 deleted the multiple-tg branch October 27, 2023 18:01
mrgrain pushed a commit that referenced this pull request Nov 1, 2023
…ps (#27607)

### Summary
This change adds multiple load balancer support for CodeDeploy deployment groups.

There is a currently a loadBalancer field in the ServerDeploymentGroup, adding loadBalancers might be a good field to extend the functionality to create a deployment group with multiple load balancers.

Closes #27407
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CDK CodeDeploy: Support more then one NLB
4 participants