
Table of Contents
By Khimananda Oli | Last reviewed: September 2026
A cloud consultant is hired to make decisions, not to hold a seat. The work is assessing what you are running, choosing an architecture that fits your team's actual size and skill, and leaving behind infrastructure your own engineers can operate. Typical engagements run two to twelve weeks, are priced by scope or day rate rather than headcount, and end with a handover. If nobody will own the result afterwards, you need a hire, not a consultant.
What does a cloud consultant actually do?
The title is used loosely enough to be almost meaningless, so it is worth being concrete. A cloud consultant is brought in for a decision with consequences — one your team either has not made before or cannot make objectively from inside. Five engagement types cover most real work.
What unites them is that each produces a decision you can act on and a document your team keeps. A cloud consultant who has been "embedded" for eight months writing tickets is no longer consulting — that is staff augmentation with a higher invoice, and you should convert it or end it.
Cloud consultant vs cloud architect vs DevOps engineer
These three get used interchangeably in job ads and they should not be. The distinction is not seniority — it is who owns the outcome and for how long.
The practical test: if the work has a defined end, a decision at the centre and a handover, it is consulting. If it is continuous, it is a role. Teams weighing up the permanent side of that will find cloud engineer vs DevOps engineer useful, and anyone hiring locally should read hiring a DevOps engineer in Nepal alongside it.
Not every cloud consultant does the same work
"Cloud consultant" covers at least four specialisations that rarely sit in one person, and briefing the wrong one wastes a month:
- Platform and infrastructure. Landing zones, networking, account structure, Kubernetes, infrastructure as code. The default meaning of the title, and the right pick for a migration or a greenfield build.
- FinOps and cost. Billing data, commitment strategy, showback and chargeback, tagging discipline. Overlaps with platform work but the day job is spreadsheets and negotiation as much as architecture.
- Security and compliance. Controls, evidence, identity, audit readiness. Someone who has actually been through a SOC 2 audit on the other side of the table is worth several who have only read about it.
- Data and resilience. Backup strategy, recovery objectives, residency. Frequently the thing nobody owned until an incident made it urgent — the territory of backup and disaster recovery strategy on the cloud.
Provider depth matters less than people expect. The concepts transfer; the specifics are a fortnight of reading for anyone competent. Be more suspicious of a consultant who claims equal depth in AWS, Azure and GCP than of one who says they are strongest in one and will say so when a question falls outside it.
What does a cloud consultant cost in 2026?
Three pricing models dominate, and the one you choose says more about risk than money.
| Model | How it works | Best for | Watch out for |
|---|---|---|---|
| Fixed scope | Agreed deliverable, agreed price, agreed date | Assessments, migrations, compliance readiness — anything with a clear finish line | Scope creep handled by change request, so define "done" precisely up front |
| Day rate | Billed per day or per week worked | Exploratory work where the shape is genuinely unknown | No incentive to finish early; cap the total days in writing |
| Retainer | Fixed monthly block of hours | Ongoing advice after a build, review cadence, escalation cover | Quietly becomes a salary you cannot manage; review it every quarter |
Rates vary enormously by region and by whether you are buying a person or a firm — an independent specialist and a Big Four practice for the same brief can differ by an order of magnitude. Rather than quote numbers that will be wrong for your market, use these as the things that actually move the price: depth of regulatory requirement, whether production migration is included or only planning, whether you want implementation or just the design, how much of your estate is undocumented, and how fast you need it. The last one is the most expensive and the least often necessary.
The honest framing on value: a cost-optimisation engagement should pay for itself, and you should ask the consultant to say so in writing before starting. If nobody will commit to the savings being larger than the fee, the engagement is probably about something else. Reducing your AWS bill covers the tactics well enough that you can try the obvious ones first and hire only for what is left.
When do you actually need a cloud consultant?
Being straightforward about this matters more than the sales pitch. Good reasons:
- A one-way-door decision. Region selection, account structure, choice of managed service, data residency — things cheap to get right now and expensive to reverse in two years. See choosing the right AWS region for how much rides on one of these.
- A first migration. Your team will do exactly one of these; a consultant has done twenty, and the difference shows in the cutover plan rather than the architecture diagram.
- A compliance deadline. SOC 2 or ISO 27001 with a date attached is a well-mapped problem that is miserable to learn under time pressure.
- An objective read. Sometimes the team already knows the answer and needs someone without internal politics to say it out loud.
- Capability transfer. You want your engineers to end up able to do this, and pairing them with someone who already can is the fastest route.
And the cases where you should not:
- You need hands, not judgement. Steady weekly work is a hire. Consultants are expensive per hour precisely because the engagement is short.
- Nobody will own the result. The most common way these engagements are wasted: a beautiful platform is delivered, the consultant leaves, and six months later nobody can explain the Terraform. Name the internal owner before the kickoff, not at the handover.
- The real problem is organisational. No architecture fixes a team that cannot get a deploy approved. A consultant can say this out loud, but cannot fix it.
- You have not tried the documented path. The AWS Well-Architected Framework is free and will answer a surprising share of what people pay for.
What a good engagement looks like
How to brief one, and what to ask
The quality of the engagement is set in the first conversation, mostly by you. Come with the constraint, not the solution: "we need to be SOC 2 ready by March and we have four engineers" produces a far better answer than "we want Kubernetes". Then ask these five:
- "What would you not do here?" A consultant with no opinions about what to skip will happily build everything. The good answer usually includes something you were planning to buy.
- "Who on my team will own this afterwards, and how are you preparing them?" If the answer is documentation alone, the handover will fail.
- "Show me something comparable you have handed over." Not a case study — a description of what the client's team could do at the end that they could not at the start.
- "What does this cost to run per month, and what happens to that in a year?" Architectures that look clever at design time have a way of becoming the bill nobody can explain.
- "What is your exit?" Ask on day one. Anyone whose model depends on staying will hesitate.
Red flags worth naming: a recommendation before any discovery, a proposal with no named deliverable, insistence on building in the consultant's own accounts or under their licences, resistance to your engineers reviewing the code, and a fixed answer regardless of the question — if every problem ends in the same platform, you are being sold, not advised. Infrastructure should arrive as reviewable code in your repository, which is most of why infrastructure as code with Terraform matters commercially rather than just technically.
What to have ready before the first call
Consultants bill for discovery, so anything you hand over on day one is money you keep. None of this needs to be tidy — it needs to exist:
- Read-only access, arranged in advance. The single most common cause of a slow start is a two-week wait for an IAM role. Agree it before the contract is signed.
- Twelve months of billing data, exported. Not a screenshot of this month's dashboard.
- Whatever architecture documentation exists, however stale. Say it is stale; a wrong diagram plus that warning is still faster than nothing.
- The constraint that is actually driving this. A date, a budget, an audit, a customer demand, a person leaving. Consultants solve the stated problem, so state the real one.
- Your team's honest skill picture. An architecture your engineers cannot operate is worse than a plainer one they can. Overstating the team's Kubernetes experience is a good way to be handed a platform nobody can debug at 2am.
- Where the code will live. Your repository, your state backend, your accounts, agreed up front — see Terraform state management and remote backends for why the state file in particular is not a detail to settle later.
One more thing that costs nothing: decide in advance who is allowed to say yes. More engagements stall on an unavailable decision maker than on any technical problem.
Getting value out of it
The teams that get the most from a cloud consultant treat the engagement as a training exercise with a deliverable attached. They assign an engineer to work alongside rather than wait for the report, they insist every artefact lands in their own repository, and they name the owner before anyone starts. The teams that get least buy a document, file it, and hire again eighteen months later with the same question.
Whatever you are weighing — a first migration, a bill that has stopped making sense, or a compliance date you cannot move — the useful first step is small: get an assessment scoped to two or three weeks, with a written deliverable and no commitment beyond it. You will learn what you actually need, and a consultant worth hiring will tell you if the answer is "less than you thought".
If that is the conversation you are in, my cloud consulting and DevOps services cover assessments, migrations, cost optimisation and compliance readiness — scoped with a fixed end date and a handover your own team can run.