Difference between revisions of "Aws cloudformation update-stack"
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
* [[Instance type]] | * [[Instance type]] | ||
* <code>[[aws cloudformation create-stack]]</code> | * <code>[[aws cloudformation create-stack]]</code> | ||
+ | * <code>[[aws cloudformation deploy-stack]]</code> | ||
== See also == | == See also == |
Revision as of 17:47, 5 May 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: