N8N – Network

The Vector-Powered Network Engineer: Revolutionizing Network Management Why the Future of Network Engineering Needs Vector Databases — And Why I’m All In Let’s face it: networks today are way more complex than they used to be. With everything from IoT devices to BYOD (Bring Your Own Device) and tons of cloud apps, managing all that traffic is no joke. Traditional […]

Sentinel helping you in Terraform

How to make sure standard format or practising , enforce accross to all terraform user. In Terraform Cloud / Terraform enterprise is allowing your to put sentinel policy in place. Prevent certain actions or configurations that may violate your organization’s compliance or security standards Being with Terraform Cloud Using terraform with Github responsitories. You can trigger the run on each […]

Exploring AWS SSM Parameter Store!

In today’s cloud-driven world, managing configurations, secrets, and other sensitive information securely is paramount. AWS System Manager – Parameter Store that can help to store information, secure password and share it. For Example, we can use it for Database Password, Database username, EFS files system End point…..etc When we are auto scaling up our infrastructure, We want to ensure information […]

Reach to internet via other firewall in AWS

Internet In previous post, in order to secure our VM in the private subnet. Using NAT Gateway, is very good option. In the other hand, AWS will charge it on the NAT Gateway usage. below info: NAT gateway will do NAT gateway do. It will not filter specific URL…..or other function. In this case, we can put third party firewall […]

AWS – CI/CD Pipline with Github & S3 Bucket static website

Using the cloud to build Static website with AWS Pipeline. We will need Github help as well. AWS S3 Bucket Git Hub account AWS pipline Connect AWS codebuild to Github (Source Stage). Pipeline select S3 (Deploy stage) Create S3 Bucket & Static Website + Bucket Policy First, we will create an S3 bucket and pickup an unique Name for your […]

VPC flow in Terraform

Create Flow Log via terraform We are using Previously project scripit, but we will add “VPC Flow capture” on the VPC which we create via terraform. We will create a new file tf.log , input code as below Terraform plan / apply Terraform apply -> EC2 instance will be created with EIP with internet access. Additional it created as below: […]

Terraform – AWS

TERRAFORM We will use terraform to manage cloud infrastructure and deploy in AWS. 2 VPC ( Frontend VPC, Backend VPC) Subnet for both VPC and Routing table Internet gateway -> Frontend VPC Security Group -> Frontend and Backend VPC Peering store tfstate in S3 Lockfile located in DynamoDB AWS After we build, we want to destroy all the related resources. […]