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.

質問済み 2ヶ月前289ビュー
2回答
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
エキスパート
回答済み 2ヶ月前
profile picture
エキスパート
Kallu
レビュー済み 2ヶ月前
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.

回答済み 2ヶ月前

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

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

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

関連するコンテンツ