Skip to content

Useful Terraform Modules and Projects for the AWS Advanced Networking Certification

Notifications You must be signed in to change notification settings

jgomezve/aws-ans-sandbox

Repository files navigation

Sandbox for the AWS Advanced Networking Specialty Exam.

Requirements

Name Version
aws ~> 3.0

Inputs

Name Description Type Default Required
region n/a string n/a yes
networks n/a
list(object({
network = string
internet = bool
name = optional(string)
subnets = list(object({
cidr = string
az = string
type = string
name = optional(string)
}))
}))
n/a yes
instances n/a
list(object({
name = string
ami = string
type = string
subnet = string
}))
n/a yes

Outputs

Name Description
subnets_info Information about configured subnets
vms_info Information about configured VMs

About

Useful Terraform Modules and Projects for the AWS Advanced Networking Certification

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages