Video Content

VIDEO CONTENT - Generative AI Fireside Chat

This episode features a fireside chat between two experts in generative AI, Buan Zivic and Matthew Mariel. They discuss the current state of generative AI including the hype, challenges with availability and infrastructure, productizing proofs of concept, and advice for organizations looking to leverage generative AI. Key topics include starting with problems not solutions, training models on internal data, and blurring definitions of chatbots.

Alan Blockley

Generative AI experts discuss current state and future

Video

VIDEO CONTENT - The Sounding Board Episode 3 - AWS Serverless Databases

Alan Blockley

Are you ready to dive into the world of serverless databases? Join us for a brand new episode of The Sounding Board, “AWS Serverless Databases”!

Tune in as we kick off our journey into the realm of serverless technology with a special guest, Community Expert Bojan Zivic

Follow us now to be the first to know when the next episode of “The Sounding Board” goes live! Let’s embark on this serverless journey together.

Video

VIDEO CONTENT - Serverless Functions Explained: How to build serverless APIs and functions with AWS Lambda and API Gateway

AWS Lambda allows you to run code without provisioning or managing servers. This video demonstrates how to create serverless functions with Lambda and connect them to APIs using API Gateway. Code samples are shown using the AWS Serverless Application Model (SAM) CLI to define and deploy serverless infrastructure as code.

Alan Blockley

Learn how to build serverless applications with AWS Lambda and API Gateway. Step-by-step examples demonstrate creating serverless functions with Lambda and connecting them to APIs using SAM, the AWS Serverless Application Model CLI. Serverless concepts like triggers and events are also explained.

Video

VIDEO CONTENT - Serverless Containers: Building a Serverless Website with AWS ECS Fargate

Building a simple website and migrating it from an EC2 instance to a serverless container architecture using AWS ECS Fargate. Learn how to create Docker containers, ECS clusters, task definitions and services.

Alan Blockley

Create a simple website, build a Docker container, deploy to ECS Fargate as a serverless container architecture. Learn container basics, ECS clusters, task definitions and services.

Video

VIDEO CONTENT - Generate Images from Bedrock API with Python in SageMaker Studio

This video shows how to generate images from the Amazon Bedrock API using Python code tested in a Jupiter notebook within Amazon SageMaker Studio. The code makes API calls to Bedrock to generate images based on text prompts and saves the resulting images to an S3 bucket. This demonstrates using SageMaker notebooks for iterative development and testing of code that interacts with AWS services like Bedrock and S3.

Alan Blockley

Learn how to generate images from the Amazon Bedrock API using Python code tested in a Jupiter notebook within Amazon SageMaker Studio. The code makes API calls to Bedrock to generate images based on text prompts and saves the resulting images to an S3 bucket, demonstrating using SageMaker notebooks for iterative development and testing of code that interacts with AWS services.

Video

VIDEO CONTENT - Creating an S3 Bucket in AWS: Console, CloudFormation and Terraform

AWS S3 Bucket Creation: Learn how to create an Amazon S3 bucket using the AWS Console, CloudFormation and Terraform with security best practices explained.

Alan Blockley

This video shows how to create an Amazon S3 bucket in 3 different ways - AWS Console, CloudFormation and Terraform. It also covers security best practices like blocking public access and using least privilege.

Video

VIDEO CONTENT - How to Create a Secure S3 Bucket in AWS using the Console, CloudFormation and Terraform

Creating an S3 bucket is easy but ensuring security is key. Learn multiple methods for creating S3 buckets and securing them to prevent public access. AWS Console, CloudFormation, Terraform

Alan Blockley

Create S3 buckets the console way, with CloudFormation code and using Terraform. Learn defaults and how to secure newly created buckets to avoid public exposure

Video