splunk / splunk-aws-project-trumpet

MIT License
95 stars 31 forks source link

CloudFormation-Trumpet failed due to issue with retrieve kinesis-ARN #28

Closed AlDawoode closed 3 years ago

AlDawoode commented 3 years ago

Sometime when we run cloud formation trumpet template we face issue with retrieve ARN for Kinesis Firehose. I don't know why that happen, sometimes cloudformation stack works and complete and in othertime failed. The errors shows in cloud formation Event are :

2020-09-21 11:53:56 UTC+0200 | CWEFindingEventRuleawshealth | CREATE_FAILED | Unable to retrieve Arn attribute for AWS::KinesisFirehose::DeliveryStream

2020-09-21 11:53:56 UTC+0200 | CWEFindingEventRuleawsguardduty | CREATE_FAILED | Unable to retrieve Arn attribute for AWS::KinesisFirehose::DeliveryStream

2020-09-21 11:53:56 UTC+0200 | CWEFindingEventRuleawsautoscaling | CREATE_FAILED | Unable to retrieve Arn attribute for AWS::KinesisFirehose::DeliveryStream

anushjay commented 3 years ago

@AlDawoode This could be due to the order in which the AWS resources are created. Adding dependencies to resource blocks might help fix the issue. We will take a look at this when we get a chance. Thanks for reporting.

AlDawoode commented 3 years ago

i will try it, Thanks for your response,