Skip to content

A Terraform project creating an ECS service with AppMesh and End-To-End Encryption

Notifications You must be signed in to change notification settings

haidaraM/aws-app-mesh-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

End-To-End Encryption AWS AppMesh

A Terraform project creating an ECS service with AppMesh and End-To-End Encryption. This repository is the source code associated with my series of posts regarding App Mesh:

  • Part 1: A single ECS service inside a Mesh and behind a load balancer connected to it via TLS (end-to-end encryption)
  • Part 2: Two services in the mesh communicating with each other with end-to-end encryption (coming soon)

You can find the full article on my blog here (in French): https://blog.haidara.io/post/aws-app-mesh-partie-1-terminaison-tls/

Repository structure

.
├── app/ # The source code of the application
├── modules/
│   ├── common/ # Common resources between the different stacks
│   └── ecs-meshed-service/ # A meshed ECS service
├── part-1/
└── tests/

About

A Terraform project creating an ECS service with AppMesh and End-To-End Encryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published