Hacker News new | ask | show | jobs
by blaines 3651 days ago
I can't get GPU instances on GCE and high CPU instances max out at 32 vCPU which is a blocker for me.

After further review, they don't seem to have a product similar to SNS, looks like I might be able to do most of the same things with Pub/Sub though.

2 comments

As you said, SNS is mostly covered with PubSub but SQS and any sort of RDS for something other than MySQL are absent (notably Postgres). I like GCE a lot and we use it at $work but there's no excuse at this point to not have feature parity.
PubSub should handle all of your SQS needs and then some. It's a weird combo of SNS and SQS. Has topics, too.
Firebase Cloud Messaging (FCM) seems like an alternative to SNS, although it isn't part of GCE.