aws ecsをcodepipelineでデプロイするときに必要な定義類
デプロイする際の定義としては、最低限3つ必要。 appspec.yml buildspec.yaml taskdef.json ベースのテンプレートはこのまま使用できる。 appspec.yml version: 0.0 Resources: - TargetService: Type: AWS::ECS::Service Properties: TaskDefinition: "<…
デプロイする際の定義としては、最低限3つ必要。 appspec.yml buildspec.yaml taskdef.json ベースのテンプレートはこのまま使用できる。 appspec.yml version: 0.0 Resources: - TargetService: Type: AWS::ECS::Service Properties: TaskDefinition: "<…