Differences
This shows you the differences between the selected revisions of the page.
| 2018-12-10 | 2018-12-10 | ||
| Managed SFTP Service (martin) | anchors (martin) | ||
| Line 4: | Line 4: | ||
| If you need to access/manage files stored on Amazon S3 (Simple Storage Service) bucket via SFTP, there are two options. You can use a native managed SFTP service recently added by Amazon (which is easier to set up). Or you can mount the bucket to a file system on a Linux server and access the files using the SFTP as any other files on the server (which gives you greater control). | If you need to access/manage files stored on Amazon S3 (Simple Storage Service) bucket via SFTP, there are two options. You can use a native managed SFTP service recently added by Amazon (which is easier to set up). Or you can mount the bucket to a file system on a Linux server and access the files using the SFTP as any other files on the server (which gives you greater control). | ||
| - | ===== Managed SFTP Service ===== | + | ===== [[managed]] Managed SFTP Service ===== |
| ==== Creating Managed SFTP Server ==== | ==== Creating Managed SFTP Server ==== | ||
| Line 32: | Line 32: | ||
| The host name of the server can be found on the server page as //Endpoint// in a format ''server_id.server.transfer.region.amazonaws.com''. | The host name of the server can be found on the server page as //Endpoint// in a format ''server_id.server.transfer.region.amazonaws.com''. | ||
| - | ===== Mounting Bucket to Linux Server ===== | + | ===== [[mounting]] Mounting Bucket to Linux Server ===== |
| This guide shows how to mount the %%S3%% bucket using [[https://github.com/s3fs-fuse/s3fs-fuse|''s3fs'' file system]] to an Amazon EC2 server and access it using WinSCP. | This guide shows how to mount the %%S3%% bucket using [[https://github.com/s3fs-fuse/s3fs-fuse|''s3fs'' file system]] to an Amazon EC2 server and access it using WinSCP. | ||