Skip to content

Commit

Permalink
specify loadbalancer name for streamlining workshop (#247)
Browse files Browse the repository at this point in the history
specify lb name
  • Loading branch information
joozero authored Nov 25, 2024
1 parent 2c323c1 commit f9a91fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdk/examples/generative_ai_rag/lib/gen_ai_rag_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def __init__(
desired_count=self.stack_props.desired_count,
enable_execute_command=True,
public_load_balancer=True,
load_balancer_name="genai-fargate-rag",
task_image_options=fargate_task_image,
enable_ecs_managed_tags=True
)
Expand Down

0 comments on commit f9a91fd

Please sign in to comment.