How do I know if an S3 bucket has been created by the Console or CloudFormation template

0

Hi How do I know if an S3 bucket has been created by the Console or CloudFormation template? In our company we have countless templates so it is hard to check every template.

Many thanks in advance.

Abdel
已提问 1 年前1221 查看次数
2 回答
0

Take a look at AWS Resource Explorer. You can specify "s3:bucket" as the resource type and query for "tag.key:aws:cloudformation:stack-name".

profile pictureAWS
专家
kentrad
已回答 1 年前
0

If you have enabled CloudTrail logging for management events, you can identify who had created the bucket or any other resources from the logs. you can also get some help from the below link to query the cloudtrail logging: https://docs.aws.amazon.com/AmazonS3/latest/userguide/cloudtrail-request-identification.html

AWS
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则