Skip to content
Snippets Groups Projects

Add an EFS volume into Secure Agent infrastructure

Merged Nuwan Rajika Kumarasiri requested to merge efs into master
10 files
+ 222
37
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -2,9 +2,7 @@
{
"name": "${container_name}",
"image": "${image_name}",
"cpu": ${fargate_cpu},
"memory": ${fargate_memory},
"networkMode": "${network_mode}",
"memory": 4096,
"portMappings": [
{
"containerPort": ${app_port1},
@@ -28,6 +26,24 @@
"name": "INFORMATICA_PASSWORD",
"value": "${informatica_password}"
}
],
"mountPoints": [
{
"containerPath": "${volume1}",
"sourceVolume": "${secure_agent_efs_volume}"
},
{
"containerPath": "${volume2}",
"sourceVolume": "${secure_agent_efs_volume}"
},
{
"containerPath": "${volume3}",
"sourceVolume": "${secure_agent_efs_volume}"
},
{
"containerPath": "${volume4}",
"sourceVolume": "${secure_agent_efs_volume}"
}
]
}
]
\ No newline at end of file
Loading