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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ