Difference between revisions of "Aws cloudformation update-stack"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
Error parsing parameter '--parameters': Invalid JSON: Expecting property name enclosed in double quotes: line 1 column 2 (char 1) | Error parsing parameter '--parameters': Invalid JSON: Expecting property name enclosed in double quotes: line 1 column 2 (char 1) | ||
[[JSON]] received: { | [[JSON]] received: { | ||
+ | |||
+ | |||
+ | == Examples == | ||
+ | [[aws cloudformation]] update-stack --stack-name MYRDSTACKNAME --template-body file://RDS_template.cf | ||
+ | { | ||
+ | "StackId": "arn:aws:cloudformation:eu-central-1:0987654321:stack/s3-test-stack/uu596c0-c704-11ec-bf67-021cd06b7tt2" | ||
+ | } | ||
== Related terms == | == Related terms == |
Revision as of 15:22, 28 April 2022
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/cloudformation/update-stack.html
aws cloudformation update-stack --stack-name MYRDSTACKNAME --template-body file://RDS_template.cf
aws cloudformation update-stack
An error occurred (ValidationError) when calling the UpdateStack operation: Template format error: unsupported structure.
Error parsing parameter '--parameters': Invalid JSON: Expecting property name enclosed in double quotes: line 1 column 2 (char 1) JSON received: {
Examples
aws cloudformation update-stack --stack-name MYRDSTACKNAME --template-body file://RDS_template.cf { "StackId": "arn:aws:cloudformation:eu-central-1:0987654321:stack/s3-test-stack/uu596c0-c704-11ec-bf67-021cd06b7tt2" }
Related terms
See also
Advertising: