📞 +91-7667918914 | âœ‰ī¸ ijarcce@gmail.com
International Journal of Advanced Research in Computer and Communication Engineering
International Journal of Advanced Research in Computer and Communication Engineering A monthly Peer-reviewed & Refereed journal
ISSN Online 2278-1021ISSN Print 2319-5940Since 2012
IJARCCE adheres to the suggestive parameters outlined by the University Grants Commission (UGC) for peer-reviewed journals, upholding high standards of research quality, ethical publishing, and academic excellence.
← Back to VOLUME 15, ISSUE 6, JUNE 2026

A Cloud-Native Event Ticketing Platform Leveraging Automated Horizontal Scaling and Continuous Deployment through AWS CodePipeline

TADI SINDHU, PADALA SRINIVASA REDDY*

👁 6 viewsđŸ“Ĩ 4 downloads
Share: 𝕏 f in ✈ ✉
Abstract: Online event ticketing services routinely experience extreme, short-lived demand surges when high-profile events open for sale, frequently overwhelming statically provisioned infrastructure and producing failed transactions, duplicate seat allocation, and revenue loss. This work presents the design, implementation, and empirical evaluation of a cloud-native ticketing platform engineered to absorb such volatility through elastic horizontal scaling and a fully automated delivery pipeline. The backend services are implemented in Python together with a Node.js-based presentation tier and are deployed across an Amazon Web Services (AWS) environment in which an Application Load Balancer distributes traffic over an Auto Scaling Group whose capacity is governed by real-time CloudWatch utilization signals. A distributed locking strategy backed by an in-memory cache is introduced to enforce seat-level consistency under concurrent booking attempts. Continuous integration and continuous deployment are realized through AWS CodePipeline, CodeBuild, and CodeDeploy using a blue-green release model with automatic rollback. Experimental load testing demonstrates that the proposed architecture sustains sub-300 ms average response times at eight thousand concurrent users while a comparable monolithic baseline degrades beyond three seconds. The system further reduces deployment lead time by roughly 78% and eliminates double-booking under contention. The principal contributions are an elasticity-aware ticketing reference architecture, a consistency-preserving concurrency mechanism, and a reproducible automated deployment workflow.

Keywords: Cloud computing; auto scaling; continuous deployment; event ticketing; AWS CodePipeline; load balancing; concurrency control; DevOps

How to Cite:

[1] TADI SINDHU, PADALA SRINIVASA REDDY*, “A Cloud-Native Event Ticketing Platform Leveraging Automated Horizontal Scaling and Continuous Deployment through AWS CodePipeline,” International Journal of Advanced Research in Computer and Communication Engineering (IJARCCE), DOI: 10.17148/IJARCCE.2026.15692

Creative Commons License This work is licensed under a Creative Commons Attribution 4.0 International License.