aws-cloudformationModella, provisiona e gestisce risorse AWS e di terze parti trattando l'infrastruttura come codice. Maggiori informazioni: https://docs.aws.amazon.com/cli/latest/reference/cloudformation/.
aws cloudformation create-stack --stack-name {{nome-stack}} --region {{regione}} --template-body {{file://percorso/del/file.yml}} --profile {{profilo}}
aws cloudformation delete-stack --stack-name {{nome-stack}} --profile {{profilo}}
aws cloudformation list-stacks --profile {{profilo}}
aws cloudformation list-stacks --stack-status-filter CREATE_COMPLETE --profile {{profilo}}
aws cloudformation describe-stacks --stack-name {{id_stack}} --profile {{profilo}}
aws cloudformation detect-stack-drift --stack-name {{id_stack}} --profile {{profilo}}
StackDriftDetectionId dall'output del comando precedente:aws cloudformation describe-stack-resource-drifts --stack-name {{stack-drift-detection-id}} --profile {{profilo}}