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

cloudfront_distribution - Add support for creating origin groups #169

Open
kadaan opened this issue Jul 30, 2020 · 4 comments
Open

cloudfront_distribution - Add support for creating origin groups #169

kadaan opened this issue Jul 30, 2020 · 4 comments
Labels
affects_2.10 feature This issue/PR relates to a feature request module module plugins plugin (any type) waiting_on_contributor Needs help. Feel free to engage to get things unblocked

Comments

@kadaan
Copy link

kadaan commented Jul 30, 2020

SUMMARY

Add support for creating origin groups in cloudfront_distribution and using origin groups as targets for behaviors.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

cloudfront_distribution

ADDITIONAL INFORMATION

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/cloudfront.html#CloudFront.Client.create_distribution_with_tags

...
    origin_groups:
        - id: "{{ group_id }}"
          failover_criteria:
            status_codes:
              - 500
              - 502
              - 503
              - 504
          members:
            - origin_id: "{{ primary_id }}"
            - origin_id: "{{ secondary_id }}"
...
@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 affects_2.10 feature This issue/PR relates to a feature request module module needs_triage labels Aug 19, 2020
@ansibullbot ansibullbot added the plugins plugin (any type) label Aug 27, 2020
@gravesm gravesm added waiting_on_contributor Needs help. Feel free to engage to get things unblocked and removed needs_triage labels Feb 12, 2021
@tremble tremble changed the title Add support for creating origin groups in cloudfront_distribution cloudfront_distribution - Add support for creating origin groups Feb 6, 2023
@Haargrad
Copy link

Haargrad commented Mar 6, 2023

two years have passed, and there is no support for the main function

@ansibullbot
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects_2.10 feature This issue/PR relates to a feature request module module plugins plugin (any type) waiting_on_contributor Needs help. Feel free to engage to get things unblocked
Projects
None yet
Development

No branches or pull requests

4 participants