Earlier quoted context omitted.
You’ve never been part of a large organization have you? I have a little insight on how things like CodeCommit fall behind the competition. I worked at AWS in the Professional Services division. For a little over two years I was on a makeshift team maintaining and improving a very popular open source project in its niche. The project was hosted on “AWS Samples” ( https://github.com/aws-samples ). Once approved for th…
Hey fellow nerd. What project was it? I'm just curious if I came across it. I loved digging through the solutions repositories every quarter or so -- always something new and legitimately useful.
AWS Code Commit Ceased Onboarding New Customers
81–86 of 86 posts
Re: AWS Code Commit Ceased Onboarding New Customers
#82Earlier quoted context omitted.
> QLDB is an immutable database with allowing you to move back and forward in history and do live streaming of events etc with cryptographic verification built in. Which no one ever needed.
I used it for a subset of the features. Financial auditing and risk rating of destination banks for a particular network. Having an immutable database that was able to track fraud ratings, along with when exactly it occurred with the data available at the time was pretty cool. You could probably do it with other tools, but having it all in one product was nice. The cryptographic verification was helpful for legal def…
QLDB is the 'blockchain' businesses need. If you think of blockchain design choices as a set of dip switches, QLDB is the only one with all the correct settings for distributed business transaction value at scale.
Re: AWS Code Commit Ceased Onboarding New Customers
#83Earlier quoted context omitted.
GitHub is good, yes? And Excel? And Notion? And Datadog? Lots of companies with excellent user friendly products. GCP is good in that regard too, minus IAM.
> GCP is good in that regard too, minus IAM. Care to elaborate why? IMO, GCP's IAM is years ahead of say AWS.
Re: AWS Code Commit Ceased Onboarding New Customers
#84AWS had and probably still has the least interesting and immature way of investing in new products of any organization with the resources it has. Apart from the early wave of AWS products virtually everything has been a dud. There are so many random AWS products that are live but basically dead because Amazon/AWS never invested enough into them. Totally predictable outcome. I’m not sure why Bezos made Andy Jassy CEO.
Re: AWS Code Commit Ceased Onboarding New Customers
#85Every AWS feature requires some stupid aws cli call that gives you 12 hours of usage. So every day depending on how many products you're using, you have stupid shit to run. Was codecommit like that
No. You could either set it up with SSH or HTTPS credentials (managed via IAM Console or CLI) or use the AWS CLI's credential helper that managed everything automatically. The credential helper was a little weird to set up the first time I used it, but once I wrote up the instructions it was easy enough. Honestly I've never come across the '12 hours of usage' thing for AWS. But I only use CodeCommit, EC2, S3, SNS, SE…
Re: AWS Code Commit Ceased Onboarding New Customers
#86Earlier quoted context omitted.
GitHub is good, yes? And Excel? And Notion? And Datadog? Lots of companies with excellent user friendly products. GCP is good in that regard too, minus IAM.
> GCP is good in that regard too, minus IAM. Care to elaborate why? IMO, GCP's IAM is years ahead of say AWS.
A hundreds different "Admin" roles, a bunch of OAuth client stuff, other weird settings.
It's a fundamentally hard problem, but I don't think GCP solved it in an approachable/user-friendly way, which is the topic.