Casey Lee

Results 50 comments of Casey Lee

Awesome, i'll check it out. This looks great. One thought for you on the Public IP problem...are you allowing mu to manage the VPC or are you using a VPC...

RE: CloudWatch agent does not support %f (millisec) in timestamp...i'm fine if we lose millisecond in parsed timestamp.

If the decision is moved to the service definition, then you will always be provisioning ECS container instances (via ASG). Sure, you could set the min/max/desired size of ASG to...

This would work fine, but i'd suggest using different environments (one set for Fargate and another for EC2).

Approach... ensure length of `Namespace` + `Environment` + `Service` < 32

Looks like this also impacts the ability to use mu in APAC. Need to review our resource names and look to shrink size of them significantly

Will hold on this until they resolve issues with short form intrinsic functions: > Warning: YAML short form intrinsic functions (e.g. !Sub) > >While this library supports both JSON and...

@neekolas right on, thanks! A challenge I have though is I need to read the CloudFormation template and then write it back out...with the intrinsic functions preserved, not evaluated. Any...

@shubhambhattar the problem was that if someone adds the string `./Dockerfile` to their `.dockerignore` file, then running `mu svc push` will fail since the Docker daemon doesn't receive the Dockerfile...