AWS Transfer Family-How To create SFTP Server and Store Data in S3 Bucket-Part-38

preview_player
Показать описание
#ec2 #s3 #sftp #linux #windows #iam #awsservices #awstraining #awsome #builder #image

#links

Steps:

AWS Transfer Family

SFTP is a fully managed service by AWS which enables you to transfer files to S3 bucket

SFTP is also a secure method used for data transfer and many business clients are using

Example

financial services
healthcare
retail
advertising

Prerequisites

An S3 bucket.

An SFTP client; in this case, we are going to use EC2 windows instance.

IAM role for SFTP users with permissions and an updated trust relationship.

click on ‘Edit trust relationship’ and update the script with the below-given script:

{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
},
"Action": "sts:AssumeRole",
"Condition": {}
}
]
}

Follow the videos to configure it

Subscribe My channel Guys
@FreeTrainingCloudDevops
Рекомендации по теме