์ธํ๋ผ๋ฅผ ์ฝ๋๋ก ์ฒ๋ฆฌํ์ฌ AWS ๋ฐ ํ์ฌ ๋ฆฌ์์ค๋ฅผ ๋ชจ๋ธ๋ง, ํ๋ก๋น์ ๋ ๋ฐ ๊ด๋ฆฌ. ๋ ๋ง์ ์ ๋ณด: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/cloudformation/index.html.
aws cloudformation create-stack --stack-name {{์คํ-์ด๋ฆ}} --region {{์ง์ญ}} --template-body {{file://๊ฒฝ๋ก/๋์/ํ์ผ.yml}} --profile {{ํ๋กํ์ผ}}
aws cloudformation delete-stack --stack-name {{์คํ-์ด๋ฆ}} --profile {{ํ๋กํ์ผ}}
aws cloudformation list-stacks --profile {{ํ๋กํ์ผ}}
aws cloudformation list-stacks --stack-status-filter CREATE_COMPLETE --profile {{ํ๋กํ์ผ}}
aws cloudformation describe-stacks --stack-name {{์คํ-์์ด๋}} --profile {{ํ๋กํ์ผ}}
aws cloudformation detect-stack-drift --stack-name {{์คํ-์์ด๋}} --profile {{ํ๋กํ์ผ}}
aws cloudformation describe-stack-resource-drifts --stack-name {{์คํ-๋๋ฆฌํํธ-ํ์ง-์์ด๋}} --profile {{ํ๋กํ์ผ}}