Skip to content

Pascalkollie/Cloudformation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cloudformation

Cloudformation templates

  • Using aws command line tools.
Bimlendus-MacBook-Pro:~ bimlendu$ aws cloudformation create-stack \
  --stack-name testing005 --template-body file:///Users/bimlendu/Desktop/Cloudformation/ELB.template.json \
  --parameters ParameterKey=ELBDNSName,ParameterValue=testing005 ParameterKey=ELBName,ParameterValue=testing005 \
  ParameterKey=HostedZone,ParameterValue=test.com --profile dev
{
    "StackId": "arn:aws:cloudformation:us-east-1:765875877868:stack/testing005/b97fef60-7d81-11e4-80d7-5001a7da7436"
}

About

Cloudformation templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published