<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pt-BR">
	<id>http://wiki.geosales.com.br:8000/index.php?action=history&amp;feed=atom&amp;title=Diferen%C3%A7a_entre_disco_local_e_EBS</id>
	<title>Diferença entre disco local e EBS - Histórico de revisão</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.geosales.com.br:8000/index.php?action=history&amp;feed=atom&amp;title=Diferen%C3%A7a_entre_disco_local_e_EBS"/>
	<link rel="alternate" type="text/html" href="http://wiki.geosales.com.br:8000/index.php?title=Diferen%C3%A7a_entre_disco_local_e_EBS&amp;action=history"/>
	<updated>2026-05-06T09:42:11Z</updated>
	<subtitle>Histórico de revisões para esta página neste wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://wiki.geosales.com.br:8000/index.php?title=Diferen%C3%A7a_entre_disco_local_e_EBS&amp;diff=840&amp;oldid=prev</id>
		<title>10.0.0.89: Criou página com 'EBS is like the virtual disk of a VM:      Durable, instances backed by EBS can be freely started and stopped (saving money)     Can be snapshotted at any point in time, to ge...'</title>
		<link rel="alternate" type="text/html" href="http://wiki.geosales.com.br:8000/index.php?title=Diferen%C3%A7a_entre_disco_local_e_EBS&amp;diff=840&amp;oldid=prev"/>
		<updated>2016-10-31T18:40:39Z</updated>

		<summary type="html">&lt;p&gt;Criou página com &amp;#039;EBS is like the virtual disk of a VM:      Durable, instances backed by EBS can be freely started and stopped (saving money)     Can be snapshotted at any point in time, to ge...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;EBS is like the virtual disk of a VM:&lt;br /&gt;
&lt;br /&gt;
    Durable, instances backed by EBS can be freely started and stopped (saving money)&lt;br /&gt;
    Can be snapshotted at any point in time, to get point-in-time backups&lt;br /&gt;
    AMIs can be created from EBS snapshots, so the EBS volume becomes a template for new systems&lt;br /&gt;
&lt;br /&gt;
Instance storage is:&lt;br /&gt;
&lt;br /&gt;
    Local, so generally faster&lt;br /&gt;
    Non-networked, in normal cases EBS I/O comes at the cost of network bandwidth (except&lt;br /&gt;
    Has limited I/O per second IOPS). Even provisioned I/O maxes out at a few thousand IOPS&lt;br /&gt;
    Fragile. As soon as the instance is stopped, you lose everything in instance storage.&lt;br /&gt;
&lt;br /&gt;
Here's where to use each:&lt;br /&gt;
&lt;br /&gt;
    Use EBS for the backing OS partition and permanent storage (DB data, critical logs, application config)&lt;br /&gt;
    Use instance storage for in-process data, noncritical logs, and transient application state. Example: external sort storage, tempfiles, etc.&lt;br /&gt;
    Instance storage can also be used for performance-critical data, when there's replication between instances (NoSQL DBs, distributed queue/message systems, and DBs with replication)&lt;br /&gt;
    Use S3 for data shared between systems: input dataset and processed results, or for static data used by each system when lauched.&lt;br /&gt;
    Use AMIs for prebaked, launchable servers&lt;/div&gt;</summary>
		<author><name>10.0.0.89</name></author>
	</entry>
</feed>