-
Couldn't load subscription status.
- Fork 4.3k
feat(ecs): add support for native blue/green deployments in ECS L2 #35061
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
Conversation
8d48cad to
af2cb43
Compare
packages/aws-cdk-lib/aws-ecs/lib/deployment-lifecycle-hook-target.ts
Outdated
Show resolved
Hide resolved
packages/aws-cdk-lib/aws-ecs/lib/alternate-target-configuration.ts
Outdated
Show resolved
Hide resolved
packages/aws-cdk-lib/aws-ecs/lib/alternate-target-configuration.ts
Outdated
Show resolved
Hide resolved
f12c8d1 to
852cf85
Compare
packages/aws-cdk-lib/aws-ecs/lib/alternate-target-configuration.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Sherlyn Saavedra <[email protected]>
852cf85 to
ead8e5f
Compare
Pull request has been modified.
|
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). |
|
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). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Comments on closed issues and PRs are hard for our team to see. |
Issue # (if applicable)
Closes #35010
Reason for this change
Introducing ECS native B/G deployment support in L2 constructs.
https://aws.amazon.com/blogs/aws/accelerate-safe-software-releases-with-new-built-in-blue-green-deployments-in-amazon-ecs/
Description of changes
Introduced the following properties to
base-service.ts:LoadBalancer
DeploymentConfiguration
ServiceConnect
Describe any new or updated permissions being added
Description of how you validated changes
Add unit tests and an integration test
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license