-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Support of dedicated IP pool in AWS SES #10703
Comments
FYI, I'm working on a PR for this. |
FYI this is an SESv2 option only |
Any updates on this ? |
I could update this PR if it'll be merged. Previously I received no response from the maintainers. |
Any update please? |
Any update on this feature? Thanks |
Hey @adamdecaf - wondering if/when this will get merged? I can see #11197 got implemented so perhaps this is something that get added to the delivery_options config block? Until this is done I'm going to have to manually add/update the IP pools and this would make it much simpler. |
This functionality has been released in v4.36.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
This issue was originally opened by @izhamoidsin as hashicorp/terraform#23244. It was migrated here as a result of the provider split. The original body of the issue is below.
Current Terraform Version
Use-cases
My company plans to have several dedicated IP addresses for email sending via Amazon SES.
AWS provides a possibility to configure IP pools and assign it to AWS SES Configuration Set but this seems not to be described in Terraform.
Proposal
Introduce
aws_ses_sending_ip_pool
resource that could contain references to SES configuration set and particular IP addresses (requested manually via Amazon Support Center).The text was updated successfully, but these errors were encountered: