Deploy to AWS EC2 using Terraform and Github Actions CI/CD
Technologies: Terraform Github Actions Docker Node.js AWS EC2 AWS S3 AWS ECR Tasks: Get access id, secret id from AWS Develop a simple nodejs app const express = require("express") const app = express() app.get("/",(req,res)=>{ res.send("Ser...
Nov 17, 20223 min read298







