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

Output IPV6 Addresses #200

Open
rmayore opened this issue Jul 6, 2024 · 2 comments
Open

Output IPV6 Addresses #200

rmayore opened this issue Jul 6, 2024 · 2 comments

Comments

@rmayore
Copy link

rmayore commented Jul 6, 2024

Describe the Feature

When the subnet has been configured to create IPv6 Addresses for each network interface created within it (input_public_assign_ipv6_address_on_creation), this EC2 instance will have an IPV6 Address attached after creation.

This feature will enable the IPV6 address to be returned in the outputs, just like the IPv4 addresses.

Expected Behavior

Instance IPV6 Address in module outputs.

Use Case

This is majorly for the scenario where I may want an instance created with a public IPv6 address but not with an Elastic IP (due to the new pricing changes and I've hit my EIP quota). Then I can map the dns to the address with an AAAA record.

Describe Ideal Solution

Update the module outputs to return the IPV6 address of the instance network interface

Alternatives Considered

No response

Additional Context

No response

@rmayore
Copy link
Author

rmayore commented Jul 6, 2024

PS: I'm interested in working on this and submitting a PR if that's allowed.

@irl
Copy link
Contributor

irl commented Nov 25, 2024

PS: I'm interested in working on this and submitting a PR if that's allowed.

Did you work on this? A PR would of course be welcome.

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

No branches or pull requests

2 participants