Python Based Flask Application
Create Infrastructure Using Terraform
Install the Terraform in your system first and then We are going to create one AWS resource EC2 Instance with new security group.
provider "aws" {region = "ap-south-1"access_key = "Put your access key here"secret...
nileshganvir.hashnode.dev5 min read