Add an EFS volume into Secure Agent infrastructure
Compare changes
Files
6+ 2
− 0
@@ -27,6 +27,7 @@ resource "aws_ecs_task_definition" "task" {
@@ -35,6 +36,7 @@ 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.