THE AWS CERTIFIED ADVANCED NETWORKING – SPECIALTY EXAM OBJECTIVES COVERED IN THIS CHAPTER MAY INCLUDE, BUT ARE NOT LIMITED TO, THE FOLLOWING:
Task Statement 3.1: Maintain routing and connectivity on AWS and hybrid networks.
When creating a hybrid network with AWS, a standards-based routing protocol is required for interoperability between customer networks and AWS. You must use a routing protocol that is designed specifically to interconnect different accounts, or autonomous systems, together. The industry-standard routing protocol that is used in AWS hybrid networks is the Border Gateway Protocol (BGP), the protocol used to exchange network reachability information between your on-premises network and the Amazon cloud, which is typically to a VPC. BGP can be used for an organization’s internal routing in which case it’s referred to as the internal Border Gateway Protocol (iBGP). When two different entities, which are referred to as autonomous systems, interconnect their networks, the routing protocol used is external Border Gateway Protocol (eBGP). AWS has documented vendor configuration examples at https://docs.aws.amazon.com/vpn/latest/s2svpn/cgw-dynamic-routing-examples.html that have been tested and validated for the interconnections.
Amazon also supports the use of static routing, where routes are manually configured, and no dynamic routing protocol is required at the interconnection point. A static route is manually configured in the interconnected routers and is not learned through a dynamic routing protocol. Static routes are typically used when there is a need for a specific path to be taken for a specific destination, regardless of any other routing information that may be available.
In this section, you will learn about ways to optimize routing inside of, and into, the AWS cloud. Optimization can improve performance, increase availability, improve security, and lower the cost of your network and AWS deployment. A number of tools, techniques, and best practices can help with optimization.
When you implement these best practices, routing is optimized to improve the performance, scalability, and security of your network infrastructure.