Amazon Proton · Capability
Amazon Proton Platform Engineering
Workflow capability for platform engineering teams using Amazon Proton to publish standardized templates and automate infrastructure provisioning for development teams. Covers template management, environment deployment, and service lifecycle management.
What You Can Do
GET
List environment templates
— List environment templates
/v1/environment-templates
POST
Create environment template
— Create an environment template
/v1/environment-templates
GET
List environments
— List deployed environments
/v1/environments
POST
Create environment
— Create an environment from a template
/v1/environments
GET
List service templates
— List service templates
/v1/service-templates
POST
Create service template
— Create a service template
/v1/service-templates
GET
List services
— List deployed services
/v1/services
POST
Create service
— Create a service from a template
/v1/services
MCP Tools
list-environment-templates
List environment templates for standardized infrastructure
read-only
create-environment-template
Create a new standardized environment template for developers
list-environments
List all deployed environments
read-only
create-environment
Deploy a new environment from a standardized template
list-service-templates
List service templates available for developer self-service
read-only
create-service-template
Create a new service template for standardized application deployments
list-services
List all deployed services
read-only
create-service
Deploy a new application service from a service template
APIs Used
amazon-proton