Skip to content

get2bash/Cloudformation-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up a Cloud architecture using CloudFormation

  • Created the network and parameter file with the scripts
  • Deployed and created my stack (network) using = aws cloudformation create-stack --stack-name $ --template-body file://$ --parameters file://$ --capabilities "CAPABILITY_IAM" "CAPABILITY_NAMED_IAM" --region=us-east-1
  • Created the servers and parameter file with the scripts
  • Deployed and created my stack (server) using = aws cloudformation create-stack --stack-name $ --template-body file://$ --parameters file://$ --capabilities "CAPABILITY_IAM" "CAPABILITY_NAMED_IAM" --region=us-east-1
  • Created an IAM role to give it access to S3 bucket

About

Setting up a Cloud architecture using CloudFormation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published