<p dir="ltr">Cant you just use ebs optimized instance?</p>
<p dir="ltr">On 14/05/2014 7:47 AM, &quot;Csanad Novak&quot; &lt;<a href="mailto:csanad@pixelfusion.co.nz">csanad@pixelfusion.co.nz</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi Arnold,<br>
&gt;<br>
&gt; I guess the challenge here is that the instance-storage get reseted completely (back to the point when its just a raw device without partitions) on every stop/start cycle.<br>
&gt;<br>
&gt; Currently I’m using a less than satisfactory solution on non critical servers, as follow:<br>
&gt;<br>
&gt; I’ve got mounted my instance-storage as /dev/sdb1 to /var<br>
&gt; I’ve got mounted my ebs device as /dev/sdc1 to /mnt/var-backup<br>
&gt;<br>
&gt; I’ve lsyncd configured to sync from /var to /mnt/var-backup<br>
&gt;<br>
&gt; I’ve wrote a little bash script for auto partitioning and mounting. When the instance get stopped for any reason the instance storage gets reseted and the whole /var directory destroyed. After boot up my script repartitioning the instance storage, mount it, and then automatically rsync back the data from /mnt/var-backup.<br>

&gt;<br>
&gt; There is several issue with this architecture, but the biggest one with lsyncd, which wasn’t designed for this. If I cloud change lsyncd to drbd, that would great.<br>
&gt;<br>
&gt; I must stress again: instance-storage is a local hard-disk based block device, while the ebs storage is a network attached block device.<br>
&gt;<br>
&gt; Cheers:<br>
&gt;<br>
&gt; Csanad<br>
&gt;<br>
&gt;<br>
&gt; From: Arnold Krille <a href="mailto:arnold@arnoldarts.de">arnold@arnoldarts.de</a><br>
&gt; Reply: Arnold Krille <a href="mailto:arnold@arnoldarts.de">arnold@arnoldarts.de</a><br>
&gt; Date: 14 May 2014 at 6:18:25<br>
&gt; To: <a href="mailto:drbd-user@lists.linbit.com">drbd-user@lists.linbit.com</a> <a href="mailto:drbd-user@lists.linbit.com">drbd-user@lists.linbit.com</a><br>
&gt; Subject:  Re: [DRBD-user] DRDB on one host <br>
&gt;<br>
&gt;&gt; On Tue, 13 May 2014 09:57:21 +1200 Csanad Novak <br>
&gt;&gt; &lt;<a href="mailto:csanad@pixelfusion.co.nz">csanad@pixelfusion.co.nz</a>&gt; wrote: <br>
&gt;&gt; &gt; Recently on the latest AWS Summit I’ve seen an interesting setup for <br>
&gt;&gt; &gt; utilising the AWS EC2 instance storage. The instance storage is the <br>
&gt;&gt; &gt; local filesystem on the Amazon cloud, unfortunately it is not <br>
&gt;&gt; &gt; persistent - all data get lost if the instance stops. For persistent <br>
&gt;&gt; &gt; storage one must use an so called EBS volume, which is a network <br>
&gt;&gt; &gt; attached block device. Unfortunately the EBS storage performance is <br>
&gt;&gt; &gt; varies, depending on the neighbour instances’ traffic. An ideal world <br>
&gt;&gt; &gt; one can use the instance storage without the worry of data loss. <br>
&gt;&gt; &gt; <br>
&gt;&gt; &gt; On the latest AWS Summit a presenter proposed an architecture where <br>
&gt;&gt; &gt; the instance storage was utilised and was synced with DRBD to the EBS <br>
&gt;&gt; &gt; block <br>
&gt;&gt; &gt; device. <a href="http://www.slideshare.net/AmazonWebServices/so-you-think-you-are-an-aws-ninja-dean-samuels">http://www.slideshare.net/AmazonWebServices/so-you-think-you-are-an-aws-ninja-dean-samuels</a> - <br>

&gt;&gt; &gt; slide 11. <br>
&gt;&gt; &gt; <br>
&gt;&gt; &gt; I wonder how an example config would looks like. I went trough <br>
&gt;&gt; &gt; quickly on the tutorials, but couldn’t find any example with one host <br>
&gt;&gt; &gt; setup. <br>
&gt;&gt;<br>
&gt;&gt; drbd on one host. Isn&#39;t that what raid/md is? <br>
&gt;&gt;<br>
&gt;&gt; I haven&#39;t had a chance to play with aws but if both ebs volumes and the <br>
&gt;&gt; instance-storage are block devices, it should be easy to mirror them <br>
&gt;&gt; with md or lvm. <br>
&gt;&gt;<br>
&gt;&gt; - Arnold <br>
&gt;&gt; ________________________________<br>
&gt;&gt; _______________________________________________ <br>
&gt;&gt; drbd-user mailing list <br>
&gt;&gt; <a href="mailto:drbd-user@lists.linbit.com">drbd-user@lists.linbit.com</a> <br>
&gt;&gt; <a href="http://lists.linbit.com/mailman/listinfo/drbd-user">http://lists.linbit.com/mailman/listinfo/drbd-user</a> <br>
&gt;<br>
&gt; -- <br>
&gt; Kind regards,<br>
&gt;<br>
&gt; Csanad Novak<br>
&gt; Technical Lead<br>
&gt; P / 09 353 1234<br>
&gt; M / 021 060 1531<br>
&gt; E / <a href="mailto:csanad@pixelfusion.co.nz">csanad@pixelfusion.co.nz</a> <br>
&gt; W / <a href="http://PIXELFUSION.CO.NZ">PIXELFUSION.CO.NZ</a> / WHERE DESIGN &amp; DEVELOPMENT FUSE<br>
&gt; A / SUITE 403 &quot;FORBIDDEN&quot;, THE IRON BANK, 150 KARANGAHAPE RD, AUCKLAND / PIXEL FUSION LTD, PO BOX 68 564, NEWTON, AUCKLAND / MAP<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; drbd-user mailing list<br>
&gt; <a href="mailto:drbd-user@lists.linbit.com">drbd-user@lists.linbit.com</a><br>
&gt; <a href="http://lists.linbit.com/mailman/listinfo/drbd-user">http://lists.linbit.com/mailman/listinfo/drbd-user</a><br>
&gt;<br>
</p>