Skip to content

opensoft-2026/infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synthetic-Bull Infrastructure & Deployment

Technical documentation and deployment assets for the AWS Fargate production environment.

1. System Architecture

The platform is deployed as a single-task containerized application on AWS ECS Fargate (ap-south-1).

  • Compute Engine: AWS Fargate (Serverless)
  • Performance Specification: 2 vCPU | 4GB RAM
  • Networking Pattern: Single-Task Network Namespace (Localhost Loopback)
  • Entry Point: AWS Application Load Balancer (ALB)
  • Image Registry: AWS ECR (Private)

2. Documentation Directory

Document Content
aws_alb_static_url.md ALB configuration, Target Groups (80, 8080, 9090), and listener routing.
aws_ecs_deployment.md Task definition logic, ECR steps, and security group firewall rules.
aws_redeploy.md CLI build/push workflow and service update commands.
service.json Master ECS service and load balancer mapping JSON.

3. Production Resource Identifiers (Competition-Only)

Active Deployment Endpoints

Wait: The following endpoints are active for the OpenSoft 2026 championship period only. Infrastructure will be decommissioned following the event.

  • Public Frontend: http://bull-api-lb-1041358976.ap-south-1.elb.amazonaws.com
  • Backend Health: http://bull-api-lb-1041358976.ap-south-1.elb.amazonaws.com:8080/health

Infrastructure Metadata

  • AWS Region: ap-south-1 (Mumbai)
  • ECS Cluster: synthetic-bull-cluster-2
  • ECS Service: synthetic-bull-service-master
  • Security Group: sg-0a520d969ce71eaee
  • VPC ID: vpc-07386d3ad48e9c3df

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors