AWS-PTA Meetup
AWS-PTA Meetup
  • Видео 29
  • Просмотров 21 124
Levering Fargate for Load Testing and Medium Tasks
📖📖 Abstract 📖📖
In this session, we will explore how to leverage Fargate and Fargate tasks to run your "medium" running tasks.
🗣️ Liza will talk about : How to leverage Fargate and Fargate tasks to run your "medium" running tasks and load Testing.
Topics covered will include:
- ECS: An overview of ECS, including key concepts such as clusters and services.
- Fargate: A closer look at Fargate tasks and how they work.
We'll frame this discussion around a real-world project that encountered several challenges, illustrating how Fargate tasks were used to resolve them. How we can use Fargate for other tasks while keeping things Serverless.
🎚️ Level 🎚️
Beginner - Intermediate
📢 Speaker📢
Liza Cullis, (Serve...
Просмотров: 48

Видео

Serverless Teams: Best Practices and Observability Excellence on AWS
Просмотров 1312 месяца назад
Details 📖 Abstract 📖📖 This session will feature 2 ⚡(lightning) talks. 🗣️ Josh will talk about : Empowering Serverless Teams: Enforcing Best Practices While Maintaining Developer Velocity In this session, we will explore how to implement best practice guardrails for serverless teams on AWS. This guide will delve into both the technical aspects and best practices required to effectively manage co...
Scaling Serverless Architectures
Просмотров 1983 месяца назад
Abstract 📖 In this session, we will explore the scaling considerations for serverless services on AWS, focusing on key components such as API Gateway, Amazon SQS, Lambda, DynamoDB, and Amazon SNS. This talk will delve into both the technical aspects and best practices required to effectively scale these services to meet growing demands. Topics covered will include: - API Gateway: Best practice...
Migrating from Serverless Framework to CDK
Просмотров 2977 месяцев назад
Abstract 📖 Have you ever experienced the pain of trying to mock your event-driven infrastructure locally? That might be due to the hidden benefits of using the CDK on AWS not making it into your toolchain. Tag along with me to explore how mono-repos enable serverless event-driven architectures for modern teams. 🎚️ Level 🎚️ Beginner - Intermediate 📢 Speaker📢 Amo Moloko is a JavaScript engineer ...
Automate your Event Driven data lake/warehouse ingestion
Просмотров 1427 месяцев назад
Abstract 📖 This session covers the basics of building an event driven serverless ingestion pipeline into your data lake or data warehouse. There will of course be AWS talk as the product was built serverlessly with the AWS CDK, we will cover: - Lambda - Kinesis Firehose - AWS Glue - Eventbridge - S3 for storage - Athena 🎚️ Level 🎚️ Beginner - Intermediate 📢 Speaker📢 Reinhardt Eiselen, Cloud Ar...
Three ways to serverless machine learning
Просмотров 908 месяцев назад
Abstract 📖 Last year was a year that put machine learning on every news feed and there was so much excitement about it. However, serverless has also been a growing trend in the tech community, for all its benefits, including cost optimization and agility. But what if we could bring these two together, benefitting from the cost optimization of serverless, and the innovation of machine learning?...
How not to start a side hustle on AWS
Просмотров 3432 года назад
Abstract 📖 This session covers both technical and soft skills required to create and run a side hustle on AWS. It is a postmortem on WarpURL , a product Rehan attempted to side hustle and failed. I will share some of my knowledge and experience on what it takes to side hustle. There will ofcourse be AWS talk as the product was built serverlessly with the AWS CDK, we will cover: Lambda and Lamb...
Getting Started with Amazon EC2 Auto Scaling
Просмотров 2152 года назад
Abstract 📖 We will learn about AWS Auto Scaling in general, how to build and configure scaling plans for different types of resources where, when, and why. We will then learn how you can deploy a web service that automatically distributes your traffic using a load balancer across your EC2 instances integrated with an EC2 Auto Scaling group and test the scaling out and scaling back in. 🎚️ Level...
Creating a Highly Available website with ALB and EC2
Просмотров 1,7 тыс.2 года назад
Abstract 📖 We will look at the why and how to create a Highly Available website on EC2. The EC2 servers will sit behind an Application Load Balancer(ALB) to distribute traffic across 2 EC2 servers in different Availability Zones(AZs). 🎚️ Level 🎚️ Beginner - Intermediate 📢 Speaker📢 Takalani joel Shavhani is AWS Cloud Engineer Specialist currently working at iOCO in Johannesburg. He started lear...
Double The Clusters, Half The Cost
Просмотров 472 года назад
Abstract 📖 We’ve all got that AWS bill shock once or twice - at least those of us who were brave enough to try 😅 AWS offers many benefits. It gives you access to the computing and DevOps tools you need at the press of a button - which helps you get products out the door fast. However, it can be challenging to control your costs and identify waste. In this talk, we will examine some practical s...
Well Architected, Serverless-First Development with AWS CDK
Просмотров 1,6 тыс.2 года назад
Abstract 📖 By the time you leave this talk you will understand what the AWS CDK is, how it relates to AWS CloudFormation, the differences to other development tools like AWS SAM or Terraform and then we will cover how to combine it with the AWS Well Architected Framework through patterns and constructs to unlock the potential of your engineers. 🎚️ Level 🎚️ Beginner - Intermediate 📢 Speaker📢 Ma...
Getting Started with AWS IoT - No Hardware Necessary!
Просмотров 7402 года назад
Abstract 📖 In this presentation, we will walk through how to get started with AWS IoT development in the cloud, using Arm Virtual Hardware (www.arm.com/products/development-tools/simulation/virtual-hardware). Arm Virtual Hardware is a technology which simulates Arm processors with instruction level accuracy, allowing you to run IoT application without the need for hardware. This talk will prov...
Lambda Caching Rabbit Hole + Refactoring a distributed monolith to microservices
Просмотров 2393 года назад
📖 Abstract 📖📖 This session will feature 2 ⚡(lightning) talks. ⚡Derick Schmidt (Head of Product: Client Data Platform @ Capitec Bank) Derick will be talking about caching API tokens for use within Lambda functions. ⚡ Rehan van der Merwe (Senior Cloud Developer @ Swipe iX) This talk looks at how to refactor a distributed monolith to a microservice architecture using AWS EventBridge. This breaks t...
This is My Architecture #2
Просмотров 1723 года назад
This series will feature AWS applied in real projects/companies. It will feature 2 ⚡(lightning) talks. ⚡ Nico Kruger (CTO @ Digitata Limited) Digitata democratizes access to telecommunications services for users through dynamic pricing of data and voice in markets across the world. Traditionally, the telecommunications industry has run most services on-premises, although this has recently start...
Using AWS Copilot for Container Applications & CI/CD Pipelines
Просмотров 5503 года назад
Abstract 📖 Lukonde will be doing a walk-through of how to use Copilot to streamline the process of creating ECS clusters, including all the relevant underlying infrastructure and IAM permissions for your application to run successfully. The primary goal of Copilot is to accelerate the process from the initial development of your applications to get them running in a containerized environment i...
This is My Architecture #1
Просмотров 2233 года назад
This is My Architecture #1
KPI Monitoring & Alarming with Cloudwatch, Lambda and StepFunctions using CDK
Просмотров 1,1 тыс.3 года назад
KPI Monitoring & Alarming with Cloudwatch, Lambda and StepFunctions using CDK
Improve resiliency and performance with controlled chaos engineering
Просмотров 1013 года назад
Improve resiliency and performance with controlled chaos engineering
AWS VPC Networking - Advance Concepts
Просмотров 1,1 тыс.3 года назад
AWS VPC Networking - Advance Concepts
Using DynamoDB in Serverless Applications
Просмотров 1393 года назад
Using DynamoDB in Serverless Applications
Adapting Java for the Serverless World
Просмотров 753 года назад
Adapting Java for the Serverless World
Machine Learning in production using AWS services
Просмотров 823 года назад
Machine Learning in production using AWS services
Exploring Container Orchestration in Amazon EKS
Просмотров 1,2 тыс.4 года назад
Exploring Container Orchestration in Amazon EKS
Evolution of AWS Networking
Просмотров 1164 года назад
Evolution of AWS Networking
Production ready containers using ECS Fargate, API Gateway & NLB
Просмотров 9 тыс.4 года назад
Production ready containers using ECS Fargate, API Gateway & NLB
AWS VPC Fundamentals
Просмотров 2984 года назад
AWS VPC Fundamentals
Serverless Application Development - Real Stories from the trenches
Просмотров 904 года назад
Serverless Application Development - Real Stories from the trenches
AWS Step Functions: Workflows for serverless apps and more
Просмотров 1684 года назад
AWS Step Functions: Workflows for serverless apps and more
Event driven architectures with Amazon EventBridge
Просмотров 1,3 тыс.4 года назад
Event driven architectures with Amazon EventBridge