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...
blog.kubekode.io3 min read