<?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:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>Amazon EC2 Monitoring &#8211; Nagios Library</title>
	<atom:link href="https://library.nagios.com/tag/amazon-ec2-monitoring/feed/" rel="self" type="application/rss+xml" />
	<link>https://library.nagios.com</link>
	<description>Complete Nagios monitoring resources and documentation</description>
	<lastBuildDate>Thu, 02 Apr 2026 20:30:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://library.nagios.com/wp-content/uploads/2024/11/Nagios-Blue-N.svg</url>
	<title>Amazon EC2 Monitoring &#8211; Nagios Library</title>
	<link>https://library.nagios.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Optimizing Amazon EC2 Performance: Monitoring with Nagios XI</title>
		<link>https://library.nagios.com/tutorials/optimizing-amazon-ec2-performance-monitoring-with-nagios-xi/</link>
		
		<dc:creator><![CDATA[Ayub Huruse]]></dc:creator>
		<pubDate>Wed, 19 Feb 2025 13:58:17 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[Amazon EC2 Monitoring]]></category>
		<guid isPermaLink="false">https://library.nagios.com/?p=47800</guid>

					<description><![CDATA[Amazon EC2 (Elastic Compute Cloud) is a key component of cloud infrastructure, providing scalable computing resources for applications and services. However, maintaining performance, availability, and cost efficiency requires proactive monitoring. Nagios XI offers comprehensive monitoring solutions for Amazon EC2, ensuring optimal resource usage and uptime. This guide outlines the steps to monitor Amazon EC2 instances [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Amazon EC2 (Elastic Compute Cloud) is a key component of cloud infrastructure, providing scalable computing resources for applications and services. However, maintaining performance, availability, and cost efficiency requires proactive monitoring. <a href="https://www.nagios.com/products/nagios-xi/" target="_blank" rel="noopener">Nagios XI</a> offers comprehensive monitoring solutions for Amazon EC2, ensuring optimal resource usage and uptime.</p>



<p>This guide outlines the steps to monitor Amazon EC2 instances using Nagios XI, covering essential metrics, configuration steps, and best practices.</p>



<h2 class="wp-block-heading">Prerequisites</h2>



<p>Before you begin, ensure you have the following:</p>



<ul class="wp-block-list">
<li><strong>Nagios XI (latest version recommended)</strong> installed and configured.</li>



<li><strong>An AWS account</strong> with IAM permissions for monitoring EC2.</li>



<li><strong>AWS Access and Secret Keys</strong> for authentication.</li>



<li><strong>Internet connectivity</strong> for API communication.</li>
</ul>



<h2 class="wp-block-heading">Why Monitor Amazon EC2?</h2>



<p>Your EC2 instances are the heartbeat of your cloud infrastructure. Monitoring them is critical for:</p>



<ul class="wp-block-list">
<li><strong>Maximizing Uptime</strong> – Prevent service disruptions with proactive alerts.</li>



<li><strong>Optimizing Performance</strong> – Identify CPU spikes, disk I/O issues, and memory bottlenecks.</li>



<li><strong>Enhancing Security</strong> – Detect unauthorized access and suspicious activity.</li>



<li><strong>Cost Control</strong> – Track resource usage and prevent over-provisioning.</li>
</ul>



<p>With Nagios XI, you gain <strong>real-time visibility</strong> into your EC2 environment, ensuring your cloud resources are always running at their best.</p>



<h2 class="wp-block-heading">Key Metrics to Monitor</h2>



<p>Nagios XI provides deep insights into EC2 performance. Here are the critical metrics you should monitor:</p>



<h3 class="wp-block-heading">Compute Performance</h3>



<ul class="wp-block-list">
<li><strong>CPU Credit Usage</strong> – Monitor CPU consumption trends to optimize performance.</li>



<li><strong>CPU Credit Balance</strong> – Ensure instances have enough credits to handle workloads.</li>



<li><strong>CPU Utilization</strong> – Detect spikes or idle resources to optimize cost and efficiency.</li>
</ul>



<h3 class="wp-block-heading">Storage &amp; Disk Activity</h3>



<ul class="wp-block-list">
<li><strong>Disk Read/Write Operations</strong> – Track disk activity for performance and bottleneck analysis.</li>



<li><strong>Disk Read/Write Bytes</strong> – Monitor data transfer to detect potential storage issues.</li>
</ul>



<h3 class="wp-block-heading">Network Performance</h3>



<ul class="wp-block-list">
<li><strong>Network In/Out</strong> – Measure inbound and outbound traffic for optimal connectivity.</li>



<li><strong>Network Packets In/Out</strong> – Track packet flow to prevent network congestion.</li>
</ul>



<p>By continuously tracking these KPIs, you can <strong>prevent slowdowns, enhance availability, and optimize cloud resources.</strong></p>



<h2 class="wp-block-heading">Installation and Configuration</h2>



<h3 class="wp-block-heading">Step 1: Install Nagios XI</h3>



<p>If Nagios XI is not installed, follow the official installation guide.</p>



<p>For a step-by-step video tutorial, watch: <a href="https://www.youtube.com/watch?v=gyLNNtpYtus&amp;t=1s" target="_blank" rel="noopener">Nagios XI Installation Guide</a></p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Nagios XI Installation On Amazon AWS" width="800" height="450" src="https://www.youtube.com/embed/gyLNNtpYtus?start=1&#038;feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<h3 class="wp-block-heading">Step 2: Configure AWS Access</h3>



<ol class="wp-block-list">
<li>Log in to the <strong>AWS Management Console</strong>.</li>



<li>Navigate to <strong>IAM</strong> and create a new IAM user.</li>



<li>Assign <strong>AmazonEC2ReadOnlyAccess</strong> permissions.</li>



<li>Generate an <strong>Access Key ID</strong> and <strong>Secret Access Key</strong>.</li>



<li>Add these credentials in Nagios XI to enable EC2 monitoring.</li>
</ol>



<h3 class="wp-block-heading">Step 3: Use the Amazon EC2 Wizard in Nagios XI</h3>



<p>1. Open <strong>Nagios XI</strong> and go to <strong>Configuration Wizards</strong>.</p>



<p>2. Select <strong>Amazon EC2 Wizard</strong>.</p>



<figure class="wp-block-image size-large"><a href="https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-18-080216.png"><img fetchpriority="high" decoding="async" width="1024" height="394" src="https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-18-080216-1024x394.png" alt="Screenshot 2025 02 18 080216" class="wp-image-47805" title="Optimizing Amazon EC2 Performance: Monitoring with Nagios XI 1" srcset="https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-18-080216-1024x394.png 1024w, https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-18-080216-300x116.png 300w, https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-18-080216-768x296.png 768w, https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-18-080216-1536x592.png 1536w, https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-18-080216-360x139.png 360w, https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-18-080216.png 1599w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">Example output of the amazon ec2 wizard</figcaption></figure>



<p>3. Enter your <strong>AWS Access Key</strong> and <strong>Secret Key</strong>.</p>



<p>4. Select the <strong>EC2 instances</strong> to monitor.</p>



<figure class="wp-block-image size-large"><a href="https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-18-080301.png"><img decoding="async" width="1024" height="555" src="https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-18-080301-1024x555.png" alt="Screenshot 2025 02 18 080301" class="wp-image-47806" title="Optimizing Amazon EC2 Performance: Monitoring with Nagios XI 2" srcset="https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-18-080301-1024x555.png 1024w, https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-18-080301-300x163.png 300w, https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-18-080301-768x417.png 768w, https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-18-080301-1536x833.png 1536w, https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-18-080301-360x195.png 360w, https://library.nagios.com/wp-content/uploads/2025/02/Screenshot-2025-02-18-080301.png 1593w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption class="wp-element-caption">Example output of the step 1 configuration</figcaption></figure>



<p>5. Choose key metrics (e.g., CPU usage, network traffic, disk activity).</p>



<p>6. Set alert thresholds for critical indicators.</p>



<p>7. Save and apply changes.</p>



<h3 class="wp-block-heading">Step 4: Configure Alerts and Notifications</h3>



<ol class="wp-block-list">
<li>Navigate to <strong>Notifications</strong> in Nagios XI.</li>



<li>Set thresholds for critical metrics (e.g., high CPU usage, excessive disk operations).</li>



<li>Configure <strong>email, SMS, or webhook notifications</strong> to alert your team.</li>
</ol>



<h3 class="wp-block-heading">Step 5: Analyze and Optimize</h3>



<ol class="wp-block-list">
<li>Use <strong>Nagios XI Reports</strong> to analyze trends in compute, storage, and network performance.</li>



<li>Optimize instance sizing based on historical usage.</li>



<li>Adjust configurations based on insights to improve efficiency and reduce costs.</li>
</ol>



<h2 class="wp-block-heading">Best Practices for Amazon EC2 Monitoring</h2>



<p>To get the most out of your monitoring setup, follow these expert tips:</p>



<ul class="wp-block-list">
<li><strong>Set Dynamic Alerts</strong> – Customize alerts for different workloads and traffic patterns.</li>



<li><strong>Monitor Access Logs</strong> – Keep an eye on unauthorized login attempts.</li>



<li><strong>Optimize Instance Selection</strong> – Regularly review instance types to ensure cost-efficiency.</li>



<li><strong>Automate Scaling Decisions</strong> – Use Nagios insights to trigger AWS Auto Scaling policies.</li>
</ul>



<h2 class="wp-block-heading">Troubleshooting Common Issues</h2>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><th>Issue</th><th>Possible Cause</th><th>Solution</th></tr><tr><td>No data in Nagios XI</td><td>API connectivity issue</td><td>Verify AWS credentials and IAM permissions</td></tr><tr><td>High CPU usage alerts</td><td>Overloaded instance</td><td>Consider resizing or distributing workloads</td></tr><tr><td>Network latency spikes</td><td>Congestion or routing issue</td><td>Check AWS network logs and optimize settings</td></tr></tbody></table></figure>



<h2 class="wp-block-heading">Conclusion</h2>



<p>By leveraging Nagios XI for EC2 monitoring, you gain full control over your cloud environment. With <strong>real-time alerts, deep analytics, and proactive issue detection</strong>, you can ensure high availability, optimized performance, and efficient resource management.</p>



<p>Start monitoring your Amazon EC2 instances today and experience a smarter way to manage cloud performance.</p>



<h2 class="wp-block-heading">Additional Resources</h2>



<ul class="wp-block-list">
<li><a href="https://library.nagios.com/products/nagios-xi/documentation/" target="_blank" rel="noreferrer noopener">Nagios XI Documentation</a></li>



<li><a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts.html" target="_blank" rel="noopener">AWS EC2 Best Practices</a></li>



<li><a href="https://support.nagios.com/kb/article/monitoring-amazon-ec2-910.html" target="_blank" rel="noopener"><a href="https://support.nagios.com/kb/article/monitoring-amazon-ec2-910.html" target="_blank" rel="noopener">Nagios EC2 Monitoring Guide</a></a></li>
</ul>



<h2 class="wp-block-heading">Need Help?</h2>



<p>For further assistance, visit our <a href="https://support.nagios.com/" target="_blank" rel="noopener">support page</a> or contact our team.</p>
]]></content:encoded>
					
		
		
		<media:content url="https://www.youtube.com/embed/gyLNNtpYtus" medium="video">
			<media:player url="https://www.youtube.com/embed/gyLNNtpYtus" />
			<media:title type="plain">Amazon EC2 Monitoring Archives - Nagios Library</media:title>
			<media:description type="html"><![CDATA[Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.]]></media:description>
			<media:thumbnail url="https://library.nagios.com/wp-content/uploads/2024/12/shutterstock_2429890935-scaled-e1736375662543.jpg" />
			<media:rating scheme="urn:simple">nonadult</media:rating>
		</media:content>
	</item>
		<item>
		<title>Gravitating to AWS&#8217; Arm Processor</title>
		<link>https://library.nagios.com/industry-insights/gravitating-to-aws-processor/</link>
		
		<dc:creator><![CDATA[Kelly Ferguson]]></dc:creator>
		<pubDate>Fri, 31 Jan 2025 18:17:37 +0000</pubDate>
				<category><![CDATA[Industry Insights]]></category>
		<category><![CDATA[Amazon EC2 Monitoring]]></category>
		<category><![CDATA[AWS Monitoring]]></category>
		<category><![CDATA[Infrastructure Monitoring]]></category>
		<guid isPermaLink="false">https://library.nagios.com/?p=40771</guid>

					<description><![CDATA[AWS Graviton processors offer up to 40% better price performance and use up to 60% less energy than comparable x86 instances. Monitor AWS assets with Nagios XI for optimal performance.]]></description>
										<content:encoded><![CDATA[
<p>Amazon Web Services’ (AWS) Graviton CPU, an Arm-based processor, is gaining popularity as “[h]alf of all instances spun up on Amazon Web Services over the past two years used Graviton,” according to the article by Andy Patrizio on Network World titled “<a href="https://www.networkworld.com/article/3631134/graviton-progress-50-of-new-aws-instances-run-on-amazon-custom-silicon.html" target="_blank" rel="noopener">Graviton progress: 50% of new AWS instances run on Amazon custom silicon</a>.” As these new processors rise in popularity and AWS remains a widely used cloud platform, you want to ensure you are monitoring your AWS assets with a reliable IT infrastructure monitoring solution like <a href="https://library.nagios.com/products/nagios-xi/" target="_blank" rel="noreferrer noopener">Nagios XI</a> so you can keep track of their status. In this article, you’ll get a general overview of the Graviton CPU and also learn how you can monitor your AWS assets with XI.</p>



<h2 class="wp-block-heading"><strong>What’s Different about the Graviton CPU?</strong></h2>



<p>Patrizio’s article provides a few reasons as to why more AWS instances are utilizing the Graviton CPU over the x86 processor. Some of the benefits of using Graviton CPUs are they “cost up to 20% less and use up to 60% less energy than comparable EC2 instances on x86, and they are up to 40% more cost-effective than x86,” according to Patrizio.</p>



<p>As Amazon has released new versions of the Graviton CPU, the company has significantly improved the performance of the processor. From Graviton3 to Graviton4, which Amazon launched in July 2024, the processor gained “30% better computing power, 50% more cores and 75% more memory bandwidth,” according to the article. One of the noteworthy technical improvements Patrizio mentioned for the new Graviton4 processor, also called R8g, is that it can handle as much as 8GB of memory for each virtual processor a user has as well as support up to 192 processors.</p>



<p>Another difference stated in the article that makes the Graviton CPU unique is the fact it is made by Amazon, a hyperscaler without any prior experience creating custom silicon. However, other hyperscalers like Microsoft, Google, and Nvidia have also created their own personalized Arm-based CPUs, according to Patrizio, so AWS is not the only hyperscaler offering this type of processor. While the Graviton CPU may not be the only processor out there like it, the article points out that its use is certainly on the rise.</p>



<h2 class="wp-block-heading"><strong>Using and Monitoring AWS with Nagios</strong></h2>



<p>The Graviton4 processor from Amazon is new, but it’s not a new practice to use AWS in your IT environment or monitor your AWS assets. Nagios XI not only enables you to utilize AWS for installation, but it also can monitor AWS services as well. XI gives you flexibility when it comes to choosing how you deploy it so it’s able to fit into the requirements of your organization. You can install it with VMware, Hyper-V, Linux, or you can even install it in AWS. To show you how to accomplish the latter, we created a detailed tutorial that walks you through how to install XI in AWS with a RHEL (Red Hat Enterprise Linux) 9 virtual machine.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Nagios XI Installation On Amazon AWS" width="800" height="450" src="https://www.youtube.com/embed/gyLNNtpYtus?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p>If you are using AWS, though, the greater value comes in for you through XI’s ability to monitor AWS services such as Amazon EC2 (Amazon Elastic Compute Cloud) and Amazon S3 (Amazon Simple Storage Service). XI comes with over 80 built-in Configuration Wizards that allow you to easily configure a wide variety of devices for monitoring, and two of those Wizards are for Amazon EC2 and Amazon S3, respectively.</p>



<figure class="wp-block-image size-large"><a href="https://library.nagios.com/wp-content/uploads/2025/01/Screenshot-2025-01-10-140852.png"><img decoding="async" width="1024" height="468" src="https://library.nagios.com/wp-content/uploads/2025/01/Screenshot-2025-01-10-140852-1024x468.png" alt="Image of Amazon AWS Configuration Wizards in Nagios XI interface." class="wp-image-41439" title="Gravitating to AWS&#039; Arm Processor 3" srcset="https://library.nagios.com/wp-content/uploads/2025/01/Screenshot-2025-01-10-140852-1024x468.png 1024w, https://library.nagios.com/wp-content/uploads/2025/01/Screenshot-2025-01-10-140852-300x137.png 300w, https://library.nagios.com/wp-content/uploads/2025/01/Screenshot-2025-01-10-140852-768x351.png 768w, https://library.nagios.com/wp-content/uploads/2025/01/Screenshot-2025-01-10-140852-1536x703.png 1536w, https://library.nagios.com/wp-content/uploads/2025/01/Screenshot-2025-01-10-140852.png 1913w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><figcaption>Gravitating to AWS' Arm Processor 4</figcaption></figure>



<p>When you <a href="https://assets.nagios.com/downloads/nagiosxi/docs/Monitoring-Amazon-S3-2024.pdf" target="_blank" rel="noopener">monitor Amazon S3</a> with XI, you are able measure metrics like bucket size, the number of objects, all/get/put requests, delete requests, head/post/list requests, the amount of bytes downloaded or uploaded, total request latency, first byte latency, 4XX errors, and 5XX errors. <a href="https://assets.nagios.com/downloads/nagiosxi/docs/Monitoring-Amazon-EC2-2024.pdf" target="_blank" rel="noopener">Monitoring Amazon EC2</a> allows you to keep track of CPU credit usage, CPU credit balance, CPU utilization, disk read/write operations, disk read/write bytes, network in/out, as well as network packets in/out. This in-depth insight into both services gives you the ability to more easily keep track of their status to ensure everything is running smoothly.</p>



<h2 class="wp-block-heading">Conclusion</h2>



<p>AWS’ Graviton CPU is making waves as more users begin to utilize it, and there are many benefits to using this processor that can help with increasing efficiency and decreasing costs, as stated in the article. While more people are starting to use this processor, many organizations already use AWS services as a key part of their IT environments. Since these services are highly important, it’s essential to monitor them with an IT monitoring solution like Nagios XI that can provide you with insight into an array of valuable metrics. Armed with this valuable data, you can feel confident that you’re able to quickly jump into action if an issue arises in your AWS services.</p>
]]></content:encoded>
					
		
		
		<media:content url="https://www.youtube.com/embed/gyLNNtpYtus" medium="video">
			<media:player url="https://www.youtube.com/embed/gyLNNtpYtus" />
			<media:title type="plain">Amazon EC2 Monitoring Archives - Nagios Library</media:title>
			<media:description type="html"><![CDATA[Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.]]></media:description>
			<media:thumbnail url="https://library.nagios.com/wp-content/uploads/2025/01/shutterstock_2492863813-scaled.jpg" />
			<media:rating scheme="urn:simple">nonadult</media:rating>
		</media:content>
	</item>
		<item>
		<title>How To Create A Nagios Log Server Instance In The Amazon EC2 Cloud</title>
		<link>https://library.nagios.com/documentation/create-nagios-log-server-instance-amazon-ec2-cloud/</link>
		
		<dc:creator><![CDATA[Ethan Galstad]]></dc:creator>
		<pubDate>Tue, 14 Nov 2017 22:46:00 +0000</pubDate>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Amazon EC2 Monitoring]]></category>
		<category><![CDATA[Log Monitoring]]></category>
		<guid isPermaLink="false">https://library.nagios.com/?page_id=1704</guid>

					<description><![CDATA[This document describes how to launch a new pre-installed Nagios Log Server server in the Amazon EC2 cloud in order to quickly run a trial of Nagios Log Server without using physical hardware, migrate existing physical installations to a cloud infrastructure, and/or scale an existing Log Server environment. This document is intended for use by [&#8230;]]]></description>
										<content:encoded><![CDATA[<div>This document describes how to launch a new pre-installed Nagios Log Server server in the Amazon EC2 cloud in order to quickly run a trial of Nagios Log Server without using physical hardware, migrate existing physical installations to a cloud infrastructure, and/or scale an existing Log Server environment.</div>
<div>
<div>This document is intended for use by Nagios Log Server Administrators who would like to bring up new Nagios Log Server instances in the Amazon Elastic Compute Cloud (EC2).</div>
<p><div><a href="https://assets.nagios.com/downloads/nagios-log-server/docs/Using-Nagios-Log-Server-In-Amazon-EC2-Cloud.pdf" target="_blank" rel="noopener">How To Create A Nagios Log Server Instance In The Amazon EC2 Cloud</a></div>
</p>
</div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How To Create A Nagios Fusion Instance In The Amazon EC2 Cloud</title>
		<link>https://library.nagios.com/documentation/how-to-create-a-nagios-fusion-instance-in-the-amazon-ec2-cloud/</link>
		
		<dc:creator><![CDATA[Ethan Galstad]]></dc:creator>
		<pubDate>Mon, 17 Jul 2017 15:01:00 +0000</pubDate>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Amazon EC2 Monitoring]]></category>
		<guid isPermaLink="false">https://newlibrary.nagios.com/?post_type=fusion-document&#038;p=2814</guid>

					<description><![CDATA[Launch a new pre-installed Nagios Fusion server in the Amazon EC2 cloud in order to quickly run a trial of Nagios Fusion
]]></description>
										<content:encoded><![CDATA[
<p>This document describes how to launch a new pre-installed Nagios Fusion server in the Amazon EC2 cloud in order to quickly run a trial of Nagios Fusion without using physical hardware, migrate existing physical installations to a cloud infrastructure, and/or scale an existing Fusion monitoring environment.</p>



<p>This document is intended for use by Nagios Fusion Administrators who would like to bring up new Nagios Fusion instances in the Amazon Elastic Compute Cloud (EC2).</p>



<p><strong>Fusion 4.x</strong></p>



<p><a href="https://assets.nagios.com/downloads/nagiosfusion/docs/Using-Nagios-Fusion-In-Amazon-EC2-Cloud.pdf" target="_blank" rel="noreferrer noopener">How To Create A Nagios Fusion Instance In The Amazon EC2 Cloud</a></p>



<p><strong>Fusion 2024</strong></p>



<p><a href="https://assets.nagios.com/downloads/nagiosfusion/docs/Creating-a-Fusion-2024-Instance-in-Amazon-EC2.pdf" target="_blank" rel="noreferrer noopener">Creating-a-Fusion-2024-Instance-in-Amazon-EC2.pdf</a></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
