Skip to content

Commit 4dc6dca

Browse files
authored
[workshop] Getting started on AWS with Python
1 parent c0b3da1 commit 4dc6dca

File tree

1 file changed

+11
-11
lines changed
  • content/events/getting-started-with-iac-on-aws-python

1 file changed

+11
-11
lines changed

content/events/getting-started-with-iac-on-aws-python/index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# Name of the event, <= 60 characters
3-
title: Introduction to Pulumi IaC with AWS in Python
3+
title: Getting started on AWS with Python
44
meta_desc: Learn how Pulumi makes working with AWS easier by using general purpose languages like Python to manage infrastructure resources.
55
meta_image:
66

@@ -31,7 +31,7 @@ url_slug: getting-started-with-iac-on-aws-python
3131
# Content for the left hand side section of the page.
3232
main:
3333
# Webinar title.
34-
title: Introduction to Pulumi IaC with AWS in Python
34+
title: Getting started on AWS with Python
3535

3636
event_type: workshop # workshop | event
3737

@@ -57,18 +57,18 @@ main:
5757
learn:
5858
- How to use Python with Pulumi to provision AWS resources, bringing modern software development practices to your infrastructure management.
5959
- How Pulumi's intuitive programming model can help you deploy cloud architecture on AWS with greater confidence and control.
60-
- How Pulumi's ecosystem supports your infrastructure needs across different environments and cloud providers.
60+
- How Pulumi's ecosystem supports your infrastructure needs across different environments.
6161

6262
# The webinar presenters
6363
presenters:
64-
- name: Adam Gordon Bell
65-
role: Community Engineer, Pulumi
66-
photo: /images/team/adam-gordon-bell.jpg
64+
- name: Engin Diri
65+
role: Senior Solutions Architect, Pulumi
66+
photo: /images/team/engin-diri.jpg
6767

6868
# case-sensitive
6969
tags:
7070
level: Beginner # Beginner, Intermediate, Advanced
71-
topics: []
71+
topics: [Infrastructure as Code]
7272
languages: ["Python"]
7373
clouds: ["AWS"]
7474

@@ -79,12 +79,12 @@ form:
7979
salesforce_campaign_id: 701PQ00000TEJoWYAX
8080

8181
event_data:
82-
name: "Introduction to Pulumi IaC with AWS in Python"
83-
start_date: 2025-03-19T09:00:00-07:00
84-
end_date: 2025-03-10T10:00:00-07:00
82+
name: "Getting started on AWS with Python"
83+
start_date: 2025-01-22T09:00:00-07:00
84+
end_date: 2026-01-22T10:00:00-07:00
8585
url: "https://www.pulumi.com/events/getting-started-with-iac-on-aws-python/"
8686
description: |
8787
This workshop offers a hands-on exploration of how modern infrastructure management can be streamlined using familiar programming languages. In this workshop, you'll discover how Pulumi empowers developers and operations teams to define cloud infrastructure using Python - eliminating the need to learn domain-specific languages while unlocking the full power of software engineering practices for infrastructure code.
8888
8989
Participants will experience firsthand how Pulumi's approach bridges the gap between application and infrastructure development, allowing teams to manage AWS resources with the same tools, practices, and languages they already use for application development. This workshop demonstrates how this unified approach not only accelerates productivity but enables organizations to build more reliable, scalable, and secure cloud architectures.
90-
---
90+
---

0 commit comments

Comments
 (0)