I followed the instructions the wiki to setup CHR at Amazon. All worked great - just cloned the AMI into my account and changed the VPC to allow access.
I actually wanted to backup the new CHR to AWS cloud storage (S3) via a script on CHR (since we store a lot of saved config files/backups there). However, it doesn’t look possible with “/fetch upload=yes”… since RouterOS uses FTP for upload and Amazon’s S3 could storage can only HTTP for upload.
To workaround this, I created another/2nd disk to use to keep MikroTik backups. The 2nd drive is associated with the CHR EC2 instance. However, the CHR never shows the new disk. The disk is unformatted and according to Amazon mounted at “/dev/sdf”, but “/disk print” show no disks.
Maybe its the /dev mount point, but couldn’t find anything on the forums or wiki on how this all works in CHR…
Any ideas?