This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workshops for November/December (#3517)
* add November kubernetes workshop to resources * add aws typescript workshop for december * add kubernetes workshop for november * add secrets management workshop for december * replace december esc workshop with november esc workshop * shuffle aws workshops, add november intro workshop
- Loading branch information
Showing
5 changed files
with
121 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
.../default/content/resources/getting-started-with-secrets-management-aws/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
preview_image: "" | ||
hero: | ||
image: /icons/containers.svg | ||
title: Getting Started with Secrets Management on AWS | ||
main: | ||
duration: 60 minutes | ||
presenters: | ||
- name: Ringo De Smet | ||
role: Customer Experience Architect, Pulumi | ||
learn: | ||
- Defining environments, which contain collections of secrets and configuration. | ||
- Retrieving secrets from AWS Secrets Manager and other third-party sources. | ||
- Building Pulumi ESC into your cloud provisioning workflows | ||
title: Getting Started with Secrets Management on AWS | ||
description: | | ||
[Pulumi ESC](/product/esc) is a new product from Pulumi that manages and tames secrets and configuration complexity across all of your cloud infrastructure and application environments. Pulumi ESC is a new category of configuration-as-code product that enables teams to aggregate secrets and configurations from many sources, manage hierarchical collections of configurations and secrets (“environments”), and consume those configurations and secrets from a variety of different infrastructure and application services. | ||
datetime: 2023-11-16T09:00:00.000-08:00 | ||
sortable_date: 2023-11-16T09:00:00.000-08:00 | ||
event_data: | ||
name: Getting Started with Secrets Management on AWS | ||
start_date: 2023-11-16T09:00:00.000-08:00 | ||
end_date: 2023-11-16T10:00:00.000-08:00 | ||
url: https://www.pulumi.com/resources/getting-started-with-secrets-management-aws | ||
description: Pulumi ESC is a new product from Pulumi that manages and tames secrets and configuration complexity across all of your cloud infrastructure and application environments. Pulumi ESC is a new category of configuration-as-code product that enables teams to aggregate secrets and configurations from many sources, manage hierarchical collections of configurations and secrets (“environments”), and consume those configurations and secrets from a variety of different infrastructure and application services. | ||
form: | ||
hubspot_form_id: efa1a31e-43f5-4e72-8e3d-adde353f2fe7 | ||
salesforce_campaign_id: 701Du000000BV02IAG | ||
gotowebinar_key: "" | ||
featured: false | ||
pre_recorded: false | ||
pulumi_tv: false | ||
unlisted: false | ||
gated: true | ||
type: webinars | ||
external: false | ||
block_external_search_index: false | ||
aws_only: true | ||
title: Getting Started with Secrets Management on AWS | ||
meta_desc: Learn how to manage configuration and secrets across all of your AWS environments with Pulumi ESC and AWS Secrets Manager. | ||
url_slug: getting-started-with-secrets-management-aws | ||
--- |
48 changes: 48 additions & 0 deletions
48
themes/default/content/resources/intro-to-aws-typescript/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
preview_image: "" | ||
hero: | ||
image: /icons/containers.svg | ||
title: Introduction to AWS in TypeScript | ||
main: | ||
duration: 90 minutes | ||
presenters: | ||
- name: Josh Kodroff | ||
role: Sr. Solutions Architect, Pulumi | ||
- name: Marina Novikova | ||
role: Sr. Partner Solutions Architect, AWS | ||
learn: | ||
- How to use TypeScript with Pulumi. | ||
- The basics of the Pulumi Programming Model | ||
- How to provision, update, and destroy AWS resources | ||
title: Introduction to AWS in TypeScript | ||
description: | | ||
In this workshop, you will learn the fundamentals of infrastructure as code through guided exercises. You will be introduced to Pulumi, an infrastructure-as-code platform, where you can use familiar programming languages to provision modern cloud infrastructure. | ||
This workshop is designed to help new users become familiar with the core concepts needed to effectively deploy resources on AWS. We will guide you through the Pulumi platform with diagrams and a series of labs to help accelerate your cloud projects. | ||
sortable_date: 2023-12-05T09:00:00.000-08:00 | ||
event_data: | ||
name: Introduction to AWS in TypeScript | ||
start_date: 2023-12-05T09:00:00.000-08:00 | ||
end_date: 2023-12-05T10:30:00.000-08:00 | ||
url: https://www.pulumi.com/resources/intro-to-aws-typescript | ||
description: | | ||
In this workshop, you will learn the fundamentals of infrastructure as code through guided exercises. You will be introduced to Pulumi, an infrastructure-as-code platform, where you can use familiar programming languages to provision modern cloud infrastructure. This workshop is designed to help new users become familiar with the core concepts needed to effectively deploy resources on AWS. We will guide you through the Pulumi platform with diagrams and a series of labs to help accelerate your cloud projects. | ||
form: | ||
hubspot_form_id: 3051a439-0133-4417-b19b-bc1e33606db1 | ||
salesforce_campaign_id: 701Du000000BQqHIAW | ||
gotowebinar_key: "" | ||
featured: false | ||
pre_recorded: false | ||
pulumi_tv: false | ||
unlisted: false | ||
gated: true | ||
type: webinars | ||
external: false | ||
block_external_search_index: false | ||
aws_only: true | ||
title: Introduction to AWS in TypeScript | ||
title_tag: "Introduction to AWS in TypeScript" | ||
meta_desc: Join this workshop to learn how to set up a successful Infrastructure as Code in TypeScript to provision and manage AWS at scale, using Pulumi. | ||
meta_image: "/images/resources/intro-aws-classic-v6.png" | ||
url_slug: intro-to-aws-typescript | ||
--- |