Penghao He

Results 149 comments of Penghao He

Hello @matthewhembree. Seems like you can utilize [customizing addons parameters](https://aws.github.io/copilot-cli/docs/developing/additional-aws-resources/#customizing-the-parameters-section) to do the same thing since the target group is created in the service stack.

Hello @matthewhembree. Listener arn should be included as one of the outputs of the environment stack. Can you import it as ```yaml Type: AWS::ElasticLoadBalancingV2::ListenerRule Properties: Actions: - Action Conditions: -...

Hello @Fodoj. Sorry I might be misunderstanding but isn't `location` already supported in Copilot https://aws.github.io/copilot-cli/docs/manifest/lb-web-service/#image-location? You can deploy the first one and then refer to the ECR repo URL in...

Oooh got it. In that scenario could you use `svc deploy --tag` to make it a fixed tag? Edit: sorry i didn't realize you were using pipeline. Yes, we need...

> Mmmm, do we think this is a bug? Maybe we can throw an error if the user provided any `c.Args()`? Because at first there is a default .json file...

Hi @tonycosentini, that is a great catch! Since the multiple target groups supported by ECS, we are trying to propagate this feature to our projects. ECS-CLI will definitely support multiple...

Hello @sundarnarasiman, thanks for providing those tutorial on how to run Copilot on WSL! This is really awesome! To add on it, we also tested Copilot on WIndows 10. It...

Hey @sundarnarasiman. Sorry to hear about that. I didn't experience on my PC before and have no clues why this. I tried to find some info about how to fix...

Hello @pgrennin. Just a reminder if you don't want your resources to get automatically deleted because of CFN rollback, you could specify [`--no-rollback` flag](https://aws.github.io/copilot-cli/docs/commands/svc-deploy/) when doing `svc deploy`. > I...

Same questions as @Lou1415926. Also could you explain why we need to add `MarshalYAML`?