Deploy Netflix Clone on Cloud using Jenkins - DevSecOps Project!
Phase 1: Initial Setup and Deployment
Step 1: Provision EC2 (Ubuntu 22.04) using Terraform:
Create a directory with the following structure.
terraform/
├── providers.tf # AWS provider and region
├── main.tf # EC2 instance, key pair...
prakash5.hashnode.dev11 min read