From 81b3774a6808960e3609975f28e49bc93f5d67ea Mon Sep 17 00:00:00 2001 From: Simon Emms Date: Tue, 13 Aug 2024 16:15:27 +0100 Subject: [PATCH] fix: add iam doc link to aws prerequisites (#480) --- constants/installation.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/constants/installation.ts b/constants/installation.ts index b82453b7..0f12a944 100644 --- a/constants/installation.ts +++ b/constants/installation.ts @@ -44,8 +44,8 @@ export const INFO_INSTALLATION_TYPES: Recorddocs).', - 'Connect with AdministratorAccess IAM credentials to your AWS account (docs).', + 'Establish a public hosted zone with dns routing established (docs).', + 'Connect with AdministratorAccess IAM credentials to your AWS account (docs).', ], ctaDescription: 'Learn more', ctaLink: 'https://docs.aws.amazon.com', @@ -121,8 +121,8 @@ export const INFO_MARKETPLACE_INSTALLATION_TYPES: Record< title: 'AWS Prerequisites', description: [ 'Create an AWS account with billing enabled.', - 'Establish a public hosted zone with dns routing established(docs).', - 'Connect with AdministratorAccess IAM credentials to your AWS account (docs).', + 'Establish a public hosted zone with dns routing established (docs).', + 'Connect with AdministratorAccess IAM credentials to your AWS account (docs).', ], ctaDescription: 'Learn more', ctaLink: 'https://docs.aws.amazon.com',