Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aws-samples/aws-modernization-with-pulumi
https://github.com/aws-samples/aws-modernization-with-pulumi
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aws-samples/aws-modernization-with-pulumi
- Owner: aws-samples
- License: mit-0
- Created: 2020-07-27T17:39:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T20:33:52.000Z (4 months ago)
- Last Synced: 2024-07-16T01:03:16.546Z (4 months ago)
- Language: CSS
- Size: 13.7 MB
- Stars: 12
- Watchers: 22
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Pulumi Modern Infrastructure as Code
This workshop teaches you Modern Infrastructure as Code (IaC) concepts through a series of hands-on labs, using [Pulumi](http://pulumi.com/).
Topics covered include IaC fundamentals, in addition to application architectures and how to use IaC to create, update, and manage them.## Building the Website
This site is built with Hugo, so you'll need it [installed](https://gohugo.io/getting-started/quick-start/#step-1-install-hugo)
First, clone this repo:
```bash
git clone [email protected]:aws-samples/aws-modernization-with-pulumi.git
```Ensure you've also cloned the submodules:
```bash
git submodule init
git submodule update
```Then serve the website with Hugo:
```bash
hugo server
```### Learning Objectives
- Getting started with Pulumi
- Deploy AWS EC2 Compute Infrastructure
- Deploy AWS ECS Infrastructure
- Deploy AWS EKS Clusters
- Deploy applications to AWS EKS Cluster