Skip to content

eximiaco/cloudformation-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloudformation example

A simple solution deployed using Cloudformation.

Project Structure

  • images: Images assets
  • parameters: Deployment parameters used by deploy.sh
  • utils: Helper scripts
  • application.yml: Deploy the application components (ASG, ALB and related components)
  • deploy.sh: Deployment script
  • network.yml: Deploy the network components (VPC, NAT, Bastion, Subnets and related components)

Architecture

Solution Architecture

Deployment

After updating the parameters in the parameters folder, we only need to run the command:

./deploy.sh <application name> <stack name>

Examples:

In order to deploy the network stack:

./deploy.sh myapplication network

To deploy the application stack:

./deploy.sh myapplication application

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages