Skip to content

Creation of AWS RDS and Database Migration Service through Terraform. Used for AWS database migration purpose.

Notifications You must be signed in to change notification settings

yaseenzafar/terraform-rdsmigration

Repository files navigation

Setup AWS CLI:

Windows: https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-windows.html

Linux: https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html

Configure AWS CLI:

In Terminal or Command prompt:

aws configure

AWS Access Key ID: [****************9UIK]:

AWS Secret Access Key: [****************SSxdr]:

Default region name: "region" (example: eu-west-1)

Default output format: "output" (example: json)

Terraform Installation:

https://k21academy.com/terraform-iac/terraform-installation-overview/

Infrastructure Deployment:

terraform init

terraform plan (for checking if there is any configuration related issue)

terraform deploy -auto-approve (if getting error run this second time)

About

Creation of AWS RDS and Database Migration Service through Terraform. Used for AWS database migration purpose.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages