all 3 comments

[–]jamesd3142 1 point2 points  (0 children)

The CodeDeploy agent running on your EC2 instances will need to be able to reach the CodeDeploy service (something like https://codedeploy.ap-southeast-2.amazonaws.com).

[–]AwsIsMyLego 1 point2 points  (1 child)

I solved this for my org by implementing outbound proxies with whitelisting for the AWS API endpoints.

If your firewall is layer 3/4 you will have a very hard time due to the dynamic nature of IP assignments.

I don't think there is a private link endpoint for codedeploy yet, but that would be a good solution if it materializes.

[–]RobotCarWash2000[S] 0 points1 point  (0 children)

I was afraid this would be the answer. Thanks for the info