Difference between revisions of "Aws cloudformation create-stack"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
* https://docs.aws.amazon.com/cli/latest/reference/cloudformation/create-stack.html | * https://docs.aws.amazon.com/cli/latest/reference/cloudformation/create-stack.html | ||
− | aws cloudformation create-stack --template-body file://RDS_template.cf --stack-name your_RDS_stack | + | [[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" | "StackId": "arn:aws:cloudformation:us-east-2:672850246556:stack/your_RDS_stack/0ba7cc40-0007-11ec-bf04-02091cdbfec6" |
Revision as of 09:24, 29 September 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: