EC Elanthingal / portfolio Let's connect

CLOUD PATTERNS

AWS work

Cloud systems that are repeatable, secure, and diagnosable — not a collection of manual console settings.

Infrastructure as code

Compute and events

Networking and security

Architecture shape

flowchart TD A["Infrastructure as code (AWS CDK, TypeScript)"] --> B["Private network + scoped permissions (VPC, security groups, IAM)"] B --> C["Event source (SNS)"] C --> D["Lambda processing"] D --> E["Service integration"] E --> F["Observable outcome and actionable feedback"] classDef compute fill:#0e7490,color:#fbfaf6,stroke:#0e7490 classDef outcome fill:#12212b,color:#b9eee8,stroke:#12212b class C,D compute class F outcome

Engineering approach