How to Transfer AWS Transfer Family SFTP Resources from One User to Another

0

A user in our organization is leaving and we want to transfer all the resources he has to another member in the org. Mainly we are trying to move a AWS Transfer Family SFTP from User A to User B.

Tried to understand how to do this via RAM and via IAM Roles/Policies but we just can't figure it out.

已提問 8 個月前檢視次數 277 次
1 個回答
0

Hi,

A proposal if you don't find any better solution...

Can you confirm that your resources are fully comprise n this list from https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_Transfer.html ?

Resource types

AWS::Transfer::Agreement
AWS::Transfer::Certificate
AWS::Transfer::Connector
AWS::Transfer::Profile
AWS::Transfer::Server
AWS::Transfer::User
AWS::Transfer::Workflow

If yes, I would then use the describe API (in your language of choice: Java, Python, etc.) for each of those resources types see CLI: see at https://awscli.amazonaws.com/v2/documentation/api/latest/reference/transfer/index.html to dump them as CloudFormation YAML template(s)

It would ease automatic re-creation in another account.

Best,

Didier

profile pictureAWS
專家
已回答 8 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南