6 AWS RDS Jobs in Hyderabad | AWS RDS Job openings in Hyderabad
Apply to 6+ AWS RDS Jobs in Hyderabad on CutShort.io. Explore the latest AWS RDS Job opportunities across top companies like Google, Amazon & Adobe.
Hyderabad · 3 - 6 years · ₹20L - ₹25L / yr · Posted 22 Sep 2026
Platform Engineer
Location: Hyderabad, Telangana — On-site
Experience: 3–6 Years
Employment Type: Full-time
Hyderabad-based mobility-tech startup building the technology infrastructure behind student transportation.
We operate a real-time transportation platform that brings together student tracking, routing, parent notifications, driver applications, operations dashboards, and cloud infrastructure to make student mobility safer, more reliable, and easier to manage.
As we scale, we’re looking for a Platform Engineer who can take ownership of the infrastructure and platform layer that powers these systems.
The Role
As a Platform Engineer, you will own the systems that enable our engineering teams to build, deploy, scale, monitor, and operate reliable production services.
This is an early-stage startup role with significant ownership. You will work closely with engineering and product teams to build infrastructure from the ground up, improve deployment velocity, strengthen reliability, and ensure our platform can scale with the business.
You should be comfortable moving between cloud infrastructure, Kubernetes, CI/CD, observability, security, and distributed systems.
What You'll Do
- Design, build, and maintain scalable cloud infrastructure on AWS
- Own production infrastructure across EC2, IAM, RDS, networking, monitoring, and deployments
- Build and maintain Docker and Kubernetes environments for production workloads
- Develop and improve CI/CD pipelines for reliable and rapid deployments
- Manage infrastructure as code using Terraform
- Establish infrastructure standards for scalability, security, reliability, and cost efficiency
- Monitor production systems and proactively identify performance and reliability issues
- Build observability around applications and infrastructure, including metrics, logs, alerts, and incident monitoring
- Troubleshoot production issues and conduct root-cause analysis (RCA)
- Work with backend engineers to design infrastructure for Java/Kotlin-based distributed systems
- Support highly available services involving real-time tracking, routing, notifications, and operational workflows
- Improve deployment processes, release reliability, rollback strategies, and disaster recovery
- Identify infrastructure bottlenecks and continuously improve platform performance
- Help establish engineering practices around reliability, security, and operational excellence
- Work across the stack when required and take end-to-end ownership of infrastructure problems
What We're Looking For
Must Have
- 3–6 years of experience in Platform Engineering, DevOps, SRE, Infrastructure Engineering, or a closely related role
- Strong hands-on experience with AWS
- Strong understanding of EC2, IAM, RDS, networking, monitoring, and production deployments
- Experience with Docker and Kubernetes
- Strong experience building and managing CI/CD pipelines
- Hands-on experience with Terraform / Infrastructure as Code
- Strong Linux and networking fundamentals
- Experience troubleshooting production systems and performing RCA
- Understanding of distributed systems, scalability, availability, and system design
- Experience working with backend services built using Java/Kotlin or similar technologies
- Ability to independently own infrastructure problems from design → implementation → deployment → monitoring
Good to Have
- Experience with Redis, PostgreSQL, or MongoDB
- Experience with microservices architecture
- Experience with AWS security and IAM best practices
- Experience building observability and alerting systems
- Experience with multi-cloud environments such as AWS, Azure, or GCP
- Experience working in an early-stage startup
- Experience with real-time systems, IoT, location services, or mobility platforms
- Open-source contributions or meaningful personal engineering projects
What Makes This Role Different
At ZeroMoblt, you won't be working within a large infrastructure team where responsibilities are narrowly defined.
You'll have the opportunity to:
- Own critical infrastructure decisions
- Build platform capabilities from 0 → 1
- Work directly with engineering and product teams
- Solve real-world scalability and reliability problems
- Influence architecture and engineering practices
- See your work directly impact a platform serving 10,000+ students
- Work in a fast-moving environment with minimal bureaucracy
We're looking for someone who enjoys ownership, ambiguity, and solving problems independently.
This role may not be the right fit if you prefer highly structured processes, narrowly defined responsibilities, or large-company environments with multiple layers of ownership.
Why ZeroMoblt?
- High ownership and autonomy
- Direct exposure to product and engineering decisions
- Opportunity to build infrastructure at an early-stage mobility startup
- Work on real-time transportation and location-based systems
- Hyderabad-based, on-site team
Hyderabad · 5 - 12 years · ₹10L - ₹30L / yr · Bootstrapped · Posted 24 Aug 2026
Senior Database Administrator (DBA)
Database Reliability & Performance • Senior Individual Contributor
- Experience: 6–9 years in production database administration / engineering
- Level: Senior Individual Contributor (hands-on)
- Function: Data Platform — reliability, performance, and governance across relational and distributed SQL & NoSQL DBs.
About the Role
We are hiring a Senior Database Administrator to own the health, performance, and reliability of the data layer behind a high-scale, multi-tenant platform. Our environment spans several independent PostgreSQL database instances, a cache-first read tier, change-data-capture pipeline, analytics and archival stores. Should be capable of implementing NoSQL stores (Cassandra / ScyllaDB) & MySQL end to end as we scale.
This is a hands-on senior IC role for someone who has run demanding production databases and wants full ownership: partitioning and maintenance, performance tuning, monitoring, uptime, disaster recovery, and the security and data-governance documentation that keeps a regulated, multi-tenant platform audit-ready. You will work closely with, and take direction from, engineering leadership — translating priorities into a well-run, well-documented data platform.
What You'll Own
PostgreSQL Depth
- Administer multiple production PostgreSQL instances (v16+), including schema/DDL review, migrations, and release coordination.
- Design and maintain table partitioning strategies (range/hash/time-based) and automate partition lifecycle — creation, retention windows, and safe drops.
- Own query and instance performance tuning: EXPLAIN/ANALYZE, indexing strategy, autovacuum/bloat management, connection pooling (e.g. PgBouncer), and parameter-group tuning.
- Execute zero-downtime schema changes using expand–migrate–contract / blue-green patterns; assess lock impact and avoid long ACCESS EXCLUSIVE locks on hot tables.
- Manage replica topology (writer/reader endpoints), replication lag, and read-scaling as load grows.
- Partner with app teams on migration tooling (e.g. Flyway) and paired forward/rollback scripts; enforce idempotent, reviewed, tested DDL.
NoSQL & Scale
- Data-model, deploy, and operate distributed NoSQL clusters — Cassandra and/or ScyllaDB — including partition/clustering key design, compaction strategy, repair, and node operations (bootstrap, decommission, scale-out).
- Lead the planned migration of high-volume payload tables from partitioned PostgreSQL to Cassandra/ScyllaDB: capacity planning, dual-write/backfill design, cutover, and validation.
- Tune distributed-store read/write paths, consistency levels, and cluster sizing for predictable latency at scale.
- Support the cache-first architecture (Redis) and change-data-capture / streaming pipelines (e.g. Kafka) that move data to analytics and cold-archival stores.
Operations, Reliability & DR
- Own database uptime and SLOs; build and maintain monitoring, alerting, and dashboards for the key signals (latency, replication lag, CPU/IO, connections, vacuum lag, error rates).
- Define and regularly test backup and disaster-recovery strategy — RPO/RTO targets, point-in-time recovery, restore drills, and cross-AZ / future multi-region readiness.
- Drive incident response for database-related issues: triage, mitigation, root-cause analysis, and follow-up actions.
- Write and maintain runbooks (partition maintenance, failover, archival, DR, migration procedures) and participate in an on-call rotation for the data layer.
- Establish production-change discipline: pre-flight and post-deploy verification, rollback criteria, and backup verification before destructive operations.
Security, Governance & Documentation
- Implement and maintain database access control — least-privilege roles, schema-scoped permissions, and row-level security (RLS) for multi-tenant isolation.
- Own data-governance documentation: PII maps, per-table retention policies, audit-readiness, and the controls behind privacy-regulation compliance (e.g. GDPR / DPDP-style erasure and legal-hold workflows).
- Author and maintain architecture decision records (ADRs), schema documentation, and monitoring/runbook docs so the data platform is legible to the wider team.
- Uphold encryption-at-rest/in-transit posture and safe handling of sensitive columns; keep the data layer aligned with the platform's compliance requirements.
Coding & Automation Bar (Required)
This role is automation-first, not click-ops. The right candidate treats repetitive database work as something to script away and can drop into application code when a problem demands it.
- Strong scripting in Python and Bash for automation of maintenance, backups, partition management, backfills, and health checks.
- Comfortable with infrastructure-as-code (e.g. Terraform) and configuration management (e.g. Ansible) for reproducible database infrastructure.
- Solid SQL and PL/pgSQL; able to read and debug application-layer database code and, worst case, write or patch application code (e.g. Python/Node/Java) to unblock a fix.
- Fluent with Git-based workflows, code review, and CI for database migrations and tooling.
Required Qualifications
- 6–9 years operating relational databases in demanding production environments, with deep PostgreSQL expertise (internals, partitioning, replication, performance tuning).
- Hands-on experience running at least one distributed NoSQL store in production — Cassandra or ScyllaDB strongly preferred (other wide-column/distributed stores considered).
- Proven ownership of backup/DR, monitoring, and incident response for production databases.
- Strong scripting/automation background (Python, Bash) and experience with IaC.
- Experience with managed cloud databases (AWS RDS or equivalent) and understanding of instance/parameter-group tuning, replicas, and failover.
- Experience designing for multi-tenancy and data isolation at scale.
- Clear written communication — able to produce runbooks, ADRs, and governance docs a team can rely on.
Nice to Have
- Experience migrating workloads from PostgreSQL to Cassandra/ScyllaDB (or similar relational-to-distributed migrations).
- Familiarity with Redis as a cache tier and with CDC / streaming pipelines (e.g. Kafka, Debezium).
- Exposure to Flyway (or Liquibase), pgTAP or similar schema testing, and PgBouncer.
- Working knowledge of privacy regulations (GDPR, India DPDP) and audit/compliance processes.
How You Work
- Ownership mindset — takes a directive and runs it to done, with sound judgment on trade-offs.
- Reliability-first and detail-oriented; disciplined about verification, rollback, and documentation.
- Collaborative in a high-performing engineering team; communicates clearly with developers and leadership.
- Pragmatic and scale-aware — designs for where the platform is going, not just where it is.
Hyderabad, Bengaluru (Bangalore) · 1 - 3 years · ₹2L - ₹6L / yr · Profitable · Posted 21 May 2026
Job description Job Title: AWS and DevOps Trainer Location: Bangalore/Hyderabad Job Type: Full-time (Onsite) Job Summary: We are seeking a skilled and passionate AWS and DevOps Trainer to deliver high-quality training sessions to students or professionals. The ideal candidate should have hands-on experience in cloud computing with AWS and expertise in modern DevOps tools and practices. The trainer will be responsible for preparing training content, delivering sessions, assessing participants, and ensuring they gain practical knowledge and skills. Key Responsibilities: Design and deliver training programs on AWS Cloud Services and DevOps tools & methodologies. Develop course materials, hands-on labs, exercises, and assessments. Conduct instructor-led training (ILT), virtual instructor-led training (VILT), and workshops. Explain complex technical concepts in a simple and effective manner. Stay updated with the latest AWS services and DevOps trends and incorporate them into the training curriculum. Provide guidance, mentorship, and technical support to learners. Monitor and assess the progress of learners and provide feedback. Customize training content based on audience level and requirements. Key Topics to Cover: AWS: EC2, S3, VPC, IAM, Lambda, RDS, CloudFormation, CloudWatch, Route 53, etc. Architecting on AWS and preparing for AWS Certifications (e.g., Solutions Architect Associate) Security and compliance in AWS Cost optimization and billing DevOps: CI/CD pipelines (Jenkins, GitLab CI, etc.) Source control (Git, GitHub/GitLab/Bitbucket) Configuration management (Ansible, Chef, Puppet) Containerization (Docker) and orchestration (Kubernetes) Infrastructure as Code (Terraform) Monitoring and logging tools (Prometheus, Grafana, ELK, etc.) Requirements: Any Graduate/Any Post Graduate Minimum [1–5] years of hands-on experience in AWS and DevOps. Prior experience in teaching, mentoring, or delivering technical training. AWS certifications (e.g., AWS Certified Solutions Architect, Developer, SysOps Admin). Knowledge of Agile and DevOps culture and practices. Excellent communication, presentation, and interpersonal skills. Passion for teaching and sharing knowledge.
Hyderabad · 3 - 5 years · ₹10L - ₹20L / yr · Profitable · Posted 7 Apr 2026
𝐊𝐞𝐲 𝐑𝐞𝐬𝐩𝐨𝐧𝐬𝐢𝐛𝐢𝐥𝐢𝐭𝐢𝐞𝐬:
Develop, deploy and maintain cloud applications on AWS
Manage production environments, deployments, monitoring, and issue resolution
Build and maintain CI/CD pipelines and automate infrastructure
Support cloud operations, performance optimization, and incident management
Collaborate across teams to ensure reliable and secure delivery
𝐌𝐮𝐬𝐭-𝐇𝐚𝐯𝐞 𝐒𝐤𝐢𝐥𝐥𝐬:
Hands-on experience with AWS – EC2, S3, VPC, RDS, Lambda, IAM, CloudWatch
Strong experience in development + production operations
Experience with Linux and Shell/Python scripting
Infrastructure automation using Terraform / CloudFormation
CI/CD experience (Jenkins / GitHub Actions / GitLab CI)
Experience in cloud security, networking, monitoring, and troubleshooting
Experience with AWS AI Services(Amazon Bedrock, SageMaker, Rekognition, Textract, Comprehend, etc.)
Hands-on exposure to OpenAI tools/APIs and AI-assisted development workflows
Experience using AI tools for design, development, automation, and implementation
Exposure to Docker / Kubernetes is preferred
𝐌𝐚𝐧𝐝𝐚𝐭𝐨𝐫𝐲 𝐂𝐞𝐫𝐭𝐢𝐟𝐢𝐜𝐚𝐭𝐢𝐨𝐧:
𝐀𝐖𝐒 𝐂𝐞𝐫𝐭𝐢𝐟𝐢𝐞𝐝 𝐒𝐨𝐥𝐮𝐭𝐢𝐨𝐧𝐬 𝐀𝐫𝐜𝐡𝐢𝐭𝐞𝐜𝐭 – 𝐀𝐬𝐬𝐨𝐜𝐢𝐚𝐭𝐞 or relevant AWS certificate
Education Qualification:
B.Tech/M.Tech from CSE/IT/AI/ML/ECE

Global digital transformation solutions provider
Hyderabad · 6 - 9 years · ₹13L - ₹22L / yr · Posted 4 Feb 2026
JOB DETAILS:
* Job Title: Lead I - (Web Api, C# .Net, .Net Core, Aws (Mandatory)
* Industry: Global digital transformation solutions provide
* Salary: Best in Industry
* Experience: 6 -9 years
* Location: Hyderabad
Job Description
Role Overview
We are looking for a highly skilled Senior .NET Developer who has strong experience in building scalable, high‑performance backend services using .NET Core and C#, with hands‑on expertise in AWS cloud services. The ideal candidate should be capable of working in an Agile environment, collaborating with cross‑functional teams, and contributing to both design and development. Experience with React and Datadog monitoring tools will be an added advantage.
Key Responsibilities
- Design, develop, and maintain backend services and APIs using .NET Core and C#.
- Work with AWS services (Lambda, S3, ECS/EKS, API Gateway, RDS, etc.) to build cloud‑native applications.
- Collaborate with architects and senior engineers on solution design and implementation.
- Write clean, scalable, and well‑documented code.
- Use Postman to build and test RESTful APIs.
- Participate in code reviews and provide technical guidance to junior developers.
- Troubleshoot and optimize application performance.
- Work closely with QA, DevOps, and Product teams in an Agile setup.
- (Optional) Contribute to frontend development using React.
- (Optional) Use Datadog for monitoring, logging, and performance metrics.
Required Skills & Experience
- 6+ years of experience in backend development.
- Strong proficiency in C# and .NET Core.
- Experience building RESTful services and microservices.
- Hands‑on experience with AWS cloud platform.
- Solid understanding of API testing using Postman.
- Knowledge of relational databases (SQL Server, PostgreSQL, etc.).
- Strong problem‑solving and debugging skills.
- Experience working in Agile/Scrum teams.
Good to Have
- Experience with React for frontend development.
- Exposure to Datadog for monitoring and logging.
- Knowledge of CI/CD tools (GitHub Actions, Jenkins, AWS CodePipeline, etc.).
- Containerization experience (Docker, Kubernetes).
Soft Skills
- Strong communication and collaboration abilities.
- Ability to work in a fast‑paced environment.
- Ownership mindset with a focus on delivering high‑quality solutions.
Skills
.NET Core, C#, AWS, Postman
Notice period - 0 to 15 days only
Location: Hyderabad
Virtual Interview: 7th Feb 2026
First round will be Virtual
2nd round will be F2F
Hyderabad · 8 - 14 years · ₹15L - ₹35L / yr · Posted 17 Dec 2020
Responsibilities:
- Working directly with clients to understand requirements for a green field development
- Designing the technology and cloud infrastructure architecture to achieve the functional and nonfunctional requirements
- The product you will be working on needs to scale up to support millions of users an efficient micro service distributed architecture
- Solution needs to be easy to deploy and manage on multiple cloud providers (AWS, GCP or Azure)
- Mentoring, guiding and training the team on various technology, quality and security aspects
- Guiding the team to implement automated CI/CD processes
- Strong analytical, problem solving and data analysis
- Excellent communication, presentation and interpersonal skills are a must
- Micro service frameworks such as Java SpringBoot
- Design and implement automated unit and integration tests
- Writing scalable, robust, testable, efficient, and easily maintainable code
- Familiarity with most AWS Services - EC2, ECS, RDS, ECR, S3, SNS, SQS, and more
- Experience with Docker and Kubernetes
- Deploying and Scaling microservices to AWS
- Hands-on experience with AWS cloud platform in evaluation and cost estimation


