Multi-Cloud Terraform Infrastructure
TerraformAWSGCPMulti-CloudInfrastructure as CodeEC2S3DynamoDBCompute EngineCloud StorageFirestore
RoleDevOps / Cloud Engineer
Year2024
ClientInternal
Links
01
The Narrative
Hybrid cloud infrastructure provisioning across AWS and GCP using modular Terraform design.
A multi-cloud Infrastructure-as-Code project that provisions compute, storage, and database resources across AWS and GCP using Terraform. The system is designed with reusable modules, enabling scalable and environment-agnostic deployments while demonstrating cross-cloud architecture patterns.
03
Engineering
ARCHITECTURE_MANIFEST.json
// SYSTEM_OVERVIEW
Modular multi-cloud infrastructure using Terraform with separate AWS and GCP modules orchestrated from a unified root configuration.
TerraformAWS (EC2, S3, DynamoDB)GCP (Compute Engine, Cloud Storage, Firestore)