shaikhanas1993 / deploy-signalr-core-app-on-aws

This repository contains an example about how you can deploy a SignalR Core App on AWS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to deploy a SignalR Core application on AWS

This repository contains an example about how you can deploy a SignalR Core App on AWS.

The source code for the SignalR Core app is from here:

In the /cdk folder you can find an AWS CDK app that creates the following infrastructure on AWS:

  • A VPC with 10.55.0.0/16 CIDR range.
  • An Application Load Balancer.
  • A Fargate service.
  • A ElasticCache instance.
  • A NAT Gateway.

diagram

About

This repository contains an example about how you can deploy a SignalR Core App on AWS.


Languages

Language:C# 64.2%Language:HTML 28.5%Language:CSS 5.4%Language:Dockerfile 1.9%