Fork me on GitHub
#aws
<
2022-09-09
>
Drew Verlee22:09:25

What's the closest thing in aws to google cloud could build? Having a docker container as the unit of work seems so much better to me.

jjttjj22:09:55

Not familiar with google cloud but https://aws.amazon.com/fargate/ let's you run a docker image for long running stuff, and you can also use containers as lambdas

Drew Verlee22:09:15

Fargate isn't comparable here. Aws code build batch is a similar idea to cloud build.

Drew Verlee23:09:39

It's basically a distributed graph, where each node is an os/container and the edges are some sharded file system.

Drew Verlee23:09:54

Codepipeline seems sightly more generic but i think it's also the same idea with less control over the os maybe...

lukasz15:09:18

oh AWS... :-) CodePipeline is one thing, but there's also CodeBuild https://aws.amazon.com/codebuild/

lukasz15:09:35

I think if you glue the two together you get an equivalent of GCP's service