Skip to content

How to Generate Typescript Out of Created Service

0

Hi,

I am a total beginner in AWS. I just created a sFTP service using Transfer Family. What i need is to generate a Typescript for what i have created so later on i can recreate the service using just the script without missing any details. So basically what i mean here is i want to output what ever i have created into a script. Is this doable? I don't have the knowledge to generate such script form scratch. So at least from this i can learn and play around.

2 Answers
0
Accepted Answer

You can use IaC Generator in Cloud Formation.

You scan the environment, you create CloudFormation templates, you export to CloudFormation or CDK

https://eu-central-1.console.aws.amazon.com/cloudformation/home?region=eu-central-1#/iac-generator

EXPERT
answered 2 years ago
EXPERT
reviewed a year ago
  • thanks a lot Giovanni for your help

0

Hello,

Yes you can leverage AWS CDK for creating resources via Typescript.

You get started from the scratch by building a sample project with CDK.

In addition you can also refer to this aws-samples for creating a sample Transfer Family FTP/SFTP server with TypeScript.

AWS
answered 2 years ago
  • Hi Vivek,

    Thanks for your pointer. Sorry, i think i didn't explain what i need correctly before. Actually, what i need is to output what ever i have created into a script, Typescript. So instead of d creating the service using Script, i want to do the other way around. I create them in web UI and later on when i have it ready, i want to output it into script. I hope you get what i mean. Thanks a lot.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.