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

How to view additional S3 bucket information for this solution, can't see any association #529

Closed
forwells opened this issue Jan 2, 2024 · 2 comments
Labels

Comments

@forwells
Copy link

forwells commented Jan 2, 2024

How to view additional S3 bucket information for this solution? can't see any association

After deploying multiple solutions using template, multiple additional s3 buckets were generated. I don’t know which cloud formation solution this bucket is associated with.
image

Can anyone help explain how to view relationships?

@dougtoppin
Copy link
Contributor

dougtoppin commented Jan 2, 2024

@forwells There is no direct way to trace which CloudFormation stack was responsible for creating a CloudFront Distribution logging bucket.

You can determine the CloudFormation stack with this method.

Using the CloudFormation console, select a Serverless Image Handler stack, go to the Resources tab, and filter on AWS::CloudFront::Distribution.
Click a distribution listed in the Physical ID column which will go to the CloudFront console.

From the CloudFront console, select Edit in the Settings panel.
From there, the S3 Bucket name should appear in the Standard logging area S3 bucket field.
Cancel the edit.

You can also go in the reverse direction by starting with the CloudFront Distribution console, getting the S3 bucket name, and then using the CloudFormation console to find the CloudFront Distribution from the Resources tab.

@forwells
Copy link
Author

forwells commented Jan 3, 2024

@forwells There is no direct way to trace which CloudFormation stack was responsible for creating a CloudFront Distribution logging bucket.

You can determine the CloudFormation stack with this method.

Using the CloudFormation console, select a Serverless Image Handler stack, go to the Resources tab, and filter on AWS::CloudFront::Distribution. Click a distribution listed in the Physical ID column which will go to the CloudFront console.

From the CloudFront console, select Edit in the Settings panel. From there, the S3 Bucket name should appear in the Standard logging area S3 bucket field. Cancel the edit.

You can also go in the reverse direction by starting with the CloudFront Distribution console, getting the S3 bucket name, and then using the CloudFormation console to find the CloudFront Distribution from the Resources tab.


Yes!! Here is it!, Thanks much!@dougtoppin
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants