You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make a basic custom VPC with a single Private & Public Subnet, loaded with Internet & NAT Gateway using Terraform Script (infrastructure as code), Setup private and public routes and security group to allow ipV4 traffic on port 22 & 80. Further Provision and launch the static website running on the private EC2 instance using Elastic Load Balance…
✅ Creating an aws_cdk staging VPC with python. The AWS Cloud Development Kit (AWS CDK) is an open-source software development framework to define your cloud application resources
This is a demonstration of automating the task of provisioning a 3 VPC peering layout where one central VPC is peered with two VPCs in an AWS environment. The communication is between only the main and a peer VPC, there is no communication between two peer VPCs.
This repository enables infrastructure as code (IaC) for setting up a scalable and secure Kubernetes cluster on AWS, leveraging best practices for modular Terraform configurations. It helps our DevOps teams automate cluster provisioning and manage infrastructure efficiently.
This repository contains code and documentation for the Amazon Redshift project, showcasing a data pipeline using Amazon S3. Explore how I manage and analyze large datasets in the cloud!
This project is a demo of the terraform work with the integration of Chef Inspec to be able to carry out IAC and later verification of the infrastructure
This repository contains scripts(specific to Google Cloud Platform) that comes handy when spinning up the instances with required softwares, creating firewalls, creating virtuval private cloud, setting up load balancer.
Automate AWS infrastructure deployment with Terraform, including VPC, S3, RDS, and CI/CD using GitHub Actions. Follows best practices for IaC with modular design, secure credentials, and automated workflows.