HN.zip

AWS Service Availability Updates

58 points by dabinat - 27 comments
ayende [3 hidden]5 mins ago
Amazon Glacier on the list is a pretty big surprise to me.
bpicolo [3 hidden]5 mins ago
It was consolidated into S3 as a storage class: https://docs.aws.amazon.com/amazonglacier/latest/dev/introdu...
dotancohen [3 hidden]5 mins ago
That's interesting, as Glacier was based on a completely different hardware implementation for a different use case.
Niksko [3 hidden]5 mins ago
If you click the Glacier link, it seems like it's some sort of standalone service and API that's very old. The page says to use S3's Glacier storage tier instead, so no change for the majority of folks that are likely using it this way
count [3 hidden]5 mins ago
Same capability is now just a storage class in S3.
whydid [3 hidden]5 mins ago
Read the header here for an explanation, it's not going away.

https://docs.aws.amazon.com/amazonglacier/latest/dev/introdu...

bigwheels [3 hidden]5 mins ago
Is the implication these services are used so little it isn't worth AWS continuing to invest in developing or maintaining beyond bare-minimum KTLO ops?
yunwal [3 hidden]5 mins ago
Some of them also ended up getting consolidated into other larger services
freshnode [3 hidden]5 mins ago
They should get real and include App Runner on this list.

So much promise as a Heroku alternative with all the AWS integrations but it's basically dead now. Not a peep from them on their public roadmap over at github.

We're having to go back to Fargate with all the operational overhead that entails.

ajayvk [3 hidden]5 mins ago
If you are fine with running lots of apps on one beefy machine, the project I am building https://github.com/openrundev/openrun provides a similar abstraction as App Runner and Cloud Run (automatically deploy web apps from source). It supports scaling down to zero, but does not yet scale an app beyond one container.
gregsadetsky [3 hidden]5 mins ago
genuinely curious, what would make you trust a PaaS-like platform again? are you looking for control/transparency? is it about pricing?
havefunbesafe [3 hidden]5 mins ago
Amazon S3 Object Lambda seems like a massive category to deprecate
bilekas [3 hidden]5 mins ago
Yeah, that will greatly impact one of our products. As usual with AWS documentation it's not very clear what the update path seems to be.

https://docs.aws.amazon.com/AmazonS3/latest/userguide/amazon...

I wonder why they're going that direction too, if anything those lambdas must be making money for them.

easton [3 hidden]5 mins ago
At least it’s not S3 triggers for lambdas, just about gave me a heart attack.
honopu [3 hidden]5 mins ago
oh maybe thats what were using. Made it months ago and im not 100% sure. Lambda on putObject
JohnMakin [3 hidden]5 mins ago
That sounds like it might be a lambda trigger to me. The feature being deprecated is lambdas that operate at the s3 API level.
honopu [3 hidden]5 mins ago
Yeah it's an Event Notification that triggers lambda that acts on the bucket, i had to give it permissions to the bucket so i guess it's outside it :). We'll see!
honopu [3 hidden]5 mins ago
Yeah I agree. We're currently using it to dump images as originals into a bucket at a path.. then the aws lambda function attached generates all the thumbnails.
yunwal [3 hidden]5 mins ago
Starting a new service was a path towards promotion at AWS, so they ended up launching 100s of services to the point where there were 10 different ways to do everything. I’m glad they’re culling them.
sunrunner [3 hidden]5 mins ago
I guess this explains why AWS manages to run the whole gamut from the most generally applicable tooling such as EC2 to something I’ve never heard of and sounds specific enough to just be its own business, ‘AWS HealthOmics - Variant and Annotation Store’
JCM9 [3 hidden]5 mins ago
Glad to see this, but there’s a lot more cleanup to do. AWS went from having a few core excellent services with a strong innovation pipeline to a chaotic “jack of all trades master of none” approach with no clear product strategy. Some of the recent panic trying to catch up on AI has resulting in even more slop thrown at the wall hoping something sticks.

We love you, but focus on the core infrastructure bits and stop chasing everything that moves! Your customers build better apps and services that you do… just build great building blocks and folks will be very happy.

koolba [3 hidden]5 mins ago
Wow. I can’t believe Glacier is on that list.

Does not be accessible to new customers mean a new test account that rolls into the same parent org would no longer have access either?

jeffnappi [3 hidden]5 mins ago
It's the standalone Glacier service which I wasn't even aware existed - nothing changes for the s3 glacier storage class.
umurkontaci [3 hidden]5 mins ago
Amazon following the lead of Google Cloud of shutting down AWS services is not a good sign.
rilindo [3 hidden]5 mins ago
Where will the money and resources to develop AWS AI come from? Not from Incident Manager, that is for certain.
joelthelion [3 hidden]5 mins ago
This is why you should never use niche aws services.
bilekas [3 hidden]5 mins ago
> This is why you should never use niche aws services.

Niche ? From who's perspective? Anyway if AWS are offering a service, why would you ever need to consider 'is this too niche for lts?'