(ec2): allow --http-proxy and --https-proxy in Cloudformation helper scripts #19479
Open
1 of 2 tasks
Labels
@aws-cdk/aws-ec2
Related to Amazon Elastic Compute Cloud
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Description
Cloudformation helper scripts such as
cfn-init
include options that allow users to set proxies.These options aren't available in ApplyCloudFormationInitOptions
Use Case
When operating in locked down networks where proxies are required to reach Cloudformation endpoints, the
--http-proxy
and/or--https-proxy
options are necessaryProposed Solution
In ApplyCloudFormationInitOptions, allow the option for
httpProxy
andhttpsProxy
Other information
I have a PR ready
Acknowledge
The text was updated successfully, but these errors were encountered: