aws-network-hub-for-terraform icon indicating copy to clipboard operation
aws-network-hub-for-terraform copied to clipboard

This repository demonstrates a scalable, segregated, secured AWS network hub for multi-account organizations using Terraform.

Results 8 aws-network-hub-for-terraform issues
Sort by recently updated
recently updated
newest added

*Issue #, if available:* #25 *Description of changes:* As per issue #25 raised by @liamraeAL By submitting this pull request, I confirm that you can use, modify, copy, and redistribute...

We have deployed a standard hub and spoke architecture using this repository, and the example-spoke-vpc code. Everything has run smoothly, and we can communicate via ICMP from an application in...

HI @aandsco @jplock @luigidifraiawork Whether the network_hub was region specific? I am getting below error in us-west-2 ``` ╷ │ Error: error creating EC2 Subnet: InvalidSubnet.Range: The IPv6 CIDR '2600:1f13:bbc:9501::/64'...

This [PR](https://github.com/aws-samples/aws-network-hub-for-terraform/pull/6) by @jplock introduced support for IPv6. However, IPv6 connectivity within a spoke_app subnet, e.g. _spoke_app_eu-west-2a_, doesn't appear to be working. E.g. from an EC2 instance with IPv6 configuration:...

When deploying to networks account, the environment variable should be set to "shared". Currently, the only options are dev, test, preprod and prod. In my opinion, none of these values...

*Issue #, if available:* https://github.com/aws-samples/aws-network-hub-for-terraform/issues/27 *Description of changes:* The current solution does not easily enable Ingress to spoke accounts. Although it is possible by creating additional TF stacks to deploy...

Hi! :wave: I'm new to terraform, and I'm looking to create a set of EC2 instances that can see one another. I've done this on Google Cloud, and for that...

I've currently deployed this network-hub solution to a dedicated subaccount (hub-account) in my AWS Organization, and have also deployed the provided [example-spoke-vpc](https://github.com/aws-samples/aws-network-hub-for-terraform/tree/main/example-spoke-vpc) solution to a separate subaccount (spoke-account) in the...