Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kpoxo6op/eastpac
eastpac
https://github.com/kpoxo6op/eastpac
Last synced: 20 days ago
JSON representation
eastpac
- Host: GitHub
- URL: https://github.com/kpoxo6op/eastpac
- Owner: kpoxo6op
- Created: 2024-12-07T08:58:37.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-12-08T03:54:47.000Z (25 days ago)
- Last Synced: 2024-12-08T04:23:21.460Z (25 days ago)
- Language: HCL
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
```