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

PTR Record (reverse DNS) on Elastic IP (ec2_eip) #1296

Closed
1 task done
huguesjoyal opened this issue Dec 8, 2022 · 4 comments · Fixed by #2292
Closed
1 task done

PTR Record (reverse DNS) on Elastic IP (ec2_eip) #1296

huguesjoyal opened this issue Dec 8, 2022 · 4 comments · Fixed by #2292
Labels
feature This issue/PR relates to a feature request jira plugins plugin (any type) waiting_on_contributor Needs help. Feel free to engage to get things unblocked

Comments

@huguesjoyal
Copy link

huguesjoyal commented Dec 8, 2022

Summary

It would be nice to be able to manage Elastic IP PTR record using ansible.

The CLI command would be something like :

aws ec2 modify-address-attribute \
      --allocation-id eipalloc-abcdef01234567890 \
      --domain-name example.com

Issue Type

Feature Idea

Component Name

amazon.aws.ec2_eip

Additional Information

No response

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
@ansibullbot
Copy link

Files identified in the description:

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibullbot
Copy link

@ansibullbot ansibullbot added feature This issue/PR relates to a feature request module module needs_triage plugins plugin (any type) labels Dec 8, 2022
@ansibullbot
Copy link

Files identified in the description:
None

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibullbot ansibullbot removed the module module label Dec 8, 2022
@alinabuzachis
Copy link
Collaborator

@huguesjoyal Thank you for this feature idea. Would you be willing to open a Pull Request with this feature?

@alinabuzachis alinabuzachis added the waiting_on_contributor Needs help. Feel free to engage to get things unblocked label Feb 2, 2023
@mandar242 mandar242 added the jira label Sep 10, 2024
braydencw1 pushed a commit to braydencw1/amazon.aws that referenced this issue Oct 3, 2024
…collections#2292)

SUMMARY

Add support of updating reverse dns record for eip
Fixes ansible-collections#1296

ISSUE TYPE


Feature Pull Request

COMPONENT NAME

ec2_eip
ADDITIONAL INFORMATION


https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ec2/client/modify_address_attribute.html

Reviewed-by: Bikouo Aubin
Reviewed-by: Mandar Kulkarni <[email protected]>
Reviewed-by: Alina Buzachis
Reviewed-by: GomathiselviS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue/PR relates to a feature request jira plugins plugin (any type) waiting_on_contributor Needs help. Feel free to engage to get things unblocked
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants