Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kpoxo6op/eastpac

eastpac
https://github.com/kpoxo6op/eastpac

Last synced: 20 days ago
JSON representation

eastpac

Awesome Lists containing this project

README

        

# MWAA

Create AWS profile

Login to AWS

```bash
aws sso login
```

Create the state resources:

```bash
cd bootstrap
terraform init
terraform apply
```

Create MWAA

```bash
cd ..
terraform init
```

Upload DAGs to your MWAA S3 bucket:

```bash
aws s3 cp dags/*.py s3://$(terraform output -raw mwaa_bucket_name)/dags/
```