communication bw ADo and AWS

0

Hi team, in my team, we have our code and pipelines in AWS code commit and codePipeline,

our AWS account doesn't allow creating IAM users nor long-lived credentials. also, outbound connections are blocked in our ASEA AWS account (no internet access)

we need to integrate with other teams using AzureDevops (ADO),

in this case, how can we allow to deploy to AWS from ADO?

is there a specific AWS role to allow another cloud vendor to deploy to AWS (ADO --> AWS)

Thank you!!

  • Can you share some more details around the architecture you're using? You've mentioned CodeCommit and CodePipeline, but not it's unclear what you mean exactly with "deploying" - does that refer to a git push, or do you mean to actually deploy some sort of artifact? Please also share some details about the development environment, i.e. what do you use as development machines (local laptop vs cloud instance etc.), how do you check in code, etc.

  • everything in azure devops. source code, compile for example I want to deploy the image generated by azure build in AWS fargate

1개 답변
0

Hello there,

To use any service in AWS, you need to assume a role in the account. So let's say you want to run something in AWS via Azure, you need to assume a role in AWS account and use that role to run the service and vice versa.

To connect the 2 cloud providers, you can can use VPN Tunnelling over internet which is a secure method. That's the way you can connect and use both the cloud providers.

AWS
지원 엔지니어
답변함 일 년 전
  • Thank you for your answer! is there a way to do communication internally without going over the internet?

  • thank you for your answer! everything in azure devops. source code, compile for example I want to deploy the image generated by azure build in AWS fargate. how can we do this scenario

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠