在我使用 EC2 实例部署 ECS 集群之后。
现在我想编写 code_pipeline 来将服务部署到 ECS 服务集群。
deploy_actions = aws_codepipeline_actions.EcsDeployAction(
action_name="DeployAction",
service=ecs.IBaseService(cluster=cluster_name,service=service_name),
input=build_output,
)
cluster_name 和 ecs service_name 已经存在。
我想使用 cdk python 将现有集群和服务导入 code_pipeline。
但它不起作用。
请指导我如何定义service=ecs.IBaseService
BIG阳
30秒到达战场
相关分类