From 1bb6e38efe1bb5c3195e8220a56a2add4c47f089 Mon Sep 17 00:00:00 2001 From: forkimenjeckayang Date: Thu, 20 Jun 2024 06:05:04 +0100 Subject: [PATCH] Added action to build and push to ECR --- .github/workflows/create_RDS_No_Console.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create_RDS_No_Console.yml b/.github/workflows/create_RDS_No_Console.yml index 714814e..e3975cf 100644 --- a/.github/workflows/create_RDS_No_Console.yml +++ b/.github/workflows/create_RDS_No_Console.yml @@ -42,8 +42,7 @@ jobs: - name: Create RDS DB instance run: | - aws rds create-db-instance --db-instance-identifier Database5 --db-instance-class db.t3.micro --engine postgres --db-name my_postgres_db --allocated-storage 20 --port 5432 --master-username dbadmin --master-user-password admin12345 --publicly-accessible - + aws rds create-db-instance --db-instance-identifier Database3 --db-instance-class db.t3.micro --engine postgres --db-name my_postgres_db --allocated-storage 20 --port 5432 --master-username dbadmin --master-user-password admin12345 --publicly-accessible - name: Wait for DB instance to be available run: | - aws rds wait db-instance-available --db-instance-identifier Database5 \ No newline at end of file + aws rds wait db-instance-available --db-instance-identifier Database3 \ No newline at end of file