Skip to content

This is a Terraform module for provisioning a simple AWS stack across multiple regions.

Notifications You must be signed in to change notification settings

owenwu811/payrollapplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

payrollapplication

I created a basic module to deploy multiple environments of the same infrastructure so that applications can be deployed across several countries. Each country will have its own instance of the software deployed on aws cloud using the same architecture. This stack has a single ec2 instance with a custom ami that will host the server and dynamodb nosql database that will be used to store employee and payroll data. The s3 bucket will be used to store documents such as paystubs and tax forms. Users access the application, which is hosted on an ec2 instance. This architecture dosen’t consider vpc endpoints of iam rules for these services. This terraform module can be used to deploy the same stack of resources in different countries.

About

This is a Terraform module for provisioning a simple AWS stack across multiple regions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages