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 个月前175 查看次数
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

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容