Allows an Asp.net Core-based microservice which is deployed onto an EC2 instance, register themselves as an serviec instance to an existing AWS Cloud Map service.
Info
Version: | 1.0.0 |
Author(s): | Aref Karimi |
Last Update: | Saturday, January 12, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/aussiearef/AWS.CloudMap.RegisterMe |
NuGet Url: | https://www.nuget.org/packages/CloudMap.RegisterMe |
Install
Install-Package CloudMap.RegisterMe
dotnet add package CloudMap.RegisterMe
paket add CloudMap.RegisterMe
CloudMap.RegisterMe Download (Unzip the "nupkg" after downloading)
Dependencies
- AWSSDK.EC2(>= 3.3.79)
- AWSSDK.ServiceDiscovery(>= 3.3.3.11)
- Microsoft.AspNetCore.Http.Abstractions(>= 1.1.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 1.1.0)