1 Answer
- Newest
- Most votes
- Most comments
0
You can try use the below environment variables using the task definition for your ECS task under the container definition:
HTTP_PROXY=http://proxy_fqdn:port
HTTPS_PROXY=http://proxy_fqdn:port
Source: https://docs.aws.amazon.com/cli/v1/userguide/cli-configure-proxy.html
answered 12 days ago
Relevant content
- asked 15 days ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 2 years ago
if that worked, please accept the answer.