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.

gefragt vor 2 Monaten289 Aufrufe
2 Antworten
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
EXPERTE
beantwortet vor 2 Monaten
profile picture
EXPERTE
Kallu
überprüft vor 2 Monaten
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.

beantwortet vor 2 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen