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 Answer
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
SUPPORT ENGINEER
answered a year ago
  • 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

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions