Brent Langston
Brent Langston
Happy to take a look! On November 26, 2020, GitHub wrote: > So, based on the PR that I just made ( #5 > ), I > was curious if...
Of course! On December 7, 2020, GitHub wrote: > So, then would you be ok for me submitting a PR with the suggested > fixes from shellcheck for this repo?...
I might be misreading the code, but I think internal = false is the default -- it seems like if we set `internal == true` then we'd want the 2nd...
next related issue -> when I build a "private" VPC for the backend service, and then target that VPC with the frontend service, it looks like it needs to build...
I've been experimenting more, and it looks like, if you think of the "public" facing service as the parent, and let it configure the environment, then my above comment about...
Yeah, that sounds right... the use case you mentioned is exactly the situation I found myself in... I have a cluster running EC2 type services, and wanted to convert it...
So I've built a cluster using the default EC2 instances, and want to add a new service running on fargate. At the top of `mu.yml` if I describe the provider...
Ecs CLI v2 is shaping up to be a good alternative, IMO.
It seems obvious to me that a vendor provides two tools (the console, and the aws-cli)... what one tool outputs, the other tool should be able to input, without manipulation....
I think I have a variation on "Option 1" that I'd like to propose: Have the labels be `Stable` and `Latest` `Latest` would go back to it's original meaning, and...