Difference between revisions of "Aws cloudformation create-stack"

From wikieduonline
Jump to navigation Jump to search
Line 12: Line 12:
 
== Related terms ==
 
== Related terms ==
 
* <code>[[cfn-lint]]</code>: <code>[[cfn-lint file_with_your_stack.yml]]</code>
 
* <code>[[cfn-lint]]</code>: <code>[[cfn-lint file_with_your_stack.yml]]</code>
* <code>[[aws cloudformation create-stack]]</code>
+
* <code>[[aws cloudformation update-stack]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 10:40, 19 August 2021

aws cloudformation create-stack --template-body file://RDS_template.cf --stack-name your_RDS_stack
{
    "StackId": "arn:aws:cloudformation:us-east-2:672850246556:stack/your_RDS_stack/0ba7cc40-0007-11ec-bf04-02091cdbfec6"
}


aws cloudformation create-stack --template-body your_stack_file.yml --stack-name yourstackname
An error occurred (ValidationError) when calling the CreateStack operation: Template format error: unsupported structure.

Related terms

See also

Advertising: