Skip to content

Add AWS v7 announcement blog #15522

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Add AWS v7 announcement blog #15522

wants to merge 5 commits into from

Conversation

corymhall
Copy link
Contributor

@corymhall corymhall commented Jul 16, 2025

@pulumi-bot
Copy link
Collaborator

Copy link
Member

@mjeffryes mjeffryes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Role chaining" and sane bucket resource names might also be worth a mention.

@pulumi-bot
Copy link
Collaborator

@corymhall corymhall requested a review from mjeffryes July 17, 2025 15:56
@pulumi-bot
Copy link
Collaborator

Copy link

pulumi bot commented Jul 21, 2025

🍹 The Update (preview) for pulumi/www.pulumi.com/www-testing (at e752e75) was successful.

Resource Changes

    Name                    Type                                      Operation
~   cdn                     aws:cloudfront/distribution:Distribution  update
+-  origin-bucket-policy    aws:s3/bucketPolicy:BucketPolicy          replaced
*   pulumi/answers/testing  pulumi:pulumi:StackReference              discard
~   redirects-lambdaEdge    aws:lambda/function:Function              update

✨ AI Explanation

This update modifies a CloudFront distribution and its associated Lambda@Edge function, replaces an S3 bucket policy, and removes a reference to another Pulumi stack, suggesting changes to your content delivery configuration and permissions.

Pulumi Preview Analysis

This preview shows several changes to your AWS infrastructure:

Updates (Modified Resources)

  • AWS CloudFront Distribution (cdn): The CloudFront distribution is being updated. This typically involves changes to distribution settings like origins, behaviors, cache policies, or security configurations.

  • AWS Lambda Function (redirects-lambdaEdge): This Lambda@Edge function is being updated. Lambda@Edge functions work with CloudFront to modify requests/responses at the edge. The update could involve code changes, configuration updates, or permission modifications.

Replacements (Recreated Resources)

  • AWS S3 Bucket Policy (origin-bucket-policy): This policy is being completely replaced rather than updated. This means the S3 bucket that likely serves as an origin for your CloudFront distribution will have its access policy recreated. This could temporarily impact access to the bucket during deployment.

Discarded Resources

  • Pulumi Stack Reference (pulumi/answers/testing): A reference to another Pulumi stack is being discarded. Stack references allow one stack to access outputs from another stack. Removing this suggests you're no longer depending on resources or outputs from the referenced stack.

Potential Considerations

  • The replacement of the bucket policy could cause brief access disruptions
  • Ensure the Lambda@Edge function update is backward compatible with existing CloudFront behaviors
  • Verify that discarding the stack reference won't break any dependencies in your infrastructure

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.

3 participants