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
gefragt vor 5 Monaten176 Aufrufe
1 Antwort
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
beantwortet vor 5 Monaten
  • 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

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen