-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PrivateDnsEnabled in create_vpc_endpoint - ec2_vpc_endpoint #1719
Labels
bug
This issue/PR relates to a bug
module
module
plugins
plugin (any type)
python3
waiting_on_contributor
Needs help. Feel free to engage to get things unblocked
Comments
Files identified in the description:
If these files are inaccurate, please update the |
ansibullbot
added
bug
This issue/PR relates to a bug
module
module
plugins
plugin (any type)
python3
labels
Aug 30, 2023
@krisek Thank you this feature idea. Would you be willing to open a PR request for this suggestion? |
alinabuzachis
added
waiting_on_contributor
Needs help. Feel free to engage to get things unblocked
and removed
needs_triage
labels
Aug 31, 2023
sure, but first let get the "other side" fixed ie #1573 |
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this issue
Sep 18, 2023
…ons#1719) elasticache: use an up to date node type in example The cache.m1.small node type is deprecated. It's not replaced by cache.t3.small. See: https://aws.amazon.com/elasticache/previous-generation/ Reviewed-by: Mark Chappell
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this issue
Sep 18, 2023
…ons#1719) elasticache: use an up to date node type in example The cache.m1.small node type is deprecated. It's not replaced by cache.t3.small. See: https://aws.amazon.com/elasticache/previous-generation/ Reviewed-by: Mark Chappell
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this issue
Oct 24, 2023
…ons#1719) elasticache: use an up to date node type in example The cache.m1.small node type is deprecated. It's not replaced by cache.t3.small. See: https://aws.amazon.com/elasticache/previous-generation/ Reviewed-by: Mark Chappell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
This issue/PR relates to a bug
module
module
plugins
plugin (any type)
python3
waiting_on_contributor
Needs help. Feel free to engage to get things unblocked
Summary
I don't find an option to enable private dns in the ec2_vpc_endpoint module. Interestingly boto3 documentation says that the
PrivateDnsEnabled
parameter in thecreate_vpc_endpoint
call is by defaultTrue
.I don't see any sing of this in
ec2_vpc_endpoint.py
, can be that it would be a 2 liner in ec2_vpc_endpoint.create_vpc_endpoint (+docs update) to add this parameter?Issue Type
Bug Report
Component Name
ec2_vpc_endpoint
Ansible Version
Collection Versions
AWS SDK versions
Configuration
$ ansible-config dump --only-changed
OS / Environment
No response
Steps to Reproduce
Expected Results
PrivateDns is enabled (or not?) for the created endpoint
Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: