TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

AWS Fargate – Run Containers Without Managing Infrastructure

533 pointsby moritzplassnigover 7 years ago

35 comments

eroppleover 7 years ago
Fargate looks really expensive compared to just running an EC2 instance. A 1 vCPU container with 2GB of RAM will run you $55&#x2F;month. An m3.medium with 1 vCPU and 3.75GB of RAM is $49. The prices seen to get uncomfortably worse from there, though I haven&#x27;t priced them out the whole way, but a 4 vCPU container with 8GB of RAM is price-competitive ($222 for the container, $227 monthly for the machine) with a freaking i3.xlarge, with 4 vCPUs and 30.5GB, and the i3.xlarge also has 10Gbit networking. Topping Fargate out at 4 vCPUs and 30GB of RAM puts it right between an r4.2xlarge and an i3.2xlarge, both with 8 vCPUs and 61GB of RAM (the i3 is more expensive because it&#x27;s also got 1.9TB of local SSD).<p>Enough people are still trying to make fetch happen, where fetch is container orchestration, that I expect that fetch will indeed eventually happen, but this is a large vig for getting around not-a-lot-of-management-work (because the competition isn&#x27;t Kubernetes, which is the bin packing problem returned to eat your wallet, it&#x27;s EC2 instances, and there is a little management work but not much and it scales).<p>If you have decided that you want to undertake the bin packing problem, AWS&#x27;s ECS or the new Elastic Kubernetes Service makes some sense; you&#x27;re paying EC2 prices, plus a small management fee (I think). I don&#x27;t understand Fargate at all.
评论 #15809086 未加载
评论 #15808719 未加载
评论 #15810887 未加载
评论 #15808755 未加载
评论 #15808643 未加载
评论 #15808805 未加载
评论 #15811399 未加载
评论 #15808640 未加载
评论 #15808685 未加载
评论 #15808940 未加载
评论 #15809904 未加载
评论 #15808659 未加载
bdburnsover 7 years ago
(Azure Container Instance engineer here)<p>This looks very similar to what we launched with Azure Container Instances last summer.<p>The Azure Container Instances kubernetes connector is open source and available here:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Azure&#x2F;aci-connector-k8s" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Azure&#x2F;aci-connector-k8s</a>
评论 #15810551 未加载
评论 #15808954 未加载
评论 #15809176 未加载
评论 #15821435 未加载
dewyattover 7 years ago
I think I have AWS fatigue. I have a few certifications and a few years of experience working with AWS, but it&#x27;s getting difficult to even keep track of all the services.
评论 #15809855 未加载
评论 #15809695 未加载
评论 #15808871 未加载
评论 #15808680 未加载
boydover 7 years ago
Notably, this appears to confirm a Kubernetes offering (EKS)!<p><pre><code> I will tell you that we plan to support launching containers on Fargate using Amazon EKS in 2018 </code></pre> [Edit] Looks like that just got announced too: <a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;eks&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;eks&#x2F;</a>.
评论 #15808432 未加载
gldalmasoover 7 years ago
I love AWS and their pace of innovation, but some areas are really lagging behind.<p>Two new container services announced but São Paulo still doesn&#x27;t even have ECS which was announced in 2014.
评论 #15809933 未加载
chrismartinover 7 years ago
Is &quot;Fargate&quot; an Aqua Teen Hunger Force reference? <a href="https:&#x2F;&#x2F;youtu.be&#x2F;uOd7HQoKxcU?t=38" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;uOd7HQoKxcU?t=38</a>
评论 #15810043 未加载
评论 #15809326 未加载
beck5over 7 years ago
I am getting lost with all the ways to run containers on AWS. Is this the equivalent of google compute engines beta option to boot from a docker container?
评论 #15808720 未加载
评论 #15808420 未加载
评论 #15821956 未加载
allengeorgeover 7 years ago
I&#x27;m not 100% sure about the relationship between EKS, ECS and Fargate.<p>Why would I deploy to Fargate over EKS? I assume it&#x27;s because with Fargate I don&#x27;t have to write a k8s deployment spec?<p>Why would I deploy to Fargate over ECS?<p>Legitimately curious, and looking for clarification&#x2F;correction.
评论 #15808572 未加载
评论 #15810109 未加载
评论 #15808490 未加载
mk89over 7 years ago
After reading lots of negative comments about pricing, I think that many people don&#x27;t get it - AWS Fargate is not a replacement of EC2 nor ECS. It&#x27;s a sort of lambda with containers and lots of features (HA, autoscaling, etc.) implemented + pay-per second - which is absolutely great! This way you could run short and long running jobs which are container-based (a django-admin job that performs migrations? dunno... just saying...), and also your &quot;normal&quot; services without taking care of scaling up&#x2F;down, HA, etc.<p>It&#x27;s not for everyone, it&#x27;s not a &quot;one solution fits all&quot;, it&#x27;s very specific and what it does, it does it great (only tested, of course we have to see long-term...), because you don&#x27;t need anymore to manage a cluster, which is really expensive especially because you don&#x27;t want to shutdown your machines when you go home and restart them when you come back to the office (for example, in case you don&#x27;t have a smart autoscaling in place).<p>Thanks AWS for providing this service!
评论 #15816022 未加载
评论 #15816252 未加载
nhumrichover 7 years ago
This is a really cool midway point between lambda and ec2. You can have a large codebase, run continously, but on &quot;serverless&quot;
minhajuddinover 7 years ago
This is going to be really <i>great</i> for batch jobs which need isolated environments. I have been waiting for something like this for a long time. Amazon is really doing work. I&#x27;ll be definitely be using this.
评论 #15809297 未加载
CSDudeover 7 years ago
Fargate is a very logical step, I agree Kubernetes is really nice but very complex for simplistic setups, looking forward to use it, too bad it&#x27;s only in N. Virginia
评论 #15808603 未加载
dpwebover 7 years ago
Ive been using hyper.sh i really like it. Especially i dont want a web interface i can pull a container and start up a container from my command line in 3 seconds. I can pull from docker repo attach ips and storage all in terminal. How does this compare i want to stay out of a web mgmt interface.
评论 #15808630 未加载
nodesocketover 7 years ago
If I understand this correctly, Fargate is similar to Elastic Container Service, without having to worry about EC2&#x27;s instances? But you also can manage the EC2 instances with Fargate as well? Seems like AWS has lots of products that overlap and it is confusing to end users.<p>I&#x27;d say this is exactly why Google Cloud is superior (in my opinion). AWS lacks user experience and KISS philosophy. Just feels like AWS keeps on bolting things on.
评论 #15811794 未加载
评论 #15810908 未加载
antoncohenover 7 years ago
I wonder how they handle isolation. Linux container technologies don&#x27;t normally provide sufficient isolation for multi-tenant environments, which is why most of the cloud container orchestrators require you to pre-provision VMs (ECS, GKE).<p>Azure Container Instances uses Windows Hyper-V Isolation that boots a highly optimized VM per container, so containers have VM isolation.<p>Has AWS built a highly optimized VM for running container?
评论 #15810843 未加载
elricLover 7 years ago
It would be interesting to see how fast the startup time of the docker containers will be. If its for faster than EC2, this could be used for some super elastic job processing. Somewhere between EC2 and lambda. I doubt the startup time would be faster, since the docker image download would hit the startup timing.<p>If the startup time is fast, and it can run of GPU, a killer Deep learning platform could run on this.
bryanhover 7 years ago
Everyone at Zapier was hoping for AWS managed Kubernetes.<p>Edit: Maybe we&#x27;ll get it! <a href="https:&#x2F;&#x2F;twitter.com&#x2F;AWSreInvent&#x2F;status&#x2F;935909627224506368" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;AWSreInvent&#x2F;status&#x2F;935909627224506368</a>
评论 #15808170 未加载
评论 #15808177 未加载
评论 #15808172 未加载
lclarkmichalekover 7 years ago
Well that&#x27;s one of the more nonsensical names to come out of AWS recently.
评论 #15810188 未加载
bg0over 7 years ago
Was hoping this was close to Google&#x27;s Appengine. Patiently waiting.
raphaeljover 7 years ago
How does this compare to Heroku?
cdnsteveover 7 years ago
Would this be a direct competitor to Google Cloud&#x27;s app engine flexible? Aka i just upload my docker container?
bmurphy1976over 7 years ago
I haven&#x27;t had a chance to dig through the documentation yet. Can we deploy a POD instead of just a container? One of the things we are struggling with is all the side services that have to go with a container deployment (i.e. a secure or oauth proxy).
评论 #15810986 未加载
lotyrinover 7 years ago
Is there any plan for Fargate + EKS to be able to support attached EBS volumes? Please say yes.
评论 #15808416 未加载
评论 #15810829 未加载
评论 #15808467 未加载
samprotasover 7 years ago
For low utilization low cost continuous applications (think a web socket listener with not much to do) this lowers the entry level cost below a t2.nano it looks like. That’s a win in my book.
shroomover 7 years ago
Wow ”hundreds of millions of new containers started each week” these are pretty insane numbers. Insane in a very cool and mindnumbing way that is!
drharbyover 7 years ago
It has nothing to so with that movie, or the syndicates series based on zeh movie...<p>A part of me really hopes the pm named it this as an aquateen reference
dumbfounderover 7 years ago
Did anyone else notice that 11&#x2F;15 top stories on HN right now are Amazon announcements? Crazy.<p>Sorry for the offtopicish post...
评论 #15809419 未加载
评论 #15809520 未加载
评论 #15809440 未加载
评论 #15809434 未加载
评论 #15809485 未加载
评论 #15809453 未加载
bebop22over 7 years ago
How is it different than ECS? I tried to apply for it and just end up on my ECS Page.
t1o5over 7 years ago
Is it the &quot;AWS Day&quot; or something ? I see 5 AWS related news in the top !
评论 #15809670 未加载
评论 #15809620 未加载
评论 #15809609 未加载
JohannesHover 7 years ago
I wonder when Fargate will be hit GA and be available in the Ireland region.
ju-stover 7 years ago
michaelbuckbee, please update <a href="https:&#x2F;&#x2F;www.expeditedssl.com&#x2F;aws-in-plain-english" rel="nofollow">https:&#x2F;&#x2F;www.expeditedssl.com&#x2F;aws-in-plain-english</a>
dzongaover 7 years ago
looking at the number of Amazon products on the front-page, it&#x27;s mind-blowing. Amazon (will) probably have a monopoly on developer mindshare in the future.
评论 #15810081 未加载
kkotakover 7 years ago
12 stories on the front page of HN leading to amazon.com and their offerings? Hm....
评论 #15809181 未加载
评论 #15809199 未加载
sigmonsaysover 7 years ago
sigh, amazon is taking over hacker news. They need to chill on posting. They posted 15 posts to the front page and thats 50% of the headlines... all amazon.<p>Hope everyone loves amazon!
mck-over 7 years ago
A third of the front page of Amazon; what&#x27;s going on? Did they release a dozen products in one go? Interesting release strategy to bulk everything as opposed to spacing it out..
评论 #15809518 未加载
评论 #15809529 未加载