aws cli credential configuration issue

0

I need to run the CloudWatch log agent on the machine, and I also need to run the codedeploy agent. The two services are not in the same region. codedeploy is located in us-east-1. Logs need to be uploaded to us-gov-West, but codedeploy needs to delete /root/.aws/credentials or /home/{user}/.aws/credentials to connect. Log upload requires configuring AWS CLI credentials. How should I resolve this conflict?

  • Where is the machine, in AWS or outside of AWS. If in AWS what region?

DD-Boom
已提問 5 個月前檢視次數 176 次
1 個回答
0

Hello, please share more information regarding where is your machine ? Is it an on-prem server or an EC2 instance ? If it is an EC2 instance then it is present in which region ? In order to use different regions. If this is an on-prem server then you can consider using different profiles for CodeDeploy agent and CloudWatch agent. Each profile configured for a different region.

An example of how to configure CloudWatch agent with an IAM profile : https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/install-CloudWatch-Agent-commandline-fleet.html#install-CloudWatch-Agent-iam_user-first

You can also consider raising support case to get more information on this.

AWS
已回答 5 個月前
  • The EC2 instance I use is located in the us-east-1 region, and the logs need to be uploaded to cloudwatch in us-gov-west-1

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南