đ§ Plano FĂsico vs Plano Funcional en AWS Networking: cĂłmo los arquitectos senior resuelven lo que otros no ven.
The article discusses the confusion between physical and functional planes in AWS networking. It highlights how this misunderstanding can lead to design errors and prolonged troubleshooting. By clearly defining these planes, architects can improve connectivity designs and reduce incidents.
- âȘThe physical plane includes AWS-provisioned components and their connections, while the functional plane describes communication flows.
- âȘMixing these two planes can result in significant issues during architecture reviews and troubleshooting.
- âȘA common example of this confusion occurs with VPN connections, where the physical setup may appear correct but functional connectivity is blocked.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 2606872) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Oscar Gaviria Posted on May 27 đ§ Plano FĂsico vs Plano Funcional en AWS Networking: cĂłmo los arquitectos senior resuelven lo que otros no ven. IntroducciĂłn El tĂșnel VPN estĂĄ UP. El attachment del TGW existe. El BGP estĂĄ establecido. Y el ping no llega. Si alguna vez pasaste mĂĄs de 30 minutos en ese escenario, el problema probablemente no estaba en el enlace â estaba en que estabas buscando en el plano equivocado.
âŠ
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).