12 Sep 2023 02:17 PM - last edited on 13 Sep 2023 08:06 AM by MaciejNeumann
Hi,
After successful connection to AWS by Role-based authentication I cannot add Amazon CloudWatch Logs Service. When I'm trying to do so this pop up comes out:
I added CloudWatch permissions policies in AWS account and used this docs to connect:
Also I can't use alerting rules wich is most important for me to create
Appreciate your help 🙂
Solved! Go to Solution.
12 Sep 2023 07:22 PM
Hello @Pawel_Zalewski under role based auth you can monitor the "default" services without an ActiveGate:
As you can see Amazon Cloudwatch Logs is non default so you must install and configure an Environment ActiveGate if you want to monitor either or both of the following:
You need an AG on your EC2 Account:
Create a role for ActiveGate on the account that hosts ActiveGate
3. Go to the Amazon EC2 console, right-click an instance hosting your Environment ActiveGate, and select Security > Modify IAM role.
4. Select the role you created in step 1 and select Update IAM role.
Part 2
Create a monitoring role for Dynatrace on your monitored account
After the Dynatrace_ActiveGate_role is created on the account hosting the ActiveGate, create a role for the account to be monitored.
Hope it helps!!!!
13 Sep 2023 11:18 AM
Thanks a lot! I missed this steps:
3. Go to the Amazon EC2 console, right-click an instance hosting your Environment ActiveGate, and select Security > Modify IAM role.
4. Select the role you created in step 1 and select Update IAM role.
Now it's working 🙂