Creating a CloudFormation template automatically after creating the resource through the Management Console. The template should be based on the selections made in the Console and Downloadable in end.

0
<h1>**Automatic Creation of CloudFormation Template Based on AWS Management Console Selection**</h1>

Description: I am seeking a solution wherein a CloudFormation template is automatically generated based on the selections made in the AWS Management Console. Additionally, the CloudFormation template should offer options to incorporate best practices or recommended approaches for the specified activity.

Once the base template is created, it should be editable and available for download to facilitate source control.

asked 2 months ago279 views
2 Answers
0

Hello.

If you want to turn existing resources into CloudFormation templates, I think you can use Former2 etc.
https://former2.com/

I think you can use the IaC generator etc. in the CloudFormation function.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/generate-IaC.html

profile picture
EXPERT
answered 2 months ago
profile picture
EXPERT
Kallu
reviewed 2 months ago
0

Thank you @Riku_Kobayashi for your response.

In IAC generator, we have to select the resource from a pool for Resources and also it becomes cumbersome to select the right resource that we need for a set.

I am looking for the solution where you click the create resource using management console and in runtime the template gets updated so in that case, we don't need to select anything afterwards, as we could see the result in runtime.

Just a suggestion Before creating a resource click start template creation button whatever we do till we stop the button will be captured in a template and then we download it. Hope my problem is understood.

answered 2 months ago

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.

Guidelines for Answering Questions