Deploying an NVIDIA NIM to EC2
In this demo we will see how to deploy an NVIDIA NIM to EC2 with Docker to do your own inference
In this demo we will see how to deploy an NVIDIA NIM to EC2 with Docker to do your own inference
In this demo we will see how to deploy an application on AWS that will capture insights from GitHub and store them in S3 to be easily queried with Amazon Athena
A simple React application and related infrastructure that will consume Amazon Chime SDK call analytics events
When uploading files and directories during a CDK bucket deployment, `exclude` can be used. This samples shows how to use that feature.
This Cloudformation template will deploy a simple EC2 instance to be used as a development server. Several common packages are included in the deployment and keys can be installed during deployment.
CDK Constructs are a great way to create reusable and flexible code for yourself and others. projen makes it easy to create and publish the project. CDK Custom Resources are a way to do complex deployments and deploy AWS resources not native to CDK within a CDK. In this example, an AWS Lambda ...
This demo will show how to build and deploy a Fargate WebSocket server. This application will automatically scale and use TLS to secure the connection.
In this demo, we will be building a React based WebSocket reader that uses Amazon API Gateway to read data from a Kinesis Data Stream
This CDK will deploy a an Asterisk server to AWS Fargate from multiple CPU architectures
In order to deploy a Certificate with a CloudFront Distribution, a multi-stack CDK must be used to deploy the Certificate in us-east-1 and the SPA in a different Region. This CDK deployment will show how to do that.