This repository provides resources that can be used to demo functionality of the AWS Proton service.
This includes:
- Environment and service templates for various scenarios (see below)
- Sample applications compatible with the above
Quick links to the environment and service templates:
Name | Description | Link |
---|---|---|
ECS Public VPC | VPC with public access and compute, and an ECS Cluster | Docs |
ECS Public/Private VPC | VPC with public access, private compute, and an ECS Cluster | Docs |
App Runner Environment | An environment for App Runner services | Docs |
Name | Description | Link |
---|---|---|
Loadbalanced ECS Fargate Service | ECS Fargate Service with an Application Load Balancer | Docs |
App Runner Service from Image (Dockerfile) | App Runner service deployed from a container image built using a Dockerfile | Docs |
App Runner Service from Image (Buildpacks) | App Runner service deployed from a container image built using Cloud Native Buildpacks | Docs |
Name | Description | Link |
---|---|---|
Java | Spring Boot web application | Docs |