Amazon Web Services

271 readers
1 users here now

founded 1 year ago
MODERATORS
26
4
submitted 1 year ago by moosearedeer to c/aws
27
 
 

New episode of all the latest updates for aws is out now and it's a bumper edition!

28
 
 

AWS Fargate, a serverless compute engine for containerized workloads, now supports lazy loading container images that have been indexed using Seekable OCI (SOCI). Lazy loading container images with SOCI reduces the time taken to launch Amazon Elastic Container Service (Amazon ECS) Tasks on AWS Fargate.

29
30
2
The AWS Weekly SHow (youtube.com)
submitted 1 year ago by Ric to c/aws
 
 

Come join me on YouTube to stay up to date with AWS news and releases.

https://youtube.com/@awscommunityradio

31
 
 

Copied directly from the link:

Servers or Serverless - Which is better from a cost perspective?

It really depends upon the use case!

From a financial perspective, it’s a rent vs buy decision.

If a system is used sporadically, then serverless is often cheaper.

If a system is used constantly – serverless can be 10 X more expensive!

You can think of it in the same manner as buying a car vs taking an Uber.

For example – if you live in a city and take ten $25 dollar Uber trips per month the cost is $250

The cost of buying a car, fuel, plus insurance and parking could be $1000 - $2000 per month in most cities.

In the above case – it’s cheaper for this individual to use Uber.

But what happens when a person needs six - $20 Uber trips per day? Now that’s $120 dollars per day or $3600 per month.

In this case, it’s far cheaper to buy a car than to take an Uber.

As a bonus to this second scenario, in the end the person still has the car and can continue to drive the car or sell the asset when the payments are finished.

This is essentially the same calculation of server vs serverless on the cloud.

So, which is better from a cost perspective server or serverless?

It depends upon how the systems are used.

If the systems are used infrequently then serverless is often cheaper. If the systems are used consistently then serverless is much more expensive.

Now you have a fundamental understanding of servers and serverless and their costs.

32
5
Open Guide to AWS (github.com)
submitted 1 year ago by butternuts to c/aws
 
 

Here's a great start into learning AWS.

33
 
 

It looks like AWS Lambda is down in us-east-1 right now and is causing other services to fail. Screenshot is from https://health.aws.amazon.com/health/status

34
 
 

In the interests of Do Not Lurk, here's what I'm planning to play with this week. Looks like a much cheaper way of getting access to larger runner instances, and means I can preinstall a bunch of tools to make builds faster.