https://github.com/mongoexpuser/unepo-stack-on-aws-lightsail
Deploys Ubuntu, NodeJS, ExpressJS and PostgreSQL (UNEPO) Stack on AWS Lightsail with Terraform Python CDK.
https://github.com/mongoexpuser/unepo-stack-on-aws-lightsail
aws bash lightsail nodejs postgresql python terraform-cdk ubuntu
Last synced: 3 months ago
JSON representation
Deploys Ubuntu, NodeJS, ExpressJS and PostgreSQL (UNEPO) Stack on AWS Lightsail with Terraform Python CDK.
- Host: GitHub
- URL: https://github.com/mongoexpuser/unepo-stack-on-aws-lightsail
- Owner: MongoExpUser
- License: mit
- Created: 2021-05-09T17:52:01.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T18:43:12.000Z (over 2 years ago)
- Last Synced: 2025-01-26T19:37:25.807Z (about 1 year ago)
- Topics: aws, bash, lightsail, nodejs, postgresql, python, terraform-cdk, ubuntu
- Language: Shell
- Homepage:
- Size: 124 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UNEPO-Stack-on-AWS-Lightsail
Deploys Ubuntu, NodeJS, ExpressJS and PostgreSQL (UNEPO) Stack on AWS Lightsail with Terraform Python CDK.
The STACK deploys the following specific resources and software:
1) AWS Lightsail ssh key pair, assigned to instance(s) in Item 2 below.
2) AWS Lightsail instance(s) with Ubuntu 20.04 LTS OS
3) AWS Lightsail static ip(s) for the instance(s).
4) AWS Lightsail static ip attachhment(s) to the instance(s).
5) Bash launch or start-up script (user data) for the installation of software, on the instance(s), including:
- Additional Ubuntu OS Packages
- NodeJS
- ExpressJS Web Server Framework
- Other Node.js Packages and
- PostgreSQL
## DEPLOYING THE CDK STACK
### To deploy the stack on ```AWS```, follow the steps in the following link:
CDK for Terraform Application: https://learn.hashicorp.com/tutorials/terraform/cdktf-build-python?in=terraform/cdktf
# License
Copyright © 2015 - present. MongoExpUser
Licensed under the MIT license.