config

Manage AWS Elastic Beanstalk environment configs via EB CLI.

3|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/shinmc/aws-beanstalk-skills --skill config-shinmc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: config
Source: https://github.com/shinmc/aws-beanstalk-skills/tree/main/plugins/aws-beanstalk/skills/config
Command: npx skills add https://github.com/shinmc/aws-beanstalk-skills --skill config-shinmc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Elastic Beanstalk environments can be configured via the EB CLI, but users often struggle with keeping env vars, scaling, and templates in sync across environments.

Core Features & Use Cases

  • Read and update environment configuration
  • Manage environment variables, scaling, and instance type
  • Save and apply configuration templates
  • Configure HTTPS listener and tags

Quick Start

Show me the current EB environment configuration and apply changes to environment variables or scaling.

Frequently Asked Questions about config

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

FAQPage Schema
How do I update Elastic Beanstalk environment variables from the EB CLI?

To update Elastic Beanstalk environment variables from the EB CLI, use the eb setenv command to read current settings and apply changes. You need AWS credentials and permissions to access the target application environments.

What is the best way to manage EB environment configurations across multiple environments?

Managing EB environment configurations across multiple environments involves saving and applying configuration templates. Use eb config to read and update settings, keeping scaling, HTTPS listeners, and tags in sync.

How do I save and apply EB configuration templates?

To save and apply EB configuration templates, use the template save and apply operations provided by the EB CLI. This captures environment variables, scaling, and instance type settings for reuse across environments.

Do I need AWS credentials to view current EB environment configuration?

Yes, you need AWS credentials and permission to access applications and environments to view current EB environment configuration. The EB CLI requires authentication to run eb config and eb printenv commands.

Can I modify Elastic Beanstalk scaling and instance type settings via the EB CLI?

Yes, you can modify Elastic Beanstalk scaling settings via the EB CLI using the eb scale command. Instance type and scaling configurations can be read and updated through eb config operations.

Why does my EB environment configuration go out of sync across environments?

EB environment configurations go out of sync when env vars, scaling, and templates are manually modified without saving. Use EB CLI template save and apply operations to maintain consistent configurations across multiple environments.