Skip to content

launch-bottlerocket-ec2: Add CDK support #6

@ytsssun

Description

@ytsssun

Summary

The launch-bottlerocket-ec2 skill currently uses raw AWS CLI commands. Using AWS CDK would provide:

  • Infrastructure as code with type safety
  • Easier resource cleanup
  • Better state management
  • Reusable constructs for common patterns

Suggested Approach

Create CDK constructs for:

  • Bottlerocket EC2 instances (standalone, ECS, EKS modes)
  • Required IAM roles and instance profiles
  • Security groups with appropriate rules

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions