Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| kb:aws:aws_mount_s3_bucket_to_ec2_instance [2019/05/26 14:20] – created yehuda | kb:aws:aws_mount_s3_bucket_to_ec2_instance [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== AWS mount S3 bucket to EC2 instance ====== | ====== AWS mount S3 bucket to EC2 instance ====== | ||
| Option 1: s3fs | Option 1: s3fs | ||
| - | < | + | |
| + | < | ||
| apt install s3fs | apt install s3fs | ||
| - | < | + | </code> |
| Option 2: s3fs from source | Option 2: s3fs from source | ||
| - | < | + | < |
| # 1.- Download the latest version of s3fs (which is a FUSE backend for S3) from http:// | # 1.- Download the latest version of s3fs (which is a FUSE backend for S3) from http:// | ||
| wget http:// | wget http:// | ||