eb-infra

Manage SSL, domains, secrets, and CloudWatch monitoring for Elastic Beanstalk environments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users manage AWS infrastructure related to Elastic Beanstalk environments, including SSL certificates, custom domains, secrets management, databases, security configurations, monitoring, and cost analysis.

Core Features & Use Cases

  • SSL/TLS certificate management (ACM) and HTTPS configuration for EB load balancers
  • Custom domain setup with Route 53 integration
  • Secrets management using Secrets Manager or SSM Parameter Store
  • RDS monitoring and maintenance guidance
  • IAM roles and security group guidance, monitoring with CloudWatch alarms
  • Cost analysis and optimization guidance across EB environments

Quick Start

Configure SSL, domains, secrets, and monitoring for an Elastic Beanstalk environment.

Frequently Asked Questions about eb-infra

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

FAQPage Schema
How do I configure SSL certificates for an Elastic Beanstalk load balancer?

To configure SSL for an Elastic Beanstalk load balancer, you need to provision an ACM certificate and attach it to your environment's load balancer to enable HTTPS termination securely.

What is the best way to map a custom domain to an Elastic Beanstalk environment?

Mapping a custom domain to Elastic Beanstalk involves creating a CNAME record in Route 53 that points to your environment's URL, ensuring traffic routes correctly to your application.

How do I manage secrets for an application deployed on Elastic Beanstalk?

You can manage application secrets on Elastic Beanstalk by storing sensitive data in AWS Secrets Manager or SSM Parameter Store, then retrieving them dynamically within your environment configuration.

Can I monitor RDS databases connected to my Elastic Beanstalk environment using CloudWatch?

Yes, you can monitor RDS databases linked to Elastic Beanstalk by configuring CloudWatch alarms and metrics to track database performance, connectivity, and maintenance requirements.

Do I need the AWS CLI configured to set up Elastic Beanstalk networking and security?

Yes, having the AWS CLI configured is a prerequisite for managing Elastic Beanstalk security groups, IAM roles, and networking configurations required to secure your environment.

How do I analyze and optimize AWS costs across Elastic Beanstalk environments?

To analyze Elastic Beanstalk costs, you review resource utilization metrics and pricing data, allowing you to identify underused environments and apply optimization guidance to reduce expenses.