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 个月前278 查看次数
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 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则