From e89b847ddb970d704c02e928072d73bdde093092 Mon Sep 17 00:00:00 2001 From: Ed Lan <165309301+Edlan01@users.noreply.github.com> Date: Thu, 15 May 2025 23:29:22 +0200 Subject: [PATCH] chore: update devops content (#8649) --- .../question-groups/devops/content/network-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/question-groups/devops/content/network-configuration.md b/src/data/question-groups/devops/content/network-configuration.md index 425f9afa1..cb0a95686 100644 --- a/src/data/question-groups/devops/content/network-configuration.md +++ b/src/data/question-groups/devops/content/network-configuration.md @@ -4,4 +4,4 @@ Managing the network configuration is not a trivial task, especially when the ar Creating and isolating resources within Virtual Private Clouds (VPCs), organizing them into subnets, and controlling traffic using security groups and network ACLs. - Set up load balancers to distribute traffic for better performance, while setting up DNS services at the same time to manage domain routing. - Have VPNs and VPC peering connect cloud resources securely with other networks. -- Finally, automation tools like Terraform handle network setups consistently, and monitoring tools ensure everything runs smoothly. +- Finally, [automation tools](https://roadmap.sh/devops/automation-tools) like Terraform handle network setups consistently, and monitoring tools ensure everything runs smoothly.