Exploring AWS Services with LocalStack & Pulumi | glowing-telegram project - Episode 122

Channel:
Subscribers:
542
Published on ● Video Link: https://www.youtube.com/watch?v=W0T2rJZzqJ8



Duration: 0:00
152 views
5


In this video, I dive into exploring LocalStack and Pulumi to manage AWS services for my streaming management tool, Glowing Telegram. Starting with AWS session setups, I discuss the storage strategies and lifecycle policies I have for my stream archives on S3 and Glacier, aiming to optimize costs and accessibility.

Join me in the next stream for more coding adventures, and don't forget to check out the links below to stay connected with our community.

🔗 Check out my Twitch channel for more streams: https://www.twitch.tv/saebyn
GitHub: https://github.com/saebyn/glowing-telegram
Discord: https://discord.gg/N7xfy7PyHs

Following that, I introduce LocalStack and share my first-time experience setting it up. LocalStack offers a local AWS cloud stack emulator, a great tool for testing AWS resources and configurations without costing a penny. I install LocalStack using pip and start experimenting with it. However, while it’s a powerful tool, some service simulations require a paid version.

Next, I transition to Pulumi, another infrastructure as code tool I’ll be using to automate resource creation in AWS. I go through initial setups, configuring a TypeScript project with Pulumi for seamless integration with LocalStack. This part also includes defining simple S3 buckets and understanding the Pulumi stack workflow.

The main focus includes:

Setting up LocalStack for local AWS service emulation
Configuring Pulumi for infrastructure as code
Creating and managing AWS resources like S3 buckets in a local environment
Discussion of AWS Batch, Lambda functions, and potential moves to AWS for Glowing Telegram

My intention is to find practical ways to transition parts of my Glowing Telegram app from local to AWS using automation tools. This video is perfect for developers interested in AWS cloud services, LocalStack, and Pulumi.

*Helpful Links*

Learn more about LocalStack: https://localstack.cloud/
Get started with Pulumi: https://www.pulumi.com/docs/
AWS Free Tier: https://aws.amazon.com/free/

Stay tuned as I navigate through these tools and share insights into optimizing cloud management for development projects.




Other Videos By saebynVODs


2024-11-10"glowing telegram" serverless with pulumi and python - Episode 132
2024-10-23Optimizing AWS Batch Jobs for Efficient Video Ingestion | glowing-telegram project - Episode 131
2024-10-20Bringing in Pulumi and AWS properly, part 3 | glowing-telegram project - Episode 130
2024-10-18Bringing in Pulumi and AWS properly, part 2 | glowing-telegram project - Episode 129
2024-10-16Bringing in Pulumi and AWS properly, part 1 | glowing-telegram project - Episode 128
2024-10-10Wrapping up Pulumi experiments with AWS | glowing-telegram project - Episode 127
2024-10-08Transforming Rust Web App into a Serverless AWS Solution | glowing-telegram project - Episode 126
2024-10-06Deploying Serverless Rust with Pulumi | glowing-telegram project - Episode 125
2024-10-04Exploring Pulumi and LocalStack for AWS Development - glowing telegram project - Episode 124
2024-10-02Deploying AWS Lambda with Pulumi and LocalStack - glowing telegram project - Episode 123
2024-09-29Exploring AWS Services with LocalStack & Pulumi | glowing-telegram project - Episode 122
2024-09-27Consolidating OAuth Token Handling for YouTube and Twitch | Glowing-Telegram project - Episode 121
2024-09-26Optimizing OAuth Flow for Rust APIs with React-Admin | Glowing-Telegram project - Episode 120
2024-09-25Debugging OAuth2 Integration for Rust APIs & React-Admin | glowing-telegram project - Episode 119
2024-09-24Cleaning up our OAuth2 authentication in the Rust API | glowing-telegram project - Episode 118
2024-09-23Solving Environment Variable Issues in Rust APIs | glowing-telegram project - Episode 117
2024-09-22Implementing Figment for Configuration in Rust | Glowing-Telegram Project - Episode 116
2024-09-21Fixing Task Serialization in Rust for glowing-telegram project - Episode 115
2024-09-20Enhancing Rust API with React-Admin for Better Video Management | glowing-telegram - Episode 114
2024-09-19Enhancing YouTube Integration with Rust APIs and React-Admin | glowing-telegram - Episode 113
2024-09-18Fixing Upload Issues & Error Handling in Rust APIs | glowing-telegram project - Episode 112