-
Notifications
You must be signed in to change notification settings - Fork 0
feat(ecs_service): native ECS deployment strategies (rolling/blue_green/linear/canary) #5
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
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
b4ee71a
feat(ecs_service): native ECS deployment strategies (rolling/blue_gre…
mabadir 3c72a84
feat(ecs_service): make deployment strategy a per-deployment decision
mabadir 6a8abef
ecs_service: address review findings on traffic-shift wiring
mabadir 56b6f4a
Fix ECS infrastructure policy ARN
mabadir a849f7f
Ignore target group name changes for tg_1
mabadir 73e7e4a
Merge branch 'main' into native-ecs-deployment-strategies
mabadir 61909c3
default capacity provider
mabadir 250bf02
update template
mabadir 4f8fe87
update placeholder
mabadir 69b2f01
remove the default provider
mabadir a733398
fixes
mabadir a395320
fix: omit ports on all-protocol security group rules
mabadir 02541ed
test alb listener rule
mabadir bd9ac38
Merge branch 'main' into native-ecs-deployment-strategies
mabadir 8791e90
add green_alb_listener_rule_enabled as tf var
mabadir 4a8fd0e
add green_alb_listener rule
mabadir 703a380
enable group stickiness
mabadir 7a6eff5
test rule by default
mabadir b8cb146
Merge branch 'main' into native-ecs-deployment-strategies
mabadir 4e2fc4a
update module
mabadir aa746f5
feat(ecs_service): configurable test-traffic selector for green liste…
mabadir 7178ade
add deployment options
mabadir ecc72ee
Merge branch 'main' into native-ecs-deployment-strategies
mabadir ac45547
fix(ecs_service): avoid TG replacement deadlock on moved-block migration
mabadir 3bcf91b
Merge branch 'main' into native-ecs-deployment-strategies
mabadir a649bf1
Fix ECS cluster capacity provider definition
mabadir e8965fa
Default ECS web test traffic to query string
mabadir 9934440
Add ECS deployment input descriptions
mabadir 86eb530
Clarify ECS traffic-shift deployment docs
mabadir 24a5e1d
Document ALB group stickiness for ECS web service
mabadir 3b7f51d
update to use item_description
mabadir File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update readme with instructions on how to access the standby environment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be in the web def
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah I got this