Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
All Content tagged with Amazon Managed Workflows for Apache Airflow (MWAA)
Amazon Managed Workflows for Apache Airflow (MWAA) is a managed orchestration service for Apache Airflow1 that makes it easier to set up and operate end-to-end data pipelines in the cloud at scale.
Content language: English
Filter content
Select tags to filter
Sort by
Sort by most recent
229 results
Can someone please help me with this issue? We recently upgraded to airflow v3.0.6 and if a python file contained any errors, airflow would still show the errors for a long while even after the dev wo...
2
answers
0
votes
89
views
asked a month ago
Forbidden You don't have the permission to access the requested resource. It is either read-protected or not readable by the server.
getting this error when accessing aws airflow ui created bastion f...
1
answers
0
votes
37
views
asked 2 months ago
Forbidden You don't have the permission to access the requested resource. It is either read-protected or not readable by the server.
getting this error when accessing aws airflow ui
created bastion f...
1
answers
0
votes
30
views
asked 2 months ago
Forbidden
You don't have the permission to access the requested resource. It is either read-protected or not readable by the server.
getting this error when accessing aws airflow ui
1
answers
0
votes
45
views
asked 2 months ago
#!/usr/bin/env python3
from aws_cdk import (
Stack,
RemovalPolicy,
aws_ec2 as ec2,
aws_iam as iam,
aws_s3 as s3,
aws_s3_deployment as s3deploy,
aws_mwaa as mwaa,
)
from con...
1
answers
0
votes
43
views
asked 2 months ago
Here's an improved CDK code for deploying Airflow:
#!/usr/bin/env python3
from aws_cdk import (
Stack,
RemovalPolicy,
CfnOutput,
aws_ec2 as ec2,
aws_iam as iam,
aws_s3 as s3,
aws_s3_deployment as s3d...
1
answers
0
votes
34
views
asked 2 months ago
#!/usr/bin/env python3 from aws_cdk import ( Stack, RemovalPolicy, aws_ec2 as ec2, aws_iam as iam, aws_s3 as s3, aws_s3_deployment as s3deploy, aws_mwaa as mwaa, ) from constructs import Construct imp...
1
answers
0
votes
31
views
asked 2 months ago
#!/usr/bin/env python3
from aws_cdk import (
Stack,
RemovalPolicy,
aws_ec2 as ec2,
aws_iam as iam,
aws_s3 as s3,
aws_s3_deployment as s3deploy,
aws_mwaa as mwaa,
)
from con...
1
answers
0
votes
26
views
asked 2 months ago
Please provide AWS airflow cdk code in detail like. Vpc, subnet,sg, airflow config,iam roles
So airflow can be deployed as error gives instability during deployment
1
answers
0
votes
38
views
asked 2 months ago
I have been observing and comparing the new unified studio interface. In the process of observing, I noticed that there are two different domain types, one for IDC and one for IAM. I wanted to ask que...
3
answers
0
votes
156
views
asked 2 months ago
Failed Aircraft can you test once properly
1
answers
0
votes
64
views
asked 3 months ago
Hi everyone,
Since the AWS outage a few weeks ago, our MWAA (Managed Workflows for Apache Airflow) environment has been showing the status “Unavailable”.
Even though production is technically runnin...
2
answers
0
votes
209
views
asked 3 months ago