Skip to content

Timothy-Pulliam/cloudformation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloudformation Templates

Test with Taskcat

tascat test run

Create the Stack

aws cloudformation create-stack --region ${REGION} --stack-name ${STACK_NAME} \ --template-body file://ecs_app.yaml \ --parameters \ ParameterKey=ApplicationName,ParameterValue=${APP_NAME} \

Delete the Stack

aws cloudformation delete-stack --region ${REGION} --stack-name ${STACK_NAME}

About

Cloudformation Templates for automating deployments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published