cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

In a cloud environment will the oneagent will automatically deploy on a new poped instance ?

For example in AWS or GCP in instance group when a vm is stopped for any reason, it is regenerated, more precisely a new instance is created to replace the one that had failed. In case there were a one-agent deploy on it will it be automatically deploy on the replacing instance or should we assign to it (instance) a new one-agent ?


4 REPLIES 4

skrystosik
DynaMight Guru
DynaMight Guru

If you have for example EC2 instance in AWS. After destroying it your deployment script should consider installation of one agent as well. But you have to know one thing, even if new instance will have the same ip and hostname, for DT it will be new host, so metrics will start from the beginning. Old instance will be offline.

This I’ll not affect services that are working on this host. I’m not sure how it looks for lambdas and other solutions where deployment is out of your control and it happens via PaaS token on their side.

Sebastian


Regards, Sebastian

thx again


michal_nalezin
Dynatrace Advisor
Dynatrace Advisor

Hi,
In AWS, an EC2 is identified by instance-id, because a hostname and IP does not need to be unique overtime. Currently OneAgent is not using instance-id for host identification, but we are investigating that topic for hosts located in all cloud environments.

Best
Michal Nalezinski
Technical Product Manager


ThatiSrikanth
Newcomer

One agent is already installed in an ec2 instance and down the line there is a new version of oneagent 

Do we need to reinstall the oneagent in the ec2 instance or automatically it reflects the updated version?

Featured Posts