<?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/"
	>

<channel>
	<title>Blog &#8211; Kliment Andreev</title>
	<atom:link href="https://www.andreev.it/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.andreev.it</link>
	<description>Something about me...</description>
	<lastBuildDate>Sat, 07 Jan 2023 14:01:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>AWS: Web Servers in HA config behind Application Load Balancer and Web Application Firewall (WAF)</title>
		<link>https://www.andreev.it/2022/08/10/web-servers-in-ha-config-behind-application-load-balancer-and-web-application-firewall/</link>
					<comments>https://www.andreev.it/2022/08/10/web-servers-in-ha-config-behind-application-load-balancer-and-web-application-firewall/#respond</comments>
		
		<dc:creator><![CDATA[klimenta]]></dc:creator>
		<pubDate>Wed, 10 Aug 2022 21:02:31 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://www.andreev.it/?p=1</guid>

					<description><![CDATA[As the title says, I&#8217;ll create two web servers in a private subnet, put an Application Load Balancer in front and protect the content with Web Application Firewall (WAF). In addition, I&#8217;ll create a bastion host so I can access the web servers using SSH. Web Servers are not reachable from the Internet. Elastic IP [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>As the title says, I&#8217;ll create two web servers in a private subnet, put an Application Load Balancer in front and protect the content with Web Application Firewall (WAF). In addition, I&#8217;ll create a bastion host so I can access the web servers using SSH. Web Servers are not reachable from the Internet. </p>
<h1>Elastic IP</h1>
<p>First thing to do is to create an Elastic IP for the NAT gateway. NAT gateway is needed if you want to give the Web Servers Internet access so they can be patched. Go to <strong>Elastic IPs</strong> under <strong>Network &#038; Security</strong> in EC2 menu and click on <strong>Allocate Elastic IP address</strong> in the top right corner. Accept the defaults and click <strong>Allocate</strong>.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2021/12/P157-01.png"><img decoding="async" loading="lazy" src="https://blog.andreev.it/wp-content/uploads/2021/12/P157-01.png" alt="" width="826" height="763" class="aligncenter size-full wp-image-8994" /></a></p>
<h1>VPC</h1>
<p>We&#8217;ll create a VPC with two public and two private subnets. Minimum two public subnets are needed for the Application Load Balancer. You can&#8217;t create an ALB with one public subnet.</p>
<p>This is just a sample. The original blog post is <a href="https://blog.andreev.it/2021/12/aws-web-servers-in-ha-config-behind-application-load-balancer-and-web-application-firewall-waf/" rel="noopener" target="_blank">here</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.andreev.it/2022/08/10/web-servers-in-ha-config-behind-application-load-balancer-and-web-application-firewall/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Azure: Migrate VMware VMs and physical servers using Azure Migrate: Server Assessment and Server Migration</title>
		<link>https://www.andreev.it/2016/06/06/azure_migrate/</link>
					<comments>https://www.andreev.it/2016/06/06/azure_migrate/#respond</comments>
		
		<dc:creator><![CDATA[klimenta]]></dc:creator>
		<pubDate>Mon, 06 Jun 2016 11:27:56 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Metal]]></category>
		<category><![CDATA[Mining]]></category>
		<category><![CDATA[Polymer]]></category>
		<guid isPermaLink="false">http://demo.goodlayers.com/infinite/?p=1313</guid>

					<description><![CDATA[If you have some on-prem workloads (either virtual or physical servers) and you want to migrate them to Azure, this post might be for you. I&#8217;ll describe how to migrate these servers in Azure using Azure Migrate and Azure Site Recovery. These tools (actual VMs) will have to be installed in your on-prem environment and [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>If you have some on-prem workloads (either virtual or physical servers) and you want to migrate them to Azure, this post might be for you. I&#8217;ll describe how to migrate these servers in Azure using Azure Migrate and Azure Site Recovery. These tools (actual VMs) will have to be installed in your on-prem environment and they&#8217;ll do the heavy lifting for you. Before I begin, there are some pre-requisites. You&#8217;ll need a valid Azure subscription, supported VMware vCenter (v5.5 and above) and resources to install two VMs. On my ESXi host, using thin provisioned storage, I needed 8 CPUs, 32GB RAM and 20GB-80GB thin provisioned storage for <strong>Azure Migrate: Server Assessment</strong> and 8CPUs, 32GB RAM and 40GB disk for <strong>Azure Migrate: Server Migration</strong> tool. It will take much more space if you have a lots of VMs. I have about 15. You&#8217;ll also need a VNET(s) and subnet(s) where you&#8217;ll migrate the VMs.<br />
I&#8217;ll configure that first. I&#8217;ll give you an example of how to migrate a two-tier Windows application (web server + MS SQL server) and a WordPress server running on two CentOS 7 servers.</p>
<h1>Azure VNET/subnet</h1>
<p>Log to your Azure subscription and create a resource group for the migration. I&#8217;ll name mine <strong>rgMigration</strong>.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-01.jpg"><img decoding="async" loading="lazy" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-01.jpg" alt="" width="732" height="374" class="aligncenter size-full wp-image-8700" /></a><br />
Then create a new VNET and a subnet where you&#8217;ll migrate your VMs. You can use the same subnets as on-prem but only if you don&#8217;t have a ExpressRoute or VPN between on-prem and Azure. In my case, I have a <a href="https://blog.andreev.it/?p=3250" rel="noopener noreferrer" target="_blank">VPN between my home-lab and Azure</a>, so I have to choose a different subnet. I named my VNET <strong>vnetMigration</strong> and the subnet <strong>subServers</strong>.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-02.jpg"><img decoding="async" loading="lazy" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-02.jpg" alt="" width="298" height="535" class="aligncenter size-full wp-image-8701" /></a></p>
<h1>Azure Migrate</h1>
<p>Once completed, in the Azure portal in the middle upper search field, start typing <strong>migrate </strong>and select <strong>Azure Migrate</strong>.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-03.jpg"><img decoding="async" loading="lazy" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-03.jpg" alt="" width="590" height="110" class="aligncenter size-full wp-image-8702" /></a><br />
You&#8217;ll be presented with different options to migrate data, SQL, servers etc. Choose this one that says <strong>migrate servers</strong>.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-04.jpg"><img decoding="async" loading="lazy" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-04.jpg" alt="" width="347" height="341" class="aligncenter size-full wp-image-8703" /></a><br />
Click on <strong>Add tool(s)</strong>.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2019/09/P136-05.jpg"><img decoding="async" loading="lazy" src="https://blog.andreev.it/wp-content/uploads/2019/09/P136-05.jpg" alt="" width="335" height="326" class="aligncenter size-full wp-image-8704" /></a><br />
You&#8217;ll be prompted to choose the subscription, the resource group, name the project and choose the region. Use whatever suits your needs and click <strong>Next</strong>.</p>
<p>This is just a sample. The original post is <a href="https://blog.andreev.it/2019/09/azure-migrate-vmware-vms-and-physical-servers-using-azure-migrate-server-assessment-and-server-migration/" rel="noopener" target="_blank">here</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.andreev.it/2016/06/06/azure_migrate/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
