There appear to be various bugs with the default MWAA setup

1

When using the default setup for MWAA, it seems that the stack which is created has duplicate Logical ID's, and i suspect this duplication is why much of the stack hangs during creation. For example, the logical ID DefaultPrivateRoute1 shows up three times in my stack, but the second two never complete (despite the stack saying it has completed).

Despite the errors, the new VPC from the stack still shows up on the MWAA construction UI, and so I use it. I also opt to use public network to simplify setup, and let MWAA create the new security group and execution role. Everything else is left to default configurations.

When I finally try to finish up the setup, I'm hit with the following error, despite my bucket having open permissions and being able to access the DAG files over https from my machine:

Unable to check PublicAccessBlock configuration for the account 364954322364: Access Denied (Service: S3Control, Status Code: 403, Request ID: KJ2ASY1EGGBRTYBR, Extended Request ID: DKwKxzBjClMTyW9MgcY2FLXs66McbaPHyBU3gjkS1Oj2noskhrF5vG6xdRZxgkq9ef+JFqeug3k=)

Can anyone help me understand what I am doing wrong, or if this is a bug with the MWAA default setup?

已提問 3 年前檢視次數 2794 次
2 個答案
1
已接受的答案

Hi! Given the error you provided, I'd check to ensure that the S3 bucket is configured to Block all public access, and has Bucket Versioning enabled. Docs: https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-s3-bucket.html.

Thanks!

AWS
已回答 3 年前
0

tuck-aws you were correct, I was attempting to use an existing bucket that I had made public. Thank you for your help. Next time I use an AWS service I will check for documentation on how any associated services need to be configured before posting here.

已回答 3 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南