Posts tagged "AWS"

Published: August 19 2023

Deploy .NET 6 API to AWS Lambda with SQL Database (RDS) and Email (SES)

Detailed instructions on how to setup an AWS VPC from scratch then deploy a .NET 6 API to AWS Lambda with a SQL Database on AWS RDS (Relational Database Service) and Email via AWS SES (Amazon Simple Email Service).
Published: May 30 2021

AWS - Create a VPC with Public and Private Subnets and a NAT Gateway

How to create an AWS VPC with public and private subnets and enable outbound internet access from the private subnets through a NAT Gateway.
Published: May 10 2021
Last updated: June 14 2021

.NET Core 3.1 + AWS Lambda - Deploy a .NET Core API and SQL Server DB to Lambda and RDS

How to setup an AWS environment from scratch and deploy a .NET Core 3.1 API to AWS Lambda that connects to a SQL Server database running on AWS RDS (Relational Database Service) and sends email using AWS SES (Amazon Simple Email Service).
Published: November 28 2020

.NET Core C# + AWS SES - Send Email via SMTP with AWS Simple Email Service

In this tutorial we'll go through the steps to enable sending email via SMTP from a .NET Core API using the Amazon Simple Email Service.
Published: February 05 2020

Connect to remote MongoDB on AWS EC2 simply and securely via SSH tunnel

To connect to a remote MongoDB server running on AWS EC2 that only allows local connections you can use an SSH tunnel, also known as SSH port forwarding.
Published: December 14 2019
Last updated: January 23 2020

Vue.js + Node.js on AWS - How to Deploy a MEVN Stack App to Amazon EC2

In this tutorial we're going to setup a production ready web server from scratch on the Amazon EC2 (Elastic Compute Cloud) service, then deploy a custom MEVN Stack application to it that supports user registration and authentication.
Published: December 02 2019
Last updated: January 20 2020

Angular + Node.js on AWS - How to Deploy a MEAN Stack App to Amazon EC2

In this tutorial we're going to setup a production ready web server from scratch on the Amazon EC2 (Elastic Compute Cloud) service, then deploy a custom MEAN Stack application to it that supports user registration and authentication.
Published: November 18 2019
Last updated: January 22 2020

React + Node.js on AWS - How to Deploy a MERN Stack App to Amazon EC2

In this tutorial we're going to setup a production ready web server from scratch on the Amazon EC2 (Elastic Compute Cloud) service, then deploy a custom MERN Stack application to it that supports user registration and authentication.
Published: July 16 2018

Terraform - Create Security Groups for AWS Cloudfront IP Ranges

Terraform configuration to generate AWS security groups with ingress rules that allow traffic from Cloudfront IP ranges
Published: June 14 2018
Last updated: July 02 2020

NodeJS + MongoDB - Simple API for Authentication, Registration and User Management

A clean and simple custom NodeJS API for Login, Registration and User Management. Includes example client apps built with React, Angular & Vue, and instructions on testing with Postman and deploying to AWS and Heroku.
Published: May 23 2018

Node - Get Public Key From Private Key with JavaScript

How to get the public key from a private key using JavaScript running on Node. Useful for AWS Key Pairs.
Supported by