APAC CIOOutlook

Advertise

with us

  • Technologies
      • Artificial Intelligence
      • Big Data
      • Blockchain
      • Cloud
      • Digital Transformation
      • Internet of Things
      • Low Code No Code
      • MarTech
      • Mobile Application
      • Security
      • Software Testing
      • Wireless
  • Industries
      • E-Commerce
      • Education
      • Logistics
      • Retail
      • Supply Chain
      • Travel and Hospitality
  • Platforms
      • Microsoft
      • Salesforce
      • SAP
  • Solutions
      • Business Intelligence
      • Cognitive
      • Contact Center
      • CRM
      • Cyber Security
      • Data Center
      • Gamification
      • Procurement
      • Smart City
      • Workflow
  • Home
  • CXO Insights
  • CIO Views
  • Vendors
  • News
  • Conferences
  • Whitepapers
  • Newsletter
  • Awards
Apac
  • Artificial Intelligence

    Big Data

    Blockchain

    Cloud

    Digital Transformation

    Internet of Things

    Low Code No Code

    MarTech

    Mobile Application

    Security

    Software Testing

    Wireless

  • E-Commerce

    Education

    Logistics

    Retail

    Supply Chain

    Travel and Hospitality

  • Microsoft

    Salesforce

    SAP

  • Business Intelligence

    Cognitive

    Contact Center

    CRM

    Cyber Security

    Data Center

    Gamification

    Procurement

    Smart City

    Workflow

Menu
    • Salesforce
    • Cyber Security
    • Hotel Management
    • Workflow
    • E-Commerce
    • Business Intelligence
    • MORE
    #

    Apac CIOOutlook Weekly Brief

    ×

    Be first to read the latest tech news, Industry Leader's Insights, and CIO interviews of medium and large enterprises exclusively from Apac CIOOutlook

    Subscribe

    loading

    THANK YOU FOR SUBSCRIBING

    • Home
    • Salesforce
    Editor's Pick (1 - 4 of 8)
    left
    Redefining the CIO's role

    David Kennedy, CIO, Transaction Services Group

    IT in a balancing act between Agility & Sustainable Value Creation

    Mourad Ajarti, Asia Pacific CIO, L'Oréal

    Never Fear the Cloud

    Dennis Hodges, CIO, Inteva Products

    Is It About It? Never Ever

    Ralf Schneider, CIO, Allianz Group

    Wireless Infrastructure as Core Networks

    David Turkington, Head of Technology, APAC, GSMA

    Big Data in Finance: Strategies, Challenges, Future

    Luis Carlos Cruz Huertas, Executive Director, Head of Infrastructure and Automation, Data Platform and Artificial Intelligence, DBS Bank

    How digital tools are changing the radio industry

    Tim Armstrong, the Director of Digital Capability and Data at NOVA Entertainment

    The Ever-Evolving Landscape Of Customer Experience Management

    An Interview with Kannan Rajaratnam, Regional Director of Payments & Customer Operations, ZALORA Group

    right

    redBus on AWS

    Anoop Menon, CTO, redBus

    Tweet
    content-image

    Anoop Menon, CTO, redBus

    RedBus has been an early adopter of cloud technology and has been on AWS almost from the very inception of AWS. We run all our workloads on the AWS cloud and redBus as a company has been a part of the various phases of AWS over the last 11 odd years.

    Over the years, redBus has grown to be the leading online bus ticketing company and we have adopted many of the services offered by AWS during our various stages of growth. Below is a snapshot of how redBus has progressed over the years and what services of AWS have we used during this time.

    Generation 1 : S3, EC2 Classic, RDS, Route 53

    Generation 2 : CloudFront, SQS, SNS, Elastic Cache

    Generation 3 : VPC, Redshift, EMR, Kinesis, Lambda,

    Generation 4 : Athena, SageMaker, Containers (EBS, ECS) and most recently Fargate.

    It is key to note that we have over the years been able to find the right mixture of services and stack that has enabled us to scale and build out newer features for our customers.

    As it should be with any organization, Data is at the heart of almost everything we do at redBus. And as for volumes, we generate terabytes of data every month. Sources of data vary from Inventory data, transactional/payment data, user or usage related data etc. We use these to do a variety of analysis including comparative analysis, demand analysis, pattern analysis etc to make key business or process decisions. For example we analyse success rates of the various payment gateways/modes and identify which gateway is working best on which channel and have built in ability to dynamically switch gateways in case the trend is varying.

    To store, process and analyse all these data we use a myriad of AWS tools including RedShift, EMR, Athena. The ability of Redshift to scale and cater to peak workloads and the inherent ability to work on really large data sets has helped us to come up with some great analysis which otherwise would have taken much longer. Additionally we started using Athena when it was released. Adopting Parquet on Athena has helped us achieve better efficiency in storing and analysing data in S3.

    How can we have an article nowadays without the mandatory ML and AI mention? Outside of data processing for analytics and such, there are a few use cases within redBus where we need to leverage Machine Learning.

    Lambda allows one to run code without the need of provisioning and managing servers and scales automatically

    Since all our applications, workloads, data are on AWS the obvious choice was to leverage AWS Sagemaker. Our recent feature of review classification has been built over this.

    redBus also has incorporated AWS Lambda services into many of its internal applications. Lambda allows one to run code without the need of provisioning and managing servers and scales automatically. This is particularly interesting for use cases that can be compute intensive but runs at specific intervals. Like a report service which runs once or twice a day, that may need to pour over huge volumes of data and then compute and send results. There are also other use cases for which we are using Lambda. For instance we use this for processing and compressing images uploaded by customers. We also use Lambda for running the backend of our Alexa skill and our self-help chat bot.

    While AWS as a solution provides a great deal of flexibility to launch instances or services and scale up quickly, one thing that bothers almost everyone would be the cost factor. In our experience of being on AWS, we have seen that they have been continuously working towards bringing down prices. However that being said, costs can really spiral out if one were not to keep an eye on the same.

    There are a few reasons where we at redBus have seen cost spikes. The primary one has been where instances that were launched either for temporary scale ups or for running a small workload or POCs not being shut down post its use. Scenarios like using older generation or wrong types of instances for the wrong work load. For example, using a compute intensive instance for workloads not needing the same. In such cases you could end up spending much more than what you should have ideally.

    However all is not grey and bleak. There are a few things that one could follow to get some costs down.

    1. Purchasing and Optimal utilization of RI. We have seen that if planned well, purchased and by ensuring optimal usage, we have got roughly 30%+ savings. And if you can take these for longer durations with upfront payment then the savings could be much more. However one would need to be extremely sure of a long term commitment and that could very well depend on your business, system architecture and plans on how your system would evolve.

    2. Look at utilizing Lambda’s where possible. We have seen that moving short burst workloads on to Lambda has helped us save almost 70% costs.

    3. Monitor and shut down unused instances regularly. We have seen this can be a source of big leakage.

    4. Look at Spot Instances. redBus has moved some of its workloads over the last few quarters onto Spot Instances. And we have seen good savings and the plan is to move more possible instances on to spot.

    5. Finally, have a look at your architecture. Over a few years’ time, your code can become bulky and non-optimized. I also firmly believe that simplifying things can, not just help scale faster, but management, distribution etc. would also be extremely simplified. I can assure you, based on the work which we have done on redBus, that we have been able to save some good money by simplifying some of our systems. We also work closely with AWS SME’s to do ‘well architected review’ and identify areas of improvements.

    Hope this article gives you some insights into how we are leveraging AWS at redBus and our experiences in trying to optimize costs would help you in some way.

    tag

    AWS

    inventory

    Machine Learning

    Weekly Brief

    loading
    Top 10 Salesforce Solutions Companies - 2024
    ON THE DECK

    Salesforce 2024

    I agree We use cookies on this website to enhance your user experience. By clicking any link on this page you are giving your consent for us to set cookies. More info

    Read Also

    Cultivating a Sustainable Future through Collaboration

    Cultivating a Sustainable Future through Collaboration

    Jiunn Shih, Chief Marketing, Innovation & Sustainability Officer, Zespri International
    Mastering Digital Marketing Strategies

    Mastering Digital Marketing Strategies

    Tasya Aulia, Director of Marketing and Communications, Meliá Hotels International
    Building a Strong Collaborative Framework for Artificial Intelligence

    Building a Strong Collaborative Framework for Artificial Intelligence

    Boon Siew Han, Regional Head of Humanoid Component Business & R&D (Apac & Greater China), Schaeffler
    From Legacy to Agility Through Digital Transformation

    From Legacy to Agility Through Digital Transformation

    Athikom Kanchanavibhu, EVP, Digital & Technology Transformation, Mitr Phol Group
    Change Management for Clinical Ancillary Teams: Aligning Practice with Policy and Progress

    Change Management for Clinical Ancillary Teams: Aligning Practice with Policy and Progress

    Ts. Dr. James Chong, Chief Executive Officer, Columbia Asia Hospital – Tebrau
    Digital Transformation: A Journey Beyond Technology

    Digital Transformation: A Journey Beyond Technology

    John Ang, Group CTO, EtonHouse International Education Group
    Building A Strong Data Foundation: The Key To Successful Ai Integration In Business

    Building A Strong Data Foundation: The Key To Successful Ai Integration In Business

    Richa Arora, Senior Director Of Data Governance, Cbre
    Transforming Tollways Through People, Data and Digital Vision

    Transforming Tollways Through People, Data and Digital Vision

    Carlo Cagalingan, Chief Digital Officer and Chief Information Officer, Metro Pacific Tollways Corporation
    Loading...
    Copyright © 2025 APAC CIOOutlook. All rights reserved. Registration on or use of this site constitutes acceptance of our Terms of Use and Privacy and Anti Spam Policy 

    Home |  CXO Insights |   Whitepapers |   Subscribe |   Conferences |   Sitemaps |   About us |   Advertise with us |   Editorial Policy |   Feedback Policy |  

    follow on linkedinfollow on twitter follow on rss
    This content is copyright protected

    However, if you would like to share the information in this article, you may use the link below:

    https://salesforce.apacciooutlook.com/cxoinsights/redbus-on-aws-nwid-5905.html?utm_source=google&utm_campaign=apacciooutlook_topslider