Fixing ' Unable to access mount point: Transport End Point is not Connected' in amazon ec2
In our previous post, we discussed how we can mount Amazon S3 bucket into an Amazon EC2 instance. Now in this post we are going to discuss how you can solve a issue that occurs with this kind of mounting over HTTP in Amazon Web Services
First unmount the bucket, for this we use the following command:
fusermount -u directory_where_bucket_was mountMount the bucket again:
s3fs bucket_name directory _where_bucket_mounts
Comments
Post a Comment