devopsacademyau / 2020-feb-project1-group2

Creative Commons Attribution Share Alike 4.0 International
0 stars 2 forks source link

IaC - RDS Aurora #15

Closed starkmatt closed 4 years ago

starkmatt commented 4 years ago

RDS Aurora

Here we have a Code that creates an Aurora DB Cluster in AWS. I've checked from my end and it's worked without any issues. Please give it a try from your end and let me know what you think

terraform init terraform apply

PS You may run into some issues when running terraform destroy after. If this is the case, you'll need to edit your tf.state file and set the following argument to true skip_final_snapshot = true

https://github.com/terraform-providers/terraform-provider-aws/issues/4910

starkmatt commented 4 years ago

Next step is seeing if we can connect our WP-Instance to this DB>