Reputation: 833
I am wondering if there is a framework (easy and well developed) to develop an AWS cloudformation template for production environment ?
Thank you in advance
Upvotes: 1
Views: 3542
Reputation: 833
I searched everywhere and i founded this tool https://sceptre.cloudreach.com/latest/docs/get_started.html
I think its the best tool for now.
Upvotes: 1
Reputation: 560
You can use AWS Cloudformation Designer Tool. Reference: https://us-west-2.console.aws.amazon.com/cloudformation/designer/home?region=us-west-2&templateURL=https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fcloudformation-templates-us-west-2%2FDynamoDB_Table.template#
Upvotes: 0
Reputation: 114
AWS CloudFormation Designer
AWS CloudFormation Designer (Designer) is a graphic tool for creating, viewing, and modifying AWS CloudFormation templates. With Designer, you can diagram your template resources using a drag-and-drop interface, and then edit their details using the integrated JSON and YAML editor.
Upvotes: 0