Skip to main content

All Questions

Tagged with
2 votes
1 answer
192 views

Separate public subnets for VPN access in my AWS VPC

I'm setting up an AWS VPC, and have carved it up into public, cache, persistence and compute subnets. I plan on separating resources in the following way: Public: ELB and VPN network association ...
Max Conradt's user avatar
7 votes
1 answer
4k views

How to configure cross region VPC peering on AWS with Terraform

I'm trying to create a terraform configuration to spin up multiple VPCs in different regions and create VPC peer connections between them. This is my module for the VPC # Required Variables ...
rvabdn's user avatar
  • 245
0 votes
1 answer
836 views

Using Terraform for every region in a given account, find all VPCs and for each VPC enable flow logs

In Terraform how to populate the list of VPC IDs into the map. I want to find all VPCs for every region in a given account and for each VPC enable flow logs.How this can be done using Terraform
Prateek Rastogi's user avatar
1 vote
1 answer
2k views

terraform - AWS VPC change the default security group

How do i edit the ingress and egress and also the tags of the default security group within AWS VPN created by Terraform What i have tried: resource "aws_security_group" "default" { name =...
koby meir's user avatar
  • 151
2 votes
1 answer
163 views

Terraform - Joining infrastructure and application configurations

I have 2 scripts for Terraform: Used to launch the infrastructure (VPC, Security groups, MySQL, Redis, Cassandra) servers. Used to launch the application (Auto scale groups, Load balancers, DNS ...
koby meir's user avatar
  • 151