Skip to content
Snippets Groups Projects

Fixed a couple anchor links and Informatica kb link; removed out-of-memory section

Merged Jared Balkman requested to merge JARED.BALKMAN-master-patch-18969 into master
1 file
+ 3
7
Compare changes
  • Side-by-side
  • Inline
+ 3
7
@@ -11,13 +11,13 @@
# Secure Agents
A Secure Agent is a Java program that runs integration tasks and enables secure communication across the firewall between our organization and
IICS. More details can be found [here](https://docs.informatica.com/integration-cloud/cloud-platform/current-version/runtime-environments/runtime-environments/secure-agents.html).
IICS. More details can be found [here](https://docs.informatica.com/integration-cloud/cloud-platform/current-version/runtime-environments/secure-agents.html).
## Costs
Secure Agents are licensed at a per-Secure-Agent rate.
Secure Agents are installed at one Secure Agent per VM/host, or one Secure Agent per Docker Container.
For more information on the cost of a Secure Agent license, [please see this documentation on pricing](../pricing.md).
For more information on the cost of a Secure Agent license, [please see this documentation on pricing](../master/docs/pricing.md).
## Responsibilities
@@ -28,7 +28,7 @@ The Secure Agent program is upgraded automatically by Informatica, but you are r
The DoIT Integration Platform team has experience managing secure agents.
We run our secure agent in a Docker container on Linux, hosted by Amazon Web Services (AWS).
[Instructions on setting up and running a Secure Agent in a similar manner are available here](../training/docker-secure-agent.md) if you want to build and try it yourself.
[Instructions on setting up and running a Secure Agent in a similar manner are available here](../master/docs/training/docker-secure-agent.md) if you want to build and try it yourself.
We use AWS Elastic Container Service (ECS) to manage the secure agent deployment environment.
By allowing ECS to run the Secure Agent container, we can make sure that the Secure Agent is always running because ECS would bring up a new instance if the current instance crashed.
@@ -54,10 +54,6 @@ If one Secure Agent were to crash, the other would be able to handle requests wh
For more information on Secure Agents with Cloud Application Integration, please [see this documentation from Informatica](https://kb.informatica.com/faq/7/pages/19/514162.aspx).
## Managing Out-of-Memory Errors
If running in to errors relating to memory, refer to this [Informatica Knowledge Base Article](https://knowledge.informatica.com/s/article/336913?language=en_US).
## Secure Agents For Training Purposes
There are multiple options if you are looking for a Secure Agent for training and learning purposes.
Loading