updating documentation
This commit is contained in:
13
tempnotes.md
13
tempnotes.md
@@ -149,15 +149,24 @@ Default ports:
|
||||
|
||||
### deploy
|
||||
|
||||
`aws --profile admin cloudformation deploy --template-file ./02-stack-vpc.yaml --stack-name temp-vpc --tags git=web-dev owner=home project=strapi-elb test=true deployment=cloudformation`
|
||||
`aws --profile admin cloudformation deploy --template-file ./02-stack-vpc.yaml --stack-name strapi-vpc --tags git=web-dev owner=home project=strapi-elb test=true deployment=cloudformation`
|
||||
|
||||
`aws --profile admin cloudformation deploy --template-file ./03-stack-rdsinstance.yaml --stack-name temp --parameter-overrides StackName=temp-vpc`
|
||||
`aws --profile admin cloudformation deploy --template-file ./02-stack-vpc.yaml --stack-name new-temp-vpc --tags git=web-dev owner=home project=strapi-elb test=true deployment=cloudformation`
|
||||
|
||||
`aws --profile admin cloudformation deploy --template-file ./03-stack-rdsinstance.yaml --stack-name strapi-rds --parameter-overrides StackName=strapi-vpc`
|
||||
|
||||
### delete
|
||||
|
||||
`aws --profile admin cloudformation delete-stack --stack-name temp-vpc`
|
||||
|
||||
`aws --profile admin cloudformation delete-stack --stack-name new-temp-vpc`
|
||||
|
||||
`aws --profile admin cloudformation delete-stack --stack-name temp`
|
||||
|
||||
List of all RDS Engines available under "Engine" header: <https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstance.html>.
|
||||
|
||||
### descrive-stack-resources
|
||||
|
||||
Will print a json list of all resources in the stack
|
||||
|
||||
`aws --profile admin cloudformation describe-stack-resources --stack-name strapi-vpc`
|
||||
|
||||
Reference in New Issue
Block a user