image.png

What is A2C?

A CLI tool that automatically migrates existing Java and .NET web apps into Docker containers — without changing any code.

Use case: You have an old app running on-premises (bare metal, VM) or another cloud and want to move it to AWS as a container. A2C does the heavy lifting.

Discover & Analyze
— scan the app, create inventory, analyze runtime dependencies
        ↓
Extract & Containerize
— extract the app with all dependencies, create a Docker image
        ↓
Create Deployment Artifacts
— generate ECS Task definitions, EKS Pod definitions
— create CloudFormation templates (compute, network)
— set up CI/CD pipelines
        ↓
Deploy to AWS
— store Docker image in ECR
— deploy to ECS, EKS, or App Runner

Key Points