Pure-FTPd error “500 I won’t open a connection to <IP ADDRESS>” OR “Server sent passive reply with unroutable address. Using server address instead.” This happens when the server is beyond a NAT like the Amazon EC2. The most posted solution on the internet is to fallback to “Passive” mode in the FTP client. But in… Continue reading Pure-FTPd Error on Amazon EC2
Tag: aws ec2
XFS in AWS EC2 for MongoDB. The easy way
Changing the filesystem on AWS EC2 is a difficult task. The easy way to use XFS filesystem on AWS EC2 for hosting MongoDB is to add an extra block storage and format it as XFS First create a Block Storage and attach. Provisioned IOPS SSD is a suitable one for high volume data flow. Once… Continue reading XFS in AWS EC2 for MongoDB. The easy way