Skip to content

leftwing871/cloudformation

Repository files navigation

cloudformation

Create Stack

aws cloudformation create-stack --stack-name ProductA --template-body file://Network.yml
aws cloudformation create-stack --stack-name ProductB --template-body file://Network03.yaml --parameters ParameterKey=KeyName,ParameterValue=YOUR_KEY
aws cloudformation create-stack --stack-name String --template-body file://string.yaml --capabilities "CAPABILITY_IAM"
aws cloudformation create-stack --stack-name StringExample --template-body file://string_example.yaml  --parameters ParameterKey=InputString,ParameterValue=DevOpsEng --capabilities "CAPABILITY_AUTO_EXPAND"

Wait

aws cloudformation wait stack-create-complete --stack-name [INPUT_CREATED_ARN]

Update Stack

aws cloudformation update-stack --stack-name ProductA --template-body file://Network.yml

Delete Stack

aws cloudformation delete-stack --stack-name ProductA

Ref

아래 링크를 참조하세요

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published