---
title: "What Companies Use AWS?"
description: "[NewSearch millions of jobs from your AI agent with MCP→](/blog/jobspipe-mcp-server)"
canonical: https://jobspipe.dev/blog/what-companies-use-aws
last_updated: 2026-09-10
---

[NewSearch millions of jobs from your AI agent with MCP→](/blog/jobspipe-mcp-server)

[All posts](/blog)

![](/listly/card-field.png)

GuideAws

Guide·Sep 9, 2026·3 min read

# What Companies Use AWS?

What companies use AWS? Live job postings name the employers hiring for it, their industries and their size. Here is the list and how to rebuild it.

![Dvir Atias](/authors/dvir-atias.jpg)

Dvir Atias

Founder, JobsPipe

What companies use AWS? No public register answers that, but job postings come close: an employer advertising for AWS skills is running it, migrating to it or building on it for clients. Below is the current list read from active postings, the industry and size mix behind it, and the query that rebuilds the list whenever you need it.

The employers with the most active postings naming AWS, as of 2026-09-09:

-   Amazon.com
-   Amazon Web Services
-   JPMorganChase
-   EPAM Systems
-   Capgemini
-   Deloitte
-   HCLTech
-   EY
-   Accenture
-   NTT DATA

Vendors sit on their own list, because a provider’s postings name its products constantly, and consultancies and staffing firms rank high because they hire for client stacks rather than their own. The full list, with company domains and the country split, is on the [companies using AWS](/companies-using/aws) page.

## How to find out what companies use AWS yourself

1.  **Search postings by skill.** Call `POST /v1/jobs/search` with `skills_or` set to `["aws"]`. Every row carries `company` and a `technology_slugs` array, so grouping the results by company and sorting by open roles produces the list above.
2.  **Read the roles, not just the count.** A platform engineer posting means the company runs AWS. A solutions architect posting at a consultancy means it sells AWS work. A single mention in a nice-to-have line means little. Filter with `job_title_or` to keep the roles that prove adoption.
3.  **Cut by industry and size.** Add `isic_division_or` for an industry and `min_employee_count` or `max_employee_count` for a size band. The chart below shows where postings naming AWS concentrate.
4.  **Confirm on the website.** `POST /v1/stack/scan` reads a domain’s public site for hostnames, headers and scripts. AWS shows up when the site itself is served from it, so a scan and the hiring record confirm each other. A company can run AWS behind the scenes while its marketing site sits on a different host, which is why the posting signal matters.
5.  **Keep the list live.** Rerun the query with `discovered_at_gte` set to your last check, or save it as a Signal. A first AWS posting at a company that never named it before is the earliest public sign of a migration.

-   Software and IT services23.6%
-   Financial services6.8%
-   Employment and staffing5.3%
-   Retail trade1.8%
-   Head offices and consulting1.6%
-   1000+ employees23.8%
-   201-1000 employees6.2%
-   51-200 employees4.2%
-   1-50 employees4.1%

Share of active postings naming AWS, by employer industry (top five ISIC divisions) and by employer size band. Size bands omit postings whose employer headcount is unknown.

How this was measured

Measured from active postings on the ten collected boards whose text names the technology (deduplicated by posting id). Generated 2026-09-09. Shares only: JobsPipe publishes percentages, not counts.

A posting counts once per technology its text names. Industry is the ISIC Rev.4 division of the employer on each posting; size is the employer’s headcount band where known, so the size bars do not sum to 100%. Shares are cross-sectional for the current active set.

```
curl -X POST https://api.jobspipe.dev/v1/jobs/search \
  -H "Authorization: Bearer $JOBSPIPE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"skills_or":["aws"],"status":"active","limit":25}'
```

How many companies use AWS? Posting data cannot count companies, only postings, and it puts the answer in perspective: 3.1% of active postings on the ten collected boards name AWS. That is a minority of postings, because most roles at an AWS shop never mention the cloud provider. The figure measures hiring that names AWS, not the share of companies that run it.

## Where JobsPipe fits

JobsPipe is a jobs data API that collects live postings from LinkedIn, Indeed, Y Combinator, Naukri, Workday, Greenhouse, Workable, SmartRecruiters, Ashby, Lever and Paylocity, returns them as one schema with closure tracking and a ghost score, and includes a free tier of 1,000 jobs a month. The list above is one request against [jobspipe.dev](https://jobspipe.dev):

```
curl -X POST https://api.jobspipe.dev/v1/jobs/search \
  -H "Authorization: Bearer $JOBSPIPE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "skills_or": ["aws"], "status": "active", "limit": 100 }'
```

Group the rows by `company` and you have the list; read `technology_slugs` and you have the rest of each employer’s stack. The website side is the [stack scan](/stack), and how the two signals combine is explained on the [technographics](/technographics) page.

Build your own list of companies using AWS from live postings - 1,000 jobs a month free.

![](/listly/shape-heart.png)

FAQs

## Frequently Asked Questions

### Which companies use AWS?

As of 2026-09-09, the employers with the most active postings naming AWS on the ten boards JobsPipe collects include Amazon.com, Amazon Web Services, JPMorganChase, EPAM Systems, Capgemini. Vendors and consultancies rank high because their postings name client stacks. The live list is one search with skills\_or set to \["aws"\], grouped by company.

### How many companies use AWS?

Posting data cannot count companies. It can say that 3.1% of active postings name AWS, a minority of postings, because most roles at a company running AWS never mention it. Treat that share as a measure of hiring that names AWS, not of the installed base, which vendor and analyst figures estimate by other means.

### How does JobsPipe know a company uses AWS?

Two ways. Job postings are matched against a technology lexicon and the matches are stored on each record as technology\_slugs, so a company with active postings naming AWS appears in the list. The stack scan reads a domain's public site and reports AWS when the site itself is served from it. A posting is a hiring signal, not proof of a contract.

[

← Previous

When Did MCP Servers Come Out?

](/blog/when-did-mcp-servers-come-out)[

Next →

What Companies Use Cloudflare?

](/blog/what-companies-use-cloudflare)

---
Canonical URL: https://jobspipe.dev/blog/what-companies-use-aws
Title: What Companies Use AWS?
Description: What companies use AWS? Live job postings name the employers hiring for it, their industries and their size. Here is the list and how to rebuild it.

---
AI agents: the full machine-readable index of this site is https://jobspipe.dev/llms.txt?src=md-twin - API quickstart, no-key sandbox (POST https://api.jobspipe.dev/v1/sandbox/jobs/search), MCP server, pricing. Free key: https://jobspipe.dev/signup