Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
613 B
HTML
Raw Permalink Normal View History

2019-05-23 15:09:46 -07:00
<h2 id="prerequisites">Prerequisites</h2>
2019-05-23 15:09:46 -07:00
<ol>
2023-09-28 15:40:20 -04:00
<li><a href="/docs/install/">Install Pulumi</a></li>
<li><a href="https://nodejs.org/en/download/">Install Node.js</a></li>
2019-05-23 15:09:46 -07:00
<li>Install a package manager for Node.js, such as <a href="https://www.npmjs.com/get-npm">npm</a> or <a href="https://yarnpkg.com/en/docs/install">Yarn</a>.</li>
2023-09-28 15:40:20 -04:00
<li><a href="/registry/packages/aws/installation-configuration/">Configure AWS credentials</a></li>
2019-05-23 15:09:46 -07:00
<li><a href="https://docs.aws.amazon.com/eks/latest/userguide/install-aws-iam-authenticator.html">Install AWS IAM Authenticator for Kubernetes</a></li>
</ol>