Back to Home
Implemented project: Implementation of a service for booking tables and bill payment in establishments based on AWS services.
October 21, 2024
A fintech company set a task to implement a new service to improve customer experience. The platform had to support flexibility and reliability for scaling under high-load conditions.
The following AWS services were used to implement the project:
- Amazon EC2. To run virtual machines and provide computing power.
- Amazon EBS. To store data related to client requests and transactions.
- Amazon RDS (PostgreSQL). To store customer information and analytics with automatic database management.
- Amazon S3. For long-term storage of large amounts of data, including event logs.
- AWS Elastic Load Balancing (ELB). For load balancing between EC2 instances.
- Amazon CloudWatch. For real-time status monitoring of virtual machines and services.
- AWS Lambda. To automate routine processes and perform tasks.
- AWS IAM. To manage access to AWS resources to protect data and services.
The company successfully launched the service, improving the customer experience. AWS services enabled effective management of the scalability and security of the project.