Skip to content

Commit

Permalink
fix: add iam doc link to aws prerequisites (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms authored Aug 13, 2024
1 parent 4cdcdfb commit 81b3774
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions constants/installation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ export const INFO_INSTALLATION_TYPES: Record<InstallationType, Record<number, In
title: 'AWS Prerequisites',
description: [
'Create an AWS account with billing enabled.',
'Establish a public hosted zone with dns routing established(<a href="https://docs.aws.amazon.com/route53/" target="_blank">docs</a>).',
'Connect with AdministratorAccess IAM credentials to your AWS account (docs).',
'Establish a public hosted zone with dns routing established (<a href="https://docs.aws.amazon.com/route53/" target="_blank">docs</a>).',
'Connect with AdministratorAccess IAM credentials to your AWS account (<a href="https://docs.kubefirst.io/aws/quick-start/install/cli#aws-prerequisites" target="_blank">docs</a>).',
],
ctaDescription: 'Learn more',
ctaLink: 'https://docs.aws.amazon.com',
Expand Down Expand Up @@ -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(<a href="https://docs.aws.amazon.com/route53/" target="_blank">docs</a>).',
'Connect with AdministratorAccess IAM credentials to your AWS account (docs).',
'Establish a public hosted zone with dns routing established (<a href="https://docs.aws.amazon.com/route53/" target="_blank">docs</a>).',
'Connect with AdministratorAccess IAM credentials to your AWS account (<a href="https://docs.kubefirst.io/aws/quick-start/install/cli#aws-prerequisites" target="_blank">docs</a>).',
],
ctaDescription: 'Learn more',
ctaLink: 'https://docs.aws.amazon.com',
Expand Down

0 comments on commit 81b3774

Please sign in to comment.