Difference between revisions of "Aws cloudformation update-stack"
Jump to navigation
Jump to search
(15 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{lowercase}} | |
+ | https://awscli.amazonaws.com/v2/documentation/api/latest/reference/cloudformation/update-stack.html | ||
− | [[aws cloudformation]] update-stack | + | |
+ | * <code>aws cloudformation update-stack --stack-name MYRDSTACKNAME --template-body file://RDS_template.cf</code> | ||
+ | |||
+ | * <code>[[aws cloudformation]] update-stack</code> | ||
+ | |||
+ | |||
+ | 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 == | ||
+ | * [[Instance type]] | ||
+ | * <code>[[aws cloudformation create-stack]]</code> | ||
+ | * <code>[[aws cloudformation deploy]]</code> | ||
+ | * [[AWS update]] | ||
+ | * {{cf status}} | ||
== See also == | == See also == |
Latest revision as of 09:27, 6 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[edit]
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[edit]
- Instance type
aws cloudformation create-stack
aws cloudformation deploy
- AWS update
CREATE_IN_PROGRESS CREATE_FAILED CREATE_COMPLETE ROLLBACK_IN_PROGRESS ROLLBACK_FAILED ROLLBACK_COMPLETE DELETE_IN_PROGRESS DELETE_FAILED DELETE_COMPLETE UPDATE_IN_PROGRESS UPDATE_COMPLETE_CLEANUP_IN_PROGRESS UPDATE_COMPLETE UPDATE_FAILED UPDATE_ROLLBACK_IN_PROGRESS UPDATE_ROLLBACK_FAILED UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS UPDATE_ROLLBACK_COMPLETE REVIEW_IN_PROGRESS IMPORT_IN_PROGRESS IMPORT_COMPLETE IMPORT_ROLLBACK_IN_PROGRESS IMPORT_ROLLBACK_FAILED IMPORT_ROLLBACK_COMPLETE
See also[edit]
Advertising: