copilot run local
roadmap and feedback
#5263
Replies: 4 comments 2 replies
-
This will be a new environment like Also as it says you need to do first a deploy... what if I want to select between staging and production? Guess this is a good way to "remove" the necesity of a local docker-compose or not? |
Beta Was this translation helpful? Give feedback.
-
ohhh this sounds very cool, my particular use case is that sometimes I need to connect to RDS instances (not provisioned by copilot) that live in the same private subnet of the VPC that the copilot services are in one thing I want to clarify on is that you mention you forward ingress from the AWS service to your local, does this mean that is someone hits your production API forward network egress from my local to AWS is great, but I don't necessarily need the ingress option, although it would be good to do that if you are inspecting something strange like injected headers etc |
Beta Was this translation helpful? Give feedback.
-
Sounds really promising. I'd rank being able to access our copilot-deployed aurora RDS as the biggest thing. But also being able to receive web traffic from the copilot environment's load balancers would be very very good. |
Beta Was this translation helpful? Give feedback.
-
I'd love to have a timeout for the service when using It would be great if, after the service's main container comes up, we can have a configurable timeout that will exit the container and give us a useful exit code that tells us if our service started up and was running clean before the timeout hit. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone! We just launched
copilot run local
in v1.30.0, a new command to speed up the developer iteration loop when using Copilot. Our ultimate goal is for the command to be the best way to test your code without waiting for a deployment.The purpose of this discussion is to:
run local
can improve and help you develop applications on ECSFor our roadmap, we are currently investigating the following:
Injecting your TaskRole IAM credentials instead of your current session credentialsShipped!🚀Forwarding network egress from yourShipped!🚀run local
service to AWSrun local
serviceRespecting theShipped!🚀essential
field and stoppingrun local
only if essential containers stopRespectingShipped!🚀dependsOn
to launch services in the correct orderPlease share any feedback you have on the proposed items above, and we'd love to hear any aspects of your Copilot services you'd like to test locally!
Beta Was this translation helpful? Give feedback.
All reactions