PWPeter Walkerinpeterwalker.dev·Mar 23 · 1 min readCopilot Content Exclusion ExampleCopilot Content Exclusion Copilot has been great for our org, but it's a good idea to use a Content Exclusion policy to your GitHub repository settings to specify content that Copilot should ignore. W00
PWPeter Walkerinpeterwalker.dev·Jul 18, 2024 · 1 min readNavigating AWS Massive Public IP JSON FileHow to get all us-east-1 Public IP Addresses for EC2 If necessary - Mac (install brew, then install jq) and Linux below that: /bin/bash -c "$(curl -fsSL raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" brew install jq sudo apt install jq...00
PWPeter Walkerinpeterwalker.dev·May 10, 2023 · 1 min readAWS Site-to-Site VPN Configuration NotesMore details here: AWS Site-to-Site VPN Documentation I recently had to configure a Site-to-Site VPN connection between an AWS VPC and an Azure VNet. The appliance on the other end was able to ultimately talk to an EC2 instance after messing around w...00
PWPeter Walkerinpeterwalker.dev·Jan 3, 2022 · 1 min readTerraform State File in AzureThis is sort of a chicken and egg situation where the egg has to come before the chicken. The state file is important and it maintains your current state of all your Azure resources created via Terraform. There are many ways to get started, but this ...00
PWPeter Walkerinpeterwalker.dev·Jul 23, 2021 · 2 min readTroubleshooting DNS - the internet broke todayAkamai's DNS servers ran into a hiccup today (7/22/21) and it effected some big names, such as Steam, Play Station store, Salesforce, and more. Here are 3 ways to see if it truly is a DNS outage. Pretty much if you get an of these to return, DNS is n...00