Pulumi Deployments | Watch the Demo with Python

preview_player
Показать описание
We launched a preview of Pulumi Deployments at Cloud Engineering Days 2022. Learn more about how you can use Pulumi Deployments to simplify creating and managing infrastructure straight from the Pulumi Infrastructure as Code platform.

▬▬▬▬▬▬ Get Started with Pulumi ▬▬▬▬▬▬

▬▬▬▬▬▬ Timestaps⏰ ▬▬▬▬▬▬
00:00 Introduction
00:11 What is Pulumi Deployments?
00:41 Compared to Automation API
01:33 A demo with Python
02:45 The new UI
03:03 Previews
03:25 Deployment Button
04:10 Conclusion and Sign Up

▬▬▬▬▬▬ Want to learn more? ▬▬▬▬▬▬
Рекомендации по теме
Комментарии
Автор

I would love to see more end-2-end python tutorials for beginners :)

Raminber
Автор

hello, could someone help me?
I have generated a json policy for RDS file from awspolicygen. but when doing a json.dumps(file) in my python code I get an error
aws:iam/policy:Policy resource 'policy_ec2' has a problem: "policy" contains an invalid JSON policy. Examine values at 'Policy.Policy'

the only way to make it work is to write the json policy inside json.dumps( )

gatovsky