Skip to content

sindhiyanikhitha/infrastructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AWS CLOUDFORMATION

Scripts file path: /infrastructure/network

"networking.json"

  • The cloudFormation template for network stack

"create.sh" script

  • Create a cloudformation stack taking STACK_NAME as parameter
  • Create and configure required networking resources
  • Create a Virtual Private Cloud (VPC) resource
  • Create Internet Gateway resource
  • Attach the Internet Gateway to VPC
  • Create a public Route Table called public-route-table
  • Create a public route in route table with destination CIDR block 0.0.0.0/0 and InternetGateway as the target

Termination stack scripts:

script should take STACK_NAME as parameter
  • "terminate-stack.sh": Delete the stack and all networking resources.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages