Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Programming IT Technology

AWS Quietly Scales Back Some DevOps Services (devclass.com) 50

AWS has quietly halted new customer onboarding for several of its services, including the once-touted CodeCommit source code repository and Cloud9 cloud IDE, signaling a potential retreat from its comprehensive DevOps offering.

The stealth deprecation, discovered by users encountering unexpected errors, has sent ripples through the AWS community, with many expressing frustration over the lack of formal announcements and the continued presence of outdated documentation. AWS VP Jeff Barr belatedly confirmed the decision on social media, listing affected services such as S3 Select, CloudSearch, SimpleDB, Forecast, and Data Pipeline.
This discussion has been archived. No new comments can be posted.

AWS Quietly Scales Back Some DevOps Services

Comments Filter:
  • by Anonymous Coward on Wednesday July 31, 2024 @01:35PM (#64670096)
    DevOps is just a dream by managers that they can get the developers roped into operations, fire the sysadmins, and keep the coders on the hook for weekend and after hours work, saving a penny or two. In reality it just misses the mark because of severe skills gaps, the propensity of "devops" shops to underpay, and the burnout it causes. My radar always goes up when I hear someone claiming to be technical use the term. Their stock goes down in a hurry and I figure they are gunning for a management job.
  • Gotta free up some more cash for that shitty TV series with the scowling elf.

  • My gosh CodeCommit was slow. It took several seconds to fetch, get, push, etc, compared to other services like bitbucket or github which are practically instantaneous. Fortunately we've already switched away from CodeCommit.

    • Digressing, these days, IMHO, I don't see why any company would use anything other than GitHub Enterprise. BitBucket, IMHO, has lagged behind. GitLab seems to be keeping up, but GHE offers a lot of nice features like issues, runners, and many other items, so one doesn't need a ticket system like Jira for the developers. Plus, GHE's appliance install is very easy to work with on-prem, for the most part, and they fix bugs quickly.

      Of course for smaller firms, Gitea isn't bad either.

      • Just use what is good enough. Don't need to chase the silver bullets. Constant change is the enemy of getting things done. It also kills companies by wasting time on stuff that doesn't actually make money because of the law of diminishing returns.
  • A while back (before I got my current job), I had an interview where the CTO told me, "Backups have no ROI. If it isn't in CodeCommit, it doesn't exist." Needless to say, I noped out of that one.

    My question is, what is a replacement? Creating a VPC, throwing a GitHub Enterprise appliance onto an EC2 instance, and going that route? Or just trusting GitHub and their cloud service?

    • by gweihir ( 88907 )

      There is no replacement for backups. And they need to be multi-generation, offline or WORM, regularly tested, including a restore-test and independent of your primary storage mechanism.

      Talk about business people that have no survival skills. They belong in the pool of the unemployed or low-skill workers. That somebody like that is a CTO just makes this even more obvious.

      • by unrtst ( 777550 )

        ... continuing your backup rant ... a backup isn't a backup until a restore is made and verified (and that should be done periodically, even if you don't need it!)

        Regarding ctilsie242's question:

        My question is, what is a replacement? Creating a VPC, throwing a GitHub Enterprise appliance onto an EC2 instance, and going that route? Or just trusting GitHub and their cloud service?

        That depends heavily on your needs. IMO, plain old git on a server you can reach via ssh (and assuming that server is backed up) is often more than enough. Do you need the extra features that some web interface introduces? What part of CodeCommit are you trying to replace?

        • Makes sense. I am curious what companies are migrating to from CodeCommit. In my experience, GitHub Enterprise and GitLab are the way to go, as well as Gitea.

          • by unrtst ( 777550 )

            CTO told me, "Backups have no ROI. If it isn't in CodeCommit, it doesn't exist." Needless to say, I noped out of that one.

            Makes sense. I am curious what companies are migrating to from CodeCommit. In my experience, GitHub Enterprise and GitLab are the way to go, as well as Gitea.

            Whatever you end up doing, I think it's worth noting that, should one go with another software-as-a-service provider as opposed to rolling+supporting your own, you must keep in mind that they may pull the rug out from under you at any time. That could be some simply change or shift, or completely discontinuing their service, or not allowing new projects to be added (as is the case here). Regardless, you MUST take that into account as part of the cost of doing things that way, just as much as there is a nota

        • As for needs, IMHO, one of the critical things I always look for are signed commits. Having this in a dev environment can go a long way in prevent supply chain attacks, especially if the keys are generates on HSMs like YubiKeys.

        • 1. CodePipeline integration
          2. Avoid another 3rd party with its own fees
          3. Data locality issues
          4. IAM / SSO and short lived credentials support

    • The alternative is much better backups. If they want to overpay someone to do it for them, use Tarsnap or something similar. However, if they simply cannot be bothered because they can rebuild from some code repo, ask them to do it as a demonstration. When they fail miserably, make a lot of noise about it, then demand they do the right thing. If they won't, run screaming away and toss a few email grenades throwing the CTO under the bus on the way out.
      • Quit or don't take the job, yes, but walking away quietly is the professional thing to do.

        The email bombs won't do a thing, their problems are not your responsibility or problem, and you don't know who will remember you years later and cut you out behind the scenes you never knew about. Just go. The company will live or die on its own. Not your concern.

  • by gweihir ( 88907 ) on Wednesday July 31, 2024 @02:51PM (#64670356)

    Great business model! Anybody that trusts this gets exactly what they deserve.

  • by account_deleted ( 4530225 ) on Wednesday July 31, 2024 @03:31PM (#64670466)
    Comment removed based on user account deletion
    • I highly doubt it. I expect to see Amplify, Elastic Beanstalk and a lot of other low-use product to go next. The main question is: will they botch the communication again ?

I cannot believe that God plays dice with the cosmos. -- Albert Einstein, on the randomness of quantum mechanics

Working...