command
module
Version:
v0.0.0-...-2f3ac94
Opens a new window with list of versions in this module.
Published: Apr 8, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
AWS Resources (in Go)
A Pulumi program that demonstrates creating various AWS resources in Golang
Deploying the App
To deploy your infrastructure, follow the below steps.
Prerequisites
- Install Go
- Install Pulumi
- Configure AWS Credentials
Steps
After cloning this repo, from this working directory, run these commands:
-
Next, create a new Pulumi stack, which is an isolated deployment target for this example:
$ pulumi stack init
-
Set the required configuration variables for this program:
$ pulumi config set aws:region us-west-2
-
Run pulumi up
to preview and deploy changes:
$ pulumi up
Previewing update (dev):
...
Updating (dev):
...
Resources:
+ 28 created
Duration: 44s
Clean up
-
Run pulumi destroy
to tear down all resources.
-
To delete the stack itself, run pulumi stack rm
. Note that this command deletes all deployment history from the Pulumi console.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.