Add an EFS volume into Secure Agent infrastructure
Compare changes
Files
6+ 31
− 15
@@ -23,10 +25,23 @@ resource "aws_ecs_task_definition" "task" {
@@ -34,7 +49,8 @@ resource "aws_ecs_service" "service" {
This volume will act as the persistence storage for Secure Agent's logs and configurations. Note that Fargate in ECS doesn't support EFS volume, so had to use EC2+linux template for ECS.