From 920f2fb71321374fa2c63db5aab5d9ad31f5e27c Mon Sep 17 00:00:00 2001 From: Sarah Hughes Date: Wed, 18 Oct 2023 17:43:58 -0700 Subject: [PATCH 1/6] add November kubernetes workshop to resources --- .../index.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/themes/default/content/resources/from-zero-to-production-in-kubernetes/index.md b/themes/default/content/resources/from-zero-to-production-in-kubernetes/index.md index c3e2c6de91c..b0fc1198214 100644 --- a/themes/default/content/resources/from-zero-to-production-in-kubernetes/index.md +++ b/themes/default/content/resources/from-zero-to-production-in-kubernetes/index.md @@ -1,7 +1,7 @@ --- # Name of the webinar. -title: "From Zero to Production in Kubernetes" -meta_desc: "Explore how to leverage the power of Python with Pulumi, an infrastructure as code platform to define and manage your Kubernetes deployments." +title: From Zero to Production in Kubernetes +meta_desc: Explore how to leverage the power of Python with Pulumi, an infrastructure as code platform to define and manage your Kubernetes deployments. meta_image: "/images/resources/zero-production-kubernetes.png" # A featured webinar will display first in the list. @@ -51,7 +51,7 @@ main: # URL for embedding a URL for ungated webinars. youtube_url: #"https://www.youtube.com/embed/DPp4veSBUr0?rel=0" # Sortable date. The datetime Hugo will use to sort the webinars in date order. - sortable_date: 2023-07-20T09:00:00-07:00 + sortable_date: 2023-11-15T09:00:00-08:00 # Duration of the webinar. duration: "1 hour" # Datetime of the webinar. @@ -66,11 +66,9 @@ main: # The webinar presenters presenters: - name: Josh Kodroff - role: Senior Solutions Architect, Pulumi - - name: Damian Curry - role: Business Development Technical Director, F5/NGINX - - name: Jason Schmidt - role: Senior Solutions Architect, F5/NGINX + role: Solutions Architect, Pulumi + - name: Javier Evans + role: Solutions Engineer, NGINX # A bullet point list containing what the user will learn during the webinar. learn: @@ -80,6 +78,6 @@ main: # The right hand side form section. form: - salesforce_campaign_id: "701Du000000AXPXIA4" - hubspot_form_id: "56761901-9c1d-43c3-9f4b-bef5a524847b" + salesforce_campaign_id: 701Du000000BKYJIA4 + hubspot_form_id: 998984aa-03fc-4d5e-9ce3-9b96578c75b4 --- From 36c9e332539eeb2ca7c0995bec940b9dd1bf3288 Mon Sep 17 00:00:00 2001 From: Sarah Hughes Date: Fri, 20 Oct 2023 10:18:12 -0700 Subject: [PATCH 2/6] add aws typescript workshop for december --- .../index.md | 25 +++++++++---------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/themes/default/content/resources/getting-started-with-iac-pulumi-aws/index.md b/themes/default/content/resources/getting-started-with-iac-pulumi-aws/index.md index 804cd289a14..91b1b3f737c 100755 --- a/themes/default/content/resources/getting-started-with-iac-pulumi-aws/index.md +++ b/themes/default/content/resources/getting-started-with-iac-pulumi-aws/index.md @@ -2,7 +2,7 @@ preview_image: "" hero: image: /icons/containers.svg - title: Getting Started with Infrastructure as Code on AWS + title: Introduction to AWS in TypeScript main: duration: 90 minutes presenters: @@ -11,25 +11,25 @@ main: - 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 - - All the new features of aws-classic v6 and AWSX - title: Getting Started with Infrastructure as Code on AWS + 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-09-07T09:00:00.000-07:00 + sortable_date: 2023-12-05T09:00:00.000-08:00 event_data: - name: Getting Started with Infrastructure as Code on AWS - start_date: 2023-09-07T09:00:00.000-07:00 - end_date: 2023-09-07T10:30:00.000-07:00 + 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/getting-started-with-iac-pulumi-aws 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: 7bb6314d-b3d3-419e-b215-5cb41fd0696f - salesforce_campaign_id: 701Du000000AptcIAC + hubspot_form_id: 3051a439-0133-4417-b19b-bc1e33606db1 + salesforce_campaign_id: 701Du000000BQqHIAW gotowebinar_key: "" featured: false pre_recorded: false @@ -40,10 +40,9 @@ type: webinars external: false block_external_search_index: false aws_only: true -title: Getting Started with Infrastructure as Code on AWS -title_tag: "Getting Started with IaC on AWS" -meta_desc: This workshop is designed to help new users become familiar with the - core concepts needed to effectively deploy resources on AWS using Pulumi. +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: getting-started-with-iac-pulumi-aws --- From 2541f692599024a263751fa9aac4b99c51dbf42c Mon Sep 17 00:00:00 2001 From: Sarah Hughes Date: Fri, 20 Oct 2023 10:26:49 -0700 Subject: [PATCH 3/6] add kubernetes workshop for november --- .../index.md | 25 ++++++++++--------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/themes/default/content/resources/getting-started-with-kubernetes-aws/index.md b/themes/default/content/resources/getting-started-with-kubernetes-aws/index.md index e713491ad92..3d8ed62e02b 100755 --- a/themes/default/content/resources/getting-started-with-kubernetes-aws/index.md +++ b/themes/default/content/resources/getting-started-with-kubernetes-aws/index.md @@ -6,30 +6,31 @@ hero: main: duration: 60 minutes presenters: - - name: Josh Kodroff - role: Senior Solutions Architect, Pulumi - - name: Marina Novikova - role: Senior Partner Solutions Architect AWS + - name: Ringo De Smet + role: Customer Experience Architect, Pulumi learn: - The basics of writing Pulumi programs to manage infrastructure using real languages - How to create and manage EKS clusters in AWS with Pulumi - How to create and manage Kubernetes resources with Pulumi title: Getting Started with Kubernetes on AWS - description: In this workshop, you will learn the fundamentals of setting up EKS + description: | + In this workshop, you will learn the fundamentals of setting up EKS clusters on AWS 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 + languages to provision modern cloud infrastructure. + + This workshop is designed to help new users become familiar with the core concepts needed to effectively deploy Kubernetes clusters and workloads on AWS. We will guide you through the Pulumi platform with diagrams and a series of labs to help accelerate your cloud projects. - datetime: 2023-04-26T16:00:00.000Z - sortable_date: 2023-04-26T16:00:00.000Z + datetime: 2023-11-21T09:00:00.000-05:00 + sortable_date: 2023-11-21T09:00:00.000-05:00 event_data: name: Getting Started with Kubernetes on AWS - start_date: 2023-04-26T16:00:00.000Z - end_date: 2023-04-26T17:00:00.000Z + start_date: 2023-11-21T09:00:00.000-05:00 + end_date: 2023-11-21T10:00:00.000Z url: https://www.pulumi.com/resources/getting-started-with-kubernetes-aws description: In this workshop, you will learn the fundamentals of setting up EKS clusters on AWS through guided exercises. You will be introduced to Pulumi, @@ -40,8 +41,8 @@ event_data: you through the Pulumi platform with diagrams and a series of labs to help accelerate your cloud projects. form: - hubspot_form_id: f03e6169-7765-4747-89c1-d18b4966b1d2 - salesforce_campaign_id: 701Du0000009vYpIAI + hubspot_form_id: 44a9c78e-ebc0-454e-af84-16bc7ca7f789 + salesforce_campaign_id: 701Du000000BUzxIAG gotowebinar_key: "" featured: false pre_recorded: false From 14809344854506a0d3a85b6599223a21946d9be4 Mon Sep 17 00:00:00 2001 From: Sarah Hughes Date: Fri, 20 Oct 2023 10:33:48 -0700 Subject: [PATCH 4/6] add secrets management workshop for december --- .../index.md | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 themes/default/content/resources/getting-started-with-secrets-management-aws/index.md diff --git a/themes/default/content/resources/getting-started-with-secrets-management-aws/index.md b/themes/default/content/resources/getting-started-with-secrets-management-aws/index.md new file mode 100644 index 00000000000..9d5e52fb585 --- /dev/null +++ b/themes/default/content/resources/getting-started-with-secrets-management-aws/index.md @@ -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-12-13T09:00:00.000-08:00 + sortable_date: 2023-12-13T09:00:00.000-08:00 +event_data: + name: Getting Started with Secrets Management on AWS + start_date: 2023-12-13T09:00:00.000-08:00 + end_date: 2023-12-13T10: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: 660c02e4-0742-4107-ac50-cbc68c921e3e + salesforce_campaign_id: 701Du000000BUzsIAG + 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 +--- From bcce5e88958dd74a24d7fc0551e3211461c84bb2 Mon Sep 17 00:00:00 2001 From: Sarah Hughes Date: Fri, 20 Oct 2023 10:36:29 -0700 Subject: [PATCH 5/6] replace december esc workshop with november esc workshop --- .../index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/default/content/resources/getting-started-with-secrets-management-aws/index.md b/themes/default/content/resources/getting-started-with-secrets-management-aws/index.md index 9d5e52fb585..5f7fec29f68 100644 --- a/themes/default/content/resources/getting-started-with-secrets-management-aws/index.md +++ b/themes/default/content/resources/getting-started-with-secrets-management-aws/index.md @@ -15,17 +15,17 @@ main: 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-12-13T09:00:00.000-08:00 - sortable_date: 2023-12-13T09:00:00.000-08:00 + 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-12-13T09:00:00.000-08:00 - end_date: 2023-12-13T10:00:00.000-08:00 + 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: 660c02e4-0742-4107-ac50-cbc68c921e3e - salesforce_campaign_id: 701Du000000BUzsIAG + hubspot_form_id: efa1a31e-43f5-4e72-8e3d-adde353f2fe7 + salesforce_campaign_id: 701Du000000BV02IAG gotowebinar_key: "" featured: false pre_recorded: false From d2b7361d0f293fb604691eef457c79db7b3a4eef Mon Sep 17 00:00:00 2001 From: Sarah Hughes Date: Fri, 20 Oct 2023 14:35:18 -0700 Subject: [PATCH 6/6] shuffle aws workshops, add november intro workshop --- .../index.md | 32 ++++++------- .../intro-to-aws-typescript/index.md | 48 +++++++++++++++++++ 2 files changed, 63 insertions(+), 17 deletions(-) create mode 100644 themes/default/content/resources/intro-to-aws-typescript/index.md diff --git a/themes/default/content/resources/getting-started-with-iac-pulumi-aws/index.md b/themes/default/content/resources/getting-started-with-iac-pulumi-aws/index.md index 91b1b3f737c..bd2bfc524e9 100755 --- a/themes/default/content/resources/getting-started-with-iac-pulumi-aws/index.md +++ b/themes/default/content/resources/getting-started-with-iac-pulumi-aws/index.md @@ -2,34 +2,32 @@ preview_image: "" hero: image: /icons/containers.svg - title: Introduction to AWS in TypeScript + title: Getting Started with Infrastructure as Code on AWS main: duration: 90 minutes presenters: - - name: Josh Kodroff - role: Sr. Solutions Architect, Pulumi - - name: Marina Novikova - role: Sr. Partner Solutions Architect, AWS + - name: Kat Morgan + role: Senior Developer Advocate, Pulumi 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 + - All the new features of aws-classic v6 and AWSX + title: Getting Started with Infrastructure as Code on AWS 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 + sortable_date: 2023-11-14T09: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 + name: Getting Started with Infrastructure as Code on AWS + start_date: 2023-11-14T09:00:00.000-08:00 + end_date: 2023-11-14T10:30:00.000-08:00 url: https://www.pulumi.com/resources/getting-started-with-iac-pulumi-aws 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 + hubspot_form_id: 9f553ea2-c429-473e-9fbe-7ffca0ac0dff + salesforce_campaign_id: 701Du000000BVBlIAO gotowebinar_key: "" featured: false pre_recorded: false @@ -40,9 +38,9 @@ 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. +title: Getting Started with Infrastructure as Code on AWS +title_tag: Getting Started with Infrastructure as Code on AWS +meta_desc: This workshop is designed to help new users become familiar with the core concepts needed to effectively deploy resources on AWS using Pulumi. meta_image: "/images/resources/intro-aws-classic-v6.png" url_slug: getting-started-with-iac-pulumi-aws --- diff --git a/themes/default/content/resources/intro-to-aws-typescript/index.md b/themes/default/content/resources/intro-to-aws-typescript/index.md new file mode 100644 index 00000000000..65b3ea62e8b --- /dev/null +++ b/themes/default/content/resources/intro-to-aws-typescript/index.md @@ -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 +--- \ No newline at end of file