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

AWS Cloudfront #21

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

AWS Cloudfront #21

wants to merge 2 commits into from

Conversation

djgrant
Copy link
Collaborator

@djgrant djgrant commented Feb 27, 2024

WIP.

Some challenges:

  • A distribution has to be disabled before it is deleted
  • It takes 4 minutes to deploy a change to a distribution
  • Cloudfront itself has its own mechanism using etags to prevent concurrent writes

This opens up some interesting requirements for the provisioner:

  • How should resources be structured to enable multi-stage operations?
  • How should the provisioner manage long waits, and how should they be surfaced to the user?
  • What should happen if the etag managed in state is out of date – presumably IaC is always source of truth?

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