aws-samples / amazon-mwaa-examples

Amazon Managed Workflows for Apache Airflow (MWAA) Examples repository contains example DAGs, requirements.txt, plugins, and CloudFormation templates focused on Amazon MWAA.
MIT No Attribution
106 stars 61 forks source link

Fixing duplicated resource in CloudFormation template. Updating RDS instance #87

Closed ksharlandjiev closed 2 months ago

ksharlandjiev commented 2 months ago

…nstance class, Engine and Storage Type due to deprecation of old ones

Issue #, if available:

Description of changes: The CFN template didn't work because: 1/ there was a duplicated resource name. 2/The RDS instance used is no longer supported.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.