🎓 AWS training in Netherlands · live online in CET (UTC+1) · corporate onsitecontact@DevOpsSchool.com+91 99057 40781

> Cloud · DevOpsSchool Training

AWS Training in Netherlands

Live online batches timed for CET (UTC+1), or corporate onsite across Netherlands — every session a live demo in a real lab, not slides.

★ 4.8 / 5 from 2,300+ ratings18,000+ engineers certifiedTrained teams at JPMorgan Chase, Verizon, Nokia, World Bank

Next batch
TimezoneCET (UTC+1)
Modules6
Hands-on labs6
Engineers we've trained work atJPMorgan Chase · Bank of America · Wells Fargo · Verizon · Nokia · World Bank · GE Healthcare · VMware · Oracle · Qualcomm · Mercedes-Benz · Airbus · Datadog · Splunk · Deloitte · Infosys · Wipro · Capgemini

# upcoming batches

When the next AWS batch runs in Netherlands

Times shown in CET (UTC+1). New cohorts start on the 1st of every month.

Upcoming batches
StartsDays & timeTimezoneModeDurationSeatsEnrol
Most popularWeekend · Sat · Sun
10:00 AM – 1:00 PM
CET (UTC+1)Live online · Corporate onsite5 weekends of 10 leftReserve
Weekday · Mon · Wed · Fri
8:00 – 10:00 PM
CET (UTC+1)Live online · Corporate onsite5 weeks of 10 leftReserve

Batches are capped at 10 learners by design. We do not run a classroom in Netherlands — sessions here are live online, or onsite at your office for corporate batches.Need a date that isn't listed? Talk to us about a private batch →

# how you attend

Four ways to take this training — three of them available here

Live online

Individuals, anywhere

Scheduled instructor-led batch. Every session is a live demo in a real lab, and every session is recorded.

Reserve my seat

Corporate onsite

Teams of 8–30

Custom agenda built from your stack, delivered at your office or online, in your timezone. NDA-friendly, invoiced against a PO.

Request a quote

Self-paced video

Self-starters

The full recorded curriculum plus a year of the entire LMS — 20+ courses and 50+ tools, not just this one.

Enroll now

# private batches

Private corporate batch for your team

We start with a discovery call, map your stack to the modules below, and drop anything your team already runs in production. Delivery is at your office, online, or hybrid — in your timezone, scheduled around your release calendar.

  • Custom agenda built from your stack, not a fixed syllabus
  • Teams of 8–30; larger cohorts split into parallel batches
  • Recordings, lab repos and per-attendee certificates
  • Attendance and assessment report for your L&D team
  • PO, tax invoice and NDA handled before delivery
Talk to us about a private AWS batch

Already know what you need?

Send us the tools, the team size and a rough window. You'll get an agenda and a quote back, not a sales call.

contact@DevOpsSchool.com
+91 99057 40781

# netherlands

AWS training in Netherlands

The Netherlands is an unusual AWS market because so much of the region's traffic physically passes through it. AMS-IX and the Amsterdam data-centre cluster mean Dutch teams think about egress, peering and cross-region replication earlier than teams elsewhere in Europe, and the eu-west-1 versus eu-central-1 decision is a live architectural argument rather than a default. That shows up in the cohorts: questions about Direct Connect, Transit Gateway and inter-region cost arrive in week two rather than week six.

The second factor is regulatory. Dutch financial services, health and public sector organisations are working to a stricter reading of data residency than most, and DORA has sharpened it further for anyone in scope. Engineers here need to evidence where data physically sits, who can reach it, and what the audit trail looks like — so encryption, key custody, private connectivity and CloudTrail retention get materially more attention in a Netherlands batch than they would in one run for a product team elsewhere.

Scheduling is the practical constraint. Our instructors teach from IST, which is four and a half hours ahead of CET in winter and three and a half in summer. The weekday cohort lands at 15:30 CET — inside a Dutch working afternoon, which most teams prefer — while the weekend cohort starts at 05:30 CET and is genuinely early. Most Netherlands learners take the weekday one, and corporate cohorts are usually scheduled entirely within CET business hours by arrangement.

Teams we've trained here

How we deliver in Netherlands

We do not run a classroom in Netherlands. Batches here are live online, or onsite at your office for corporate cohorts.

Our two classrooms are in Bengaluru and Hyderabad.

# the subject

What is AWS?

AWS is Amazon's cloud platform: a few hundred services layered over regions and availability zones, of which a working engineer touches perhaps twenty. The ones that matter are the primitives everything else is built on — IAM for identity and permission boundaries, VPC for network isolation and routing, EC2 and EBS for compute and block storage, S3 for object storage and lifecycle, RDS and DynamoDB for managed data, CloudWatch and CloudTrail for telemetry and audit, and CloudFormation or Terraform to declare all of it as code. Around those sit the delivery services — ECS and EKS for containers, Lambda for event-driven compute, CodePipeline for CI/CD. The difficulty in AWS is rarely a single service. It is knowing which of four services solves your problem, what it costs at scale, and how to keep an account estate secure and auditable once more than one team is deploying into it.

Why it's in demand now

Cloud spend has moved from growth budgets to scrutinised budgets, and that has changed what employers ask for. The demand is no longer for people who can launch resources but for people who can size them, tag them, put guardrails around them and explain the bill. At the same time, regulated industries that spent years on private cloud are now migrating, which puts a premium on engineers who can evidence encryption, least privilege and audit trails rather than just describe them.

# outcomes

What you'll be able to do

Design a multi-account AWS estate with an account structure, SCPs and centralised logging
Write least-privilege IAM policies and explain why a permission boundary differs from a role
Build a VPC with public, private and isolated subnets, and route traffic without opening it to the internet
Deploy a containerised workload to ECS or EKS from a pipeline, not from a laptop
Instrument a workload so an incident can be diagnosed from CloudWatch and CloudTrail alone
Read an AWS bill, attribute it to teams, and cut it without breaking anything

# curriculum

6 modules. Live demos in a real lab, not slides.

Every module follows the same shape: 5 hrs · 2 assignments · 1 capstone.

01AWS account foundations, IAM and the shared responsibility modelLive & Interactive5 hrs · 2 assignments · 1 capstone

Where AWS's responsibility ends and yours begins, and how to structure accounts before anything else is built.

Regions, availability zones and edge locations, Organizations, Control Tower and account structure, IAM users, roles, policies and permission boundaries, Identity federation and SSO, Billing, budgets and cost allocation tags

  • Assignments: (1) Build a two-account organisation with an SCP that denies a region; (2) Write a least-privilege policy for a deployment role and prove it fails closed
  • Capstone: A documented account structure for a fictional company, with guardrails and a cost-allocation tagging standard.
02Networking — VPC, routing and private connectivityLive & Interactive5 hrs · 2 assignments · 1 capstone

The part of AWS that most often goes wrong in production, and the hardest to change later.

VPC, subnets, route tables and gateways, Security groups vs network ACLs, NAT, VPC endpoints and private service access, Transit Gateway and VPC peering, Route 53 and DNS resolution inside a VPC

  • Assignments: (1) Build a three-tier VPC with no public subnet for the data tier; (2) Reach S3 from a private subnet without a NAT gateway
  • Capstone: A VPC built entirely from code, with a diagram and a routing table walkthrough.
03Compute and storage — EC2, EBS, S3 and lifecycleLive & Interactive5 hrs · 2 assignments · 1 capstone

Instance families, sizing and purchase options, EBS volume types, snapshots and encryption, S3 storage classes, versioning and lifecycle rules, Auto Scaling groups and launch templates, Elastic Load Balancing

  • Assignments: (1) Move a workload from a fixed instance to an Auto Scaling group; (2) Cut a bucket's storage cost with lifecycle rules and measure the result
  • Capstone: A self-healing web tier that survives an instance termination without manual intervention.
04Containers and serverless — ECS, EKS and LambdaLive & Interactive5 hrs · 2 assignments · 1 capstone

ECS task definitions, services and Fargate, EKS cluster architecture, node groups and IRSA, Lambda execution model, cold starts and limits, Event-driven patterns with EventBridge and SQS, Choosing between them, and what each actually costs

  • Assignments: (1) Deploy the same service to ECS and to Lambda, and compare cost and latency; (2) Give a pod scoped AWS permissions with IRSA rather than node credentials
  • Capstone: A containerised service deployed from a pipeline, with rollback.
05Infrastructure as code — CloudFormation and TerraformLive & Interactive5 hrs · 2 assignments · 1 capstone

Declarative state, drift and reconciliation, CloudFormation stacks, change sets and nested stacks, Terraform providers, state, workspaces and modules, Secrets handling in IaC, Reviewing an infrastructure change like a code change

  • Assignments: (1) Import an existing hand-built resource into Terraform state; (2) Write a reusable module and consume it from two environments
  • Capstone: The whole estate from module 2 rebuilt from code, with a plan-and-review workflow.
06Observability, security and costLive & Interactive5 hrs · 2 assignments · 1 capstone

CloudWatch metrics, logs, alarms and dashboards, CloudTrail, Config and audit evidence, KMS, Secrets Manager and encryption in transit and at rest, GuardDuty and Security Hub, Cost Explorer, rightsizing and Savings Plans

  • Assignments: (1) Diagnose a seeded incident using only CloudWatch and CloudTrail; (2) Produce a cost-reduction plan for a running estate and quantify the saving
  • Capstone: An incident runbook and a cost review for the estate you built.
Final certification examLive & Interactive3 hrs · online · scenario-based

Open-book, scenario-based, taken in the LMS. Two free re-attempts and detailed feedback.

# hands-on

6 labs you build on your own cloud account

We don't hand out a sandbox that expires. You provision your own free-tier environment with our guidance, so the setup skill goes with you.

LAB · IDENTITY

Break-glass access without a root login

Build an emergency access path that is auditable, time-bound and does not depend on the root account.

IAMOrganizationsCloudTrail

LAB · NETWORK

A VPC that never touches the public internet

Reach S3, ECR and Systems Manager from a fully private subnet using VPC endpoints, and prove it with a route table walkthrough.

VPCEndpointsRoute 53

LAB · RESILIENCE

Kill the instance, keep the service

Terminate a running instance under load and watch the Auto Scaling group replace it without a request being dropped.

EC2ASGELB

LAB · CONTAINERS

Scoped pod permissions with IRSA

Give one pod access to one bucket, and demonstrate that a neighbouring pod cannot reach it.

EKSIAMS3

LAB · IAC

Adopt an orphan

Import a resource someone built by hand into Terraform state without recreating it or causing downtime.

TerraformState

LAB · COST

Find the money

Take a running estate, attribute the spend to teams, and produce a rightsizing plan with a defensible number attached.

Cost ExplorerTagging

# toolchain

The tools you'll actually touch

IAMVPCEC2S3RDSEKSECSLambdaCloudFormationTerraformCloudWatchCloudTrailRoute 53CloudFrontSystems ManagerCost Explorer

Who this is for

  • Software engineers moving into platform or infrastructure work
  • System administrators migrating on-prem workloads to AWS
  • DevOps and SRE engineers inheriting an existing AWS estate
  • Data and ML engineers who need to own their own infrastructure
  • Technical leads sizing and costing an AWS migration

Pre-requisites

  • Comfortable on a Linux shell — files, processes, permissions, SSH
  • Basic networking — IP addressing, subnets, DNS, TCP ports
  • Any one scripting or programming language
  • A personal AWS account (free tier); we walk through the setup in week one

How you're assessed

  • Two assignments per module, reviewed by the instructor
  • One capstone per module, pushed to your own GitHub
  • 3 hours · online · open-book · scenario-based
  • Two free re-attempts, with feedback

# pricing

Pick the level of support that fits

Every plan includes 1 year of fullDevOpsSchool LMS access.Not just this one course — the entire LMS: 20+ courses, 50+ tools, videos, quizzes, assignments and end-to-end projects.See what's in the LMS

Self-paced video

₹833/mo

billed yearly ₹9,996

All recorded sessions, labs and the full LMS — at your own pace.

1-on-1 Mentorship

₹99,999

works out to ₹8,333/moIllustrative monthly equivalent. The full amount is charged once at enrolment; we do not offer instalments.

A dedicated senior practitioner. Pace, schedule and labs tailored to you.

+ 18% tax / VAT as applicable · Prices are charged in INR.

Cohort-cancellation refund

If we cancel or postpone a cohort and you decline the rescheduled session, you get a 100% refund within 15 days. Refund policy →

Terms & course material

Recordings, slides and lab repos are licensed to you for your own learning. Terms →

Your data stays with us

We don't share your details with third parties. Privacy →

# who teaches it

Taught by practitioners who run this in production

Rajesh Kumar — Principal DevOps Engineer & Architect

Twenty years across DevOps, SRE and security, in principal and architect roles at PayPay, SoftwareAG, ServiceNow, Intuit, Adobe and IBM. Has personally trained more than 10,000 engineers at JPMorgan Chase, Verizon, Nokia, the World Bank and dozens more. He teaches what he runs, not what he reads.

rajeshkumar.xyz ↗Full trainer profile →

The wider faculty

Rajesh Kumar
Rajesh KumarPrincipal DevOps Engineer & ArchitectProfile ↗
Manuel Morejón
Manuel MorejónDevOps Trainer
Arun Tomar
Arun TomarDevOps Trainer
Sandeep Majesty
Sandeep MajestyDevOps Trainer
Nanjesh S
Nanjesh SDevOps Trainer
Krishnendu Barui
Krishnendu BaruiDevOps Trainer
Pavan Kumar
Pavan KumarDevOps Trainer

# the credential

What you walk away with

  • An industry-recognised digital certificate, verifiable on our site
  • One capstone per module, public on your own GitHub
  • A hard copy on request
  • Lifetime access to the DevOpsSchool forum

Certificate of Completion

Your Name

AWS Training in Netherlands

DS-AWS-XXXX-XXXX

# reviews

What learners say

4.8 / 5 from 2,300+ ratings.

Reviews for this program are being collected from public sources. Every review shown here links to the original.

# alternatives

How this compares

What mattersYouTube + blogsGeneric online courseLocal training instituteDevOpsSchool
Teaching methodUnstructured, no sequencePre-recorded slidesSlide-led classroomLive demos in a real lab
Batch sizen/aUnlimited30–60Capped at 10
Lab environmentYours to figure outShared sandbox that expiresShared labYou build your own — the skill goes with you
Per-tool structureNoneVideo onlyVaries5 hrs · 2 assignments · 1 capstone
AssessmentNoneQuizAttendance3 hours · online · open-book · scenario-based
CertificateNoneAuto-issuedAttendance certificateIndustry-recognised, verifiable
Corporate invoicingNoCard onlySometimesPO, tax invoice, NDA
Post-training supportNoneForum for 30 daysNoneLifetime forum support
Total costFree, and it costs you monthsLow, low completionHighOne fee, LMS included

# questions

Frequently asked questions

Do you have a training centre in the Netherlands?

No. Our two classrooms are in Bengaluru and Hyderabad. Netherlands cohorts run live online, or onsite at your office by arrangement for corporate batches — we will quote travel separately in that case.

What time do the sessions actually run in CET?

The weekday cohort runs 15:30–17:30 CET on Monday, Wednesday and Friday, which sits inside a normal Dutch working afternoon and is what most Netherlands learners choose. The weekend cohort starts at 05:30 CET, which is early. Both are recorded, and the clock shift between CET and IST changes twice a year — we confirm the local times before each cohort.

Do you provide an AWS account for the labs?

No, and that is deliberate. You build the labs on your own free-tier AWS account, and we walk through the setup and the billing guardrails in week one. A sandbox that expires when the course ends teaches you nothing you keep; your own account does.

What if I miss a session?

Every session is recorded and available in the LMS the same day, and you keep access for a year. You can also sit the missed session again with the next cohort at no extra cost.

Is there a certificate, and is it worth anything?

You get an industry-recognised DevOpsSchool certificate after the three-hour open-book exam. It is not an AWS certification — it evidences that you built and defended the capstones. Most people use the capstone repositories in interviews more than the certificate itself.

Can you run a private batch inside CET business hours?

Yes, and for corporate cohorts that is the norm. We schedule private batches entirely within your working day rather than around ours. We invoice in EUR against a PO, and we can sign an NDA before the discovery call if your procurement needs it.

How are we invoiced, and what about VAT?

Prices are set in INR and shown converted to EUR for reference; the charge is made in INR. An 18% tax/VAT charge applies in addition to the listed price. For corporate batches we invoice against a PO and can supply the documentation your finance team needs.

Do you offer instalments or EMI?

No. The fee is charged once at enrolment. Where we show a monthly figure it is arithmetic to help you size the cost, not a payment plan.

# ready when you are

Reserve your AWS Training in Netherlands seat — or ask first.

  • No spam, and no sales script
  • Curriculum in your inbox in 60 seconds
  • A human reply within 4 hours
See batch datesReserve my seat