diff --git a/src/pages/[platform]/build-a-backend/data/connect-to-existing-data-sources/connect-postgres-mysql-database/index.mdx b/src/pages/[platform]/build-a-backend/data/connect-to-existing-data-sources/connect-postgres-mysql-database/index.mdx
index a720275fa95..e968a0571ac 100644
--- a/src/pages/[platform]/build-a-backend/data/connect-to-existing-data-sources/connect-postgres-mysql-database/index.mdx
+++ b/src/pages/[platform]/build-a-backend/data/connect-to-existing-data-sources/connect-postgres-mysql-database/index.mdx
@@ -34,23 +34,11 @@ Amplify's native integration supports any MySQL or Postgres database, no matter
You must create a connection string using the following database information to get started:
-
+- Database **hostname**
+- Database **port**
+- Database **username**
+- Database **user password**
+- Database **name**
diff --git a/src/pages/[platform]/start/migrate-to-gen2/index.mdx b/src/pages/[platform]/start/migrate-to-gen2/index.mdx
index 41c660245c5..46794d16100 100644
--- a/src/pages/[platform]/start/migrate-to-gen2/index.mdx
+++ b/src/pages/[platform]/start/migrate-to-gen2/index.mdx
@@ -185,8 +185,8 @@ The tables below present a feature matrix for Gen 1 customers who are considerin
| Function templates: Hello World | Yes | Yes |
| Function templates: Lambda trigger | Yes | Yes |
| Function logs in console | Yes | Yes |
-| Function resource access permissions: ◯ geo | Yes | Yes with CDK |
-| Function resource access permissions: ◯ analytics | Yes | Yes with CDK |
+| Function resource access permissions: geo | Yes | Yes with CDK |
+| Function resource access permissions: analytics | Yes | Yes with CDK |
| Function runtime: .NET 6 | Yes | Yes with CDK |
| Function runtime: Go | Yes | Yes with CDK |
| Function runtime: Java | Yes | Yes with CDK |