Modela, provisiona e gerencia recursos AWS, e de terceiros, ao tratar a infraestrutura como código. Mais informações: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/cloudformation/index.html.
aws cloudformation create-stack --stack-name {{nome-da-pilha}} --region {{região}} --template-body {{file://caminho/para/arquivo.yml}} --profile {{perfil}}
aws cloudformation delete-stack --stack-name {{nome-da-pilha}} --profile {{perfil}}
aws cloudformation list-stacks --profile {{perfil}}
aws cloudformation list-stacks --stack-status-filter CREATE_COMPLETE --profile {{perfil}}
aws cloudformation describe-stacks --stack-name {{id-da-pilha}} --profile {{perfil}}
aws cloudformation detect-stack-drift --stack-name {{id-da-pilha}} --profile {{perfil}}
aws cloudformation describe-stack-resource-drifts --stack-name {{stack-drift-detection-id}} --profile {{perfil}}