1 Answer
- Newest
- Most votes
- Most comments
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
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago