Azure DevOps to AWS (Firewall Settings)

0

Hi,

I need to setup Firewall to Allow Azure DevOps (hosted on-prem with 2 build servers) to deploy services to AWS which is behind firewall.

We have setup VPN IPSEc to connect on-prem to AWS. Now I need to setup firewall to allow Azure DevOps to deploy.

What are the IP address I need to consider as TARGET for AWS?

asked a year ago322 views
1 Answer
0
Accepted Answer

The target IP addresses in AWS are determined by the services you are attempting to access. If you are deploying to EC2 instances, you will need their private IP addresses. If you are deploying to a service like AWS Elastic Beanstalk, you must consider the IP addresses of the load balancers that are associated with it. If you're using a service like RDS, you'll need the database service's endpoint. It's worth noting that AWS services are generally accessed via their DNS names rather than their IP addresses because IP addresses can change, especially for scalable or redundant services.

profile picture
EXPERT
answered a year ago

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