Create the Identity resources to deploy EKS.
Check out the Crosswalk Guide on this stack for more details.
To deploy your infrastructure, follow the below steps.
After cloning this repo, from this working directory, run these commands:
-
Install the required Node.js packages:
$ npm install
-
Create a new stack, which is an isolated deployment target for this example:
$ pulumi stack init
-
Configure the stack.
$ pulumi config set aws:region us-west-2
-
Update the stack.
$ pulumi up
-
Once you've finished experimenting, tear down your stack's resources by destroying and removing it:
$ pulumi destroy --yes $ pulumi stack rm --yes