aws cloudformation create-stack --stack-name <stack name> --region <region> --template-body file://<path>aws cloudformation create-stack --stack-name <stack name> --region <region> --template-body file://<path> --capabilities CAPABILITY_NAMED_IAMaws cloudformation create-change-set \
--stack-name <stack name>\
--change-set-name <change set name> \
--template-body file://<path>aws cloudformation execute-change-set \
--stack-name <stack name>\
--change-set-name <change set name>aws cloudformation deploy --stack-name <stack name> --region <region> --template-file <path>aws cloudformation update-template --region <region> --template-body file://<path>aws cloudformation delete-stack --stack-name <stack name> --region <region>aws cloudformation validate-template --region <region> --template-body file://<path>