🎓 AWS training in Bangalore · live online in IST (UTC+5:30) · corporate onsitecontact@DevOpsSchool.com+91 99057 40781

> Cloud · DevOpsSchool Training

AWS Training in Bangalore

Weekend and weekday batches, live online or in our Bangalore classroom — 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
TimezoneIST (UTC+5:30)
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 Bangalore

Times shown in IST (UTC+5:30). New cohorts start on the 1st of every month.

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

Batches are capped at 10 learners by design.Need a date that isn't listed? Talk to us about a private batch →

# how you attend

Four ways to take this training

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

Classroom in Bangalore

Learners who prefer in-person

Vervenest Technologies Pvt Ltd, 3478J HAL 2nd Stage, Chirush Mansion, 2nd & 3rd Floors, 13th Main Road, HAL 2nd Stage, Indiranagar, Bengaluru, Karnataka 560008. Classroom batches run when six or more learners in the city book the same cohort.

Check classroom availability

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, GST 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

# bangalore

AWS training in Bangalore

Bangalore is where most AWS work in India is actually operated rather than just consumed. The Outer Ring Road corridor between Marathahalli and Bellandur concentrates the platform and SRE teams of the large product companies, and those teams run multi-account AWS estates with Control Tower, Transit Gateway and centralised logging — so the questions in a Bangalore batch skew toward account structure, guardrails and cost allocation rather than toward launching a first EC2 instance.

The second pattern is the captive GCC. Banking, insurance and healthcare captives around Manyata and Whitefield are migrating regulated workloads, which puts encryption, key management, private connectivity and audit evidence at the centre of the conversation. Electronic City adds a different mix again: engineering-services teams who need to be productive on whichever AWS account a client hands them, often with no console access at all.

We plan the Bangalore cohorts around that. The weekend batch fills fastest because it does not compete with a release window, and classroom sessions run at the Indiranagar centre when six or more learners in the city book the same cohort — most of whom travel in from the ORR and Whitefield corridors.

Teams we've trained here

Classroom in Bangalore

Vervenest Technologies Pvt Ltd

3478J HAL 2nd Stage, Chirush Mansion, 2nd & 3rd Floors, 13th Main Road, HAL 2nd Stage, Indiranagar, Bengaluru, Karnataka 560008

Classroom cohorts run when six or more learners in Bangalore book the same batch. Otherwise the same batch runs live online.

Where our Bangalore learners come from

  • Indiranagar
  • Whitefield
  • Outer Ring Road (Marathahalli–Bellandur)
  • Electronic City
  • Koramangala
  • Manyata Tech Park
  • Hebbal

# 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.

+ GST 18% 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 ↗
Krishnendu Barui
Krishnendu BaruiDevOps Trainer
Sandeep Majesty
Sandeep MajestyDevOps Trainer
Manuel Morejón
Manuel MorejónDevOps Trainer
Arun Tomar
Arun TomarDevOps Trainer
Pavan Kumar
Pavan KumarDevOps Trainer
Nanjesh S
Nanjesh SDevOps 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 Bangalore

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, GST 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 run classroom batches in Bangalore?

Yes. Our Bangalore centre is at HAL 2nd Stage, Indiranagar, and classroom cohorts run when six or more learners in the city book the same batch. Below that number the batch runs live online instead, with the same instructor and the same labs. We tell you which it will be before you pay.

Which batch should I pick if I am on a release cycle?

The weekend cohort. It runs Saturday and Sunday, 10:00–13:00 IST, across five weekends, so it does not collide with a weekday release window. The weekday cohort runs Monday, Wednesday and Friday evenings, 20:00–22:00 IST.

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 this as a private batch for our team in Bangalore?

Yes. We build the agenda from your stack after a discovery call, and run it at your office anywhere in the city or online, in your timezone. Teams of 8 to 30 work best; larger groups split into parallel batches.

What is your refund policy?

If we cancel or postpone a cohort and you decline the rescheduled session, you get a full refund within 15 days. We do not offer a general money-back guarantee, and taxes and gateway fees are not refunded.

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 Bangalore 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