Sign in Agent Mode
Categories
Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Reviews from AWS customer

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

141 reviews
from

External reviews are not included in the AWS star rating for the product.


    Kamal H.

Secure, Scalable Developer Environments Without Sacrificing Velocity

  • April 20, 2026
  • Review provided by G2

What do you like best about the product?
What I like most about Coder is how it brings developer productivity, enterprise governance, and infrastructure control together in a genuinely practical way. Rather than treating developer environments as unmanaged laptops or one-off VMs, Coder enables standardized, reproducible dev environments that are centrally governed while still staying fully flexible for engineers.

From a platform and enterprise standpoint, the biggest benefits are consistency and security. Environments are defined as code, access is identity-driven, and everything runs within the organization’s own infrastructure. This helps reduce configuration drift, strengthens compliance, and makes onboarding—or switching between projects—much faster.

For developers, the day-to-day experience is just as strong. Spinning up a ready-to-use environment takes minutes instead of days, and developers can keep using their preferred tools without constantly running into corporate constraints. The mix of quick startup, reliable performance, and smooth integration with existing CI/CD and IAM systems makes Coder feel like a natural extension of modern development workflows, not another tool that needs ongoing management.

Overall, Coder strikes a rare balance: it boosts developer velocity while giving platform and security teams the visibility and control they need at enterprise scale.
What do you dislike about the product?
The main downside of Coder isn’t a lack of capability, but the learning curve that naturally comes with a powerful, enterprise‑grade platform. For teams that are new to infrastructure‑as‑code or centralized developer environments, the initial setup—and the mental shift away from traditional local development—can take time.

Because Coder is highly flexible and integrates deeply with existing cloud, Kubernetes, and identity setups, organizations typically need to invest upfront in defining the right templates, permissions, and workflows. That upfront work is a positive long‑term trade‑off, but in the early stages it can feel more complex than simpler, less opinionated developer tools.

From a developer perspective, there may also be a short adjustment period when moving away from fully local environments, especially for engineers who are used to unrestricted local access. Clear internal enablement and documentation can reduce this friction quickly, but it’s still something teams should plan for during adoption.

Overall, these aren’t fundamental drawbacks of the product itself; they’re the practical realities of implementing a robust, secure, and scalable development platform in an enterprise context.
What problems is the product solving and how is that benefiting you?
Coder is solving the “developer environment chaos” problem: inconsistent local setups, long onboarding cycles, fragile “works on my machine” builds, and limited governance over where code is built and what data/tools are accessed.

Before Coder, provisioning a compliant dev environment (right tooling, access, policies, networking) required manual steps and ticket-driven support. New joiners or people switching projects could lose days just to reach a productive baseline, and teams spent time debugging environment drift rather than delivering features.

With Coder, development environments are defined as code, standardized, and reproducible. We can provide secure, policy-compliant workspaces that run in our own infrastructure and are tied to identity-based access. This has reduced onboarding and environment setup from days to minutes/hours, lowered “environment-related” incidents, and improved release reliability by keeping dev/test conditions consistent.

The biggest benefit is the combination of faster developer throughput and stronger governance: developers get a frictionless, ready-to-code experience while platform/security teams get visibility, auditability, and control (templates, permissions, lifecycle, and cost boundaries). It’s a measurable boost in velocity without compromising compliance


    Aubrey m.

Intriguing Integration with Secure Setup

  • April 20, 2026
  • Review provided by G2

What do you like best about the product?
I like the slogan 'open by design, secure by default' of Coder, which got me curious and excited about the possibilities. The integration capabilities stand out to me as it is magically, easily integrating, which is a big win over other platforms that have similar tasks but different specs and require costly integration efforts. The initial setup of Coder was pretty easy for me, especially since there were straightforward guidelines that allowed me to configure it to my specifications rather than sticking to the default settings.
What do you dislike about the product?
I'm still exploring Coder, but I doubt it would integrate with all IDEs, although it's yet to be proven right.
What problems is the product solving and how is that benefiting you?
With Coder, I expect to overcome security constraints, work in sandbox environments for AI, and enjoy easy integration despite using different platforms with varying specs.


    Omar S.

Excellent Tool for Cloud Native Development Environment

  • April 20, 2026
  • Review provided by G2

What do you like best about the product?
Coder is remarkably easy to setup and use. The interface is initiatuve and spinning up development enviroments is straightforward even for a new team member.
What do you dislike about the product?
Nothing significant so far!
What problems is the product solving and how is that benefiting you?
Coder helps us streamline and automate our daily development workflows. It eliminates environment incoconsitencies issues and allows our team to focus on actual work rather than troubleshooting local setup problems. the producitivty gain is noticable


    Financial Services

Slick Integrations, Fast Setup, and a Polished UI

  • April 20, 2026
  • Review provided by G2

What do you like best about the product?
Slick integrations, fast to spin up, good UI
What do you dislike about the product?
Terraform inside terraform is horrible to debug and template, bad grafana dashboards
What problems is the product solving and how is that benefiting you?
All in one UI for entrypoint into dev systems, sandboxed solution


    E-Learning

VS Code in the Browser: Perfect for Chromebook Classrooms

  • April 20, 2026
  • Review provided by G2

What do you like best about the product?
Being able to run VS Code in the browser for my High School students, since most students are using ChromeBooks.
What do you dislike about the product?
The least helpful thing is that it still requires an internet to run VS Code. Supposidly there is a way of running it locally but it is not well documented.
What problems is the product solving and how is that benefiting you?
Solves the problem of how are students to do computer science, when all they have is a ChromeBook.


    Yaroslav C.

Empowers Devs with Seamless Cloud Development

  • April 20, 2026
  • Review provided by G2

What do you like best about the product?
I love how Coder eliminates the 'it works on my machine' excuse by letting me spin up a workspace from a Terraform template, matching the exact environment the team uses. The speed is easily the best part; I can spin up a massive Spring Boot project and have IntelliJ shared indexes ready almost instantly. Coder handles the resource drain by offloading heavy workloads to powerful server hardware, which provides a low-latency connection that feels local but with cloud power. I also appreciate the security, as my code stays on our infrastructure, eliminating worries about IP theft if my hardware is lost. The convenience of port mapping with Coder Connect is great—it allows me to run a local Spring Boot service on port 8080 and map it to my actual localhost without dealing with SSH tunnels or firewall rules. It just works like the app is running natively. Plus, defining the environment as code means that whenever a dependency or database version changes, I update the template, and everyone automatically gets the fix.
What do you dislike about the product?
The connection stability is a weak point. Even with their peer to peer setup, the moment your internet flutters or you switch from Wi-Fi to a VPN, the remote IDE connection usually hangs or drops. Reconnecting isn't always instant, which kills your momentum when you're deep in a debugging session. For a backend dev, the actual usage is easy, but the initial platform setup is a bit of a climb. Since it’s built on Terraform, you aren't just clicking 'install' and walking away. You have to actually define your infrastructure, which means if you aren't comfortable with HCL or Kubernetes, you’re going to be staring at documentation for a while just to get a basic workspace running.
What problems is the product solving and how is that benefiting you?
Coder enables quick dev environment setup, and enhances security by keeping code on our infrastructure. It allows quickly switching environments without conflicts and feels local due to low-latency connections.


    Vignesh W.

Easy-to-Use Automation Tool with Potential for More Features

  • April 20, 2026
  • Review provided by G2

What do you like best about the product?
I like Coder for its feasibility and the fact that it's easy to use. I also appreciate the breadth of resources available, which is quite beneficial for maintaining my small business and running agents for work.
What do you dislike about the product?
I feel like there could be more features and stuff.
What problems is the product solving and how is that benefiting you?
I use Coder for maintaining my small business and running agents for work. It helps with automation.


    Computer Software

Coder for AI/ML: Faster Experiments, Fewer Setup Headachesstent, Cloud-Agnostic Dev Environments

  • April 20, 2026
  • Review provided by G2

What do you like best about the product?
Top upsides of coder:
1. Easiest onboarding : I was able to start immediately.
2. Consistent environments
3. Cloud-agnostic : Easily worked on a projects both self hosted and cloud ones for client.
Reproducible , up to date works automatically.
What do you dislike about the product?
Honestly? A few things that felt a bit rough during my review:

- The "simple" local install is great, but once you need anything beyond that (K8s, HA, external DB), the setup jumps in complexity pretty fast. If your team isn't already comfortable with Terraform or Postgres, there's a learning cliff, not just a curve.

- On Apple Silicon, you *have* to bring your own PostgreSQL. Not a dealbreaker, but it's an extra step the docs don't smooth over, and it breaks the otherwise nice "one command" flow.

- Since it's self-hosted, you're owning the upkeep—upgrades, monitoring, backups. That's fine if you have platform bandwidth, but it's easy to underestimate that operational tax when you're just evaluating the dev experience.

- Debugging a workspace that won't start can feel abstracted. You're troubleshooting infra + app + network layers, and the error messages aren't always beginner-friendly.

- Premium features like SSO and workspace proxies are gated. Totally understandable, but if you're evaluating for a security-conscious org, the open-core model means the "real" enterprise readiness isn't in the free tier.

Nothing that makes me walk away—it's still a solid tool—but these are the friction points I'd want to budget for before committing. Hope that's the kind of candid take you were looking for.
What problems is the product solving and how is that benefiting you?
I work primarily in AI/ML.

- Reproducibility: Pin CUDA, Python, deps in templates—no more "works on my notebook" surprises.
- GPU efficiency: Spin up GPU workspaces only when needed; share a pool instead of over-provisioning.
- Faster onboarding: New DS gets a pre-baked env with PyTorch/Jupyter/internal libs → coding same day.
- Smoother handoffs: Same template for research → training → staging cuts deployment friction.
- Data governance: Code/data stay on controlled infra; RBAC/isolation help with compliance.
- Cost clarity: Tag workspaces, auto-shutdown, right-size GPUs—easier to track spend per experiment.

Bottom line: Less time fighting environments, more time iterating on models.


    Alternative Dispute Resolution

Fast, Practical Development—But Heavy Ops Overhead and DIY AI Guardrails

  • April 20, 2026
  • Review provided by G2

What do you like best about the product?
What I like most about Coder is its ability to turn ideas into something functional quickly and practically. It doesn’t stay in theory, it lets you build, test, and refine solutions almost in real time, which really speeds up the development process.

It also stands out for simplifying complex tasks. Instead of setting everything up from scratch, you can focus on solving the actual problem and improving your code.
What do you dislike about the product?
Coder demands heavy operational overhead (self-hosted, tightly tied to Kubernetes, Terraform templates, and constant tuning), which makes it a poor fit for small teams without dedicated DevOps. Its AI agent story ships without context or guardrails, forcing you to build your own prompts and wrappers. Bottom line: great control and compliance, but at the cost of complexity, maintenance time, and a TCO that doesn't always beat managed SaaS alternatives.
What problems is the product solving and how is that benefiting you?
Coder solves the "works on my machine" problem by centralizing dev environments into consistent, pre-configured cloud workspaces, cutting onboarding from days to minutes and eliminating environment drift across teams. It also moves source code off vulnerable laptops into governed infrastructure, which is a major win for security, compliance, and data sovereignty in regulated industries. On top of that, auto-shutdown and right-sizing curb runaway cloud spend, and the sandboxed workspaces give AI coding agents a safe place to operate without exposing sensitive systems.


    Venkata P.

Secure, Reproducible Cloud Dev Workspaces That Eliminate Local Setup Pain

  • April 20, 2026
  • Review provided by G2

What do you like best about the product?
Instead of developers wrestling with local environments, it gives you secure, cloud-based dev workspaces that are consistent and reproducible. That sounds simple, but it solves a lot of real pain.
What do you dislike about the product?
Coder is strong, but it’s not frictionless. The downsides mostly show up when you move from a small pilot to enterprise-scale adoption
What problems is the product solving and how is that benefiting you?
consistency + fewer debugging headaches. lower support cost + cleaner ops model. optimized cloud spend, smoother DevOps + fewer integration issues