Skip to content

Commit

Permalink
add RDS to AWS Aurora db enrollment web ui tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinFrazar committed Nov 4, 2024
1 parent 9a418f2 commit 7e17ba7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,8 @@ export const DATABASES: ResourceSpec[] = [
location: DatabaseLocation.Aws,
engine: DatabaseEngine.AuroraPostgres,
},
name: 'Aurora PostgreSQL',
keywords: awsKeywords + 'aurora postgresql',
name: 'RDS Aurora PostgreSQL',
keywords: awsKeywords + 'rds aurora postgresql',
kind: ResourceKind.Database,
icon: 'aws',
event: DiscoverEventResource.DatabasePostgresRds,
Expand All @@ -412,8 +412,8 @@ export const DATABASES: ResourceSpec[] = [
location: DatabaseLocation.Aws,
engine: DatabaseEngine.AuroraMysql,
},
name: 'Aurora MySQL/MariaDB',
keywords: awsKeywords + 'aurora mysql mariadb',
name: 'RDS Aurora MySQL',
keywords: awsKeywords + 'rds aurora mysql',
kind: ResourceKind.Database,
icon: 'aws',
event: DiscoverEventResource.DatabaseMysqlRds,
Expand Down

0 comments on commit 7e17ba7

Please sign in to comment.