DataDog / datadog-cloudformation-macro

CloudFormation Macros by Datadog
Apache License 2.0
14 stars 22 forks source link

Accessing datadog-cloudformation-template.s3.amazonaws.com/aws/serverless-macro/latest.yml errors with 'Access Denied' #6

Closed jhayes-dev closed 4 years ago

jhayes-dev commented 4 years ago

Expected Behavior

I was trying to deploy the CloudFormation template.

Actual Behavior

It fails with: An error occurred (ValidationError) when calling the CreateStack operation: S3 error: Access Denied

Steps to Reproduce the Problem

  1. run aws cloudformation create-stack \ --stack-name datadog-serverless-macro \ --template-url https://datadog-cloudformation-template.s3.amazonaws.com/aws/serverless-macro/latest.yml \ --capabilities CAPABILITY_AUTO_EXPAND CAPABILITY_IAM

Specifications

For the Datadog Serverless Macro:

Stacktrace

  Paste here
hannah-sun commented 4 years ago

Hi @red632nm, thanks for opening the issue! We've made a fix for the permission issue now. Let us know if this solves the problem for you!

jhayes-dev commented 4 years ago

I'm able to deploy, Thanks.