Skip to content
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

Add vpc_endpint_subnets and vpc_endpoint_security_groups variable. Th… #576

Conversation

Mickael-Roger
Copy link

…eses varibales are used when you create an Interface type endpoint

SUMMARY

VPC endpoin type variable has been defined in 1.5.0. But when you create an Interface type vpc endpoint, you should also declare on which subnets to attach it and with which security group

This PR add these 2 options:

  • vpc_endpoint_security_groups
  • vpc_endpoint_subnets
ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

ec2_vpc_endpoint

ADDITIONAL INFORMATION

mickael.roger added 2 commits May 12, 2021 13:15
…eses varibales are used when you create an Interface type endpoint
alinabuzachis pushed a commit to alinabuzachis/community.aws that referenced this pull request May 25, 2022
…e_table_ids (ansible-collections#613)

ec2_vpc_endpoint: improve documentation to provide details about route_table_ids

SUMMARY

Modify documentation to specify that while creating VPC endpoint using ec2_vpc_endpoint, route table IDs are only valid for gateway type endpoints.
As specified in the API doc:
RouteTableIds (list) --
(Gateway endpoint) One or more route table IDs.


Fixes ansible-collections#576
ISSUE TYPE


Docs Pull Request

COMPONENT NAME

ec2_vpc_endpoint
ADDITIONAL INFORMATION


API Doc: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ec2.html#EC2.Client.create_vpc_endpoint

Reviewed-by: Alina Buzachis <None>
Reviewed-by: Jill R <None>
Reviewed-by: None <None>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant