<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="https://publishpress.com/"
	>

<channel>
	<title>routes aws vs gcp Archives - Anuj Varma, Hands-On Technology Architect, Clean Air Activist</title>
	<atom:link href="https://www.anujvarma.com/tag/routes-aws-vs-gcp/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.anujvarma.com/tag/routes-aws-vs-gcp/</link>
	<description>Production Grade Technical Solutions &#124; Data Encryption and Public Cloud Expert</description>
	<lastBuildDate>Tue, 28 Jan 2020 23:06:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://www.anujvarma.com/wp-content/uploads/anujtech.png</url>
	<title>routes aws vs gcp Archives - Anuj Varma, Hands-On Technology Architect, Clean Air Activist</title>
	<link>https://www.anujvarma.com/tag/routes-aws-vs-gcp/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Routes and Route Tables &#8211; AWS vs GCP</title>
		<link>https://www.anujvarma.com/routes-and-route-tables-aws-vs-gcp/</link>
					<comments>https://www.anujvarma.com/routes-and-route-tables-aws-vs-gcp/#comments</comments>
		
		<dc:creator><![CDATA[Anuj Varma]]></dc:creator>
		<pubDate>Tue, 28 Jan 2020 23:06:07 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[Google Cloud]]></category>
		<category><![CDATA[routes aws gcp]]></category>
		<category><![CDATA[route table aws gcp]]></category>
		<category><![CDATA[routes aws versus google]]></category>
		<category><![CDATA[routes aws vs gcp]]></category>
		<guid isPermaLink="false">https://www.anujvarma.com/?p=6494</guid>

					<description><![CDATA[<p>What is a Route? A route is an instruction for directing traffic.  It is applied to an entire set of IP addresses &#8211; typically to an entire VPC or a [&#8230;]</p>
<p>The post <a href="https://www.anujvarma.com/routes-and-route-tables-aws-vs-gcp/">Routes and Route Tables &#8211; AWS vs GCP</a> appeared first on <a href="https://www.anujvarma.com">Anuj Varma, Hands-On Technology Architect, Clean Air Activist</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3>What is a Route?</h3>
<p>A route is an instruction for directing traffic.  It is applied to an entire set of IP addresses &#8211; typically to an entire VPC or a subnet within the VPC.</p>
<p>DESTINATION refers to the set of IP addresses and TARGET refers to where to point the traffic to.</p>
<p>For example, if the destination is the internal IPs of a subnet, the TARGET is LOCAL (local covers all internal IP addressing).</p>
<p><img decoding="async" class="alignnone size-full wp-image-6496" src="https://www.anujvarma.com/wp-content/uploads/routes_aws.png" alt="route aws vs gcp" width="240" height="90" srcset="https://www.anujvarma.com/wp-content/uploads/routes_aws.png 240w, https://www.anujvarma.com/wp-content/uploads/routes_aws-183x69.png 183w" sizes="(max-width: 240px) 100vw, 240px" /></p>
<p>The route table works the same way in GCP &#8211; instead of TARGET, the term used is NEXT HOP.</p>
<p><img decoding="async" class="alignnone size-full wp-image-6497" src="https://www.anujvarma.com/wp-content/uploads/next_hop_google_cloud_route.png" alt="google cloud route next hop" width="226" height="93" srcset="https://www.anujvarma.com/wp-content/uploads/next_hop_google_cloud_route.png 226w, https://www.anujvarma.com/wp-content/uploads/next_hop_google_cloud_route-183x75.png 183w" sizes="(max-width: 226px) 100vw, 226px" /></p>
<p><strong>AWS Route Tables</strong></p>
<p>While there is one main route table, each subnet can be associated with it&#8217;s own custom route table.</p>
<p>So &#8211; say you have 2 subnets &#8211; A and B. To start out, both A and B inherit the main routing table. Now, you can define a separate routing table for Subnet B &#8211; and associate that with B. Only A uses the main routing table &#8211; and B uses it&#8217;s new custom routing table.</p>
<p>If your new custom routing table looks better to you, you can convert it to the main route table. This will make subnet A also use this new table since it is now the MAIN route table (The older main route table is no longer in use &#8211; since both A and B are using the new route table).</p>
<p><strong>GCP Route Tables</strong></p>
<p>As opposed to this, on GCP, there is only ONE global routing table. This is because there is no need to create routes between regions (your subnet automatically spans all regions).</p>
<p>As long as your subnets use non overlapping, distinct address spaces, you can address VMs in subnets without using custom routes (i.e. just using their internal IP addresses). You can even connect on premises networks to the Google cloud network by using VPC tunnels &#8211; and creating a route entry that points to the VPN tunnel.</p>
<h3>Summary</h3>
<p>Routing is considerably simplified in Google Cloud due to the global nature of network (VPCs, Subnets span across regions). Custom Routes CAN still be defined -and are typically used to create routes between appliances (e.g. firewall appliances deployed on Google Cloud)</p>
<p>The post <a href="https://www.anujvarma.com/routes-and-route-tables-aws-vs-gcp/">Routes and Route Tables &#8211; AWS vs GCP</a> appeared first on <a href="https://www.anujvarma.com">Anuj Varma, Hands-On Technology Architect, Clean Air Activist</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.anujvarma.com/routes-and-route-tables-aws-vs-gcp/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Content Delivery Network via N/A
Minified using Disk

Served from: www.anujvarma.com @ 2026-07-22 12:30:24 by W3 Total Cache
-->