deployment-config

Generate Dockerfile, IAM policy, CDK stack, and buildspec artifacts for Bedrock AgentCore.

21|5|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/aws-samples/sample-agent-greenhouse --skill deployment-config
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deployment-config
Source: https://github.com/aws-samples/sample-agent-greenhouse/tree/main/src/platform_agent/plato/skills/deployment_config
Command: npx skills add https://github.com/aws-samples/sample-agent-greenhouse --skill deployment-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates deployment configurations for Amazon Bedrock AgentCore, delivering artifacts like Dockerfiles, IAM policies, CDK stacks, buildspec files, runtime configs, and env templates with a focus on least-privilege security and maintainability.

Core Features & Use Cases

  • Create Dockerfiles with multi-stage builds and non-root execution for containerized agents.
  • Generate IAM policies with least-privilege access tailored to the AgentCore runtime.
  • Produce CDK stacks and CodeBuild buildspecs to automate deployment workflows.
  • Create runtime-config.yaml and .env.template to standardize environment and resource settings.

Quick Start

Generate deployment configurations for a new AgentCore project at ./my-agent-core.

Frequently Asked Questions about deployment-config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate deployment artifacts for Amazon Bedrock AgentCore?▼

To generate deployment artifacts for Amazon Bedrock AgentCore, you can automate the creation of Dockerfiles, IAM policies, CDK stacks, buildspec files, runtime configs, and env templates following least-privilege security practices.

What's the best way to create least-privilege IAM policies for AgentCore runtime?▼

The best way to create least-privilege IAM policies for AgentCore runtime is to automate policy generation tailored specifically to the runtime environment, ensuring secure and maintainable access controls.

Can I use CDK and CodeBuild to automate Docker container deployments for Bedrock agents?▼

Yes, you can use CDK and CodeBuild to automate Docker container deployments for Bedrock agents by producing CDK stacks and buildspec files that orchestrate the end-to-end build and deployment workflows.

Do I need a runtime-config.yaml file to standardize environment settings for AgentCore?▼

Yes, you need a runtime-config.yaml file to standardize environment and resource settings for AgentCore, ensuring consistent configuration across Docker, CodeBuild, and CloudFormation workflows.

Does this approach support multi-stage Docker builds with non-root execution for containerized agents?▼

Yes, this approach supports creating Dockerfiles with multi-stage builds and non-root execution, ensuring optimized and secure container images for your containerized agents.