Cameronsplaze/AWS-ContainerManager

[Feature] Make SSH Keys easy to find in the AWS Console

开放

#5 创建于 2024年8月2日

 (0 条评论) (0 个反应) (0 位负责人)Python (0 个派生)auto 404
enhancementgood first issuehelp wanted

仓库指标

星标
 (2 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Is your feature request related to a problem? Please describe. For whatever reason, when you use cdk to create an ssh_key_pair, it's impossible to give a descriptive name/description/whatever. We're lucky since we use only one, it could be the only one in the account if no other "user projects" has any. But it'd be nice to separate ours from the rest.

Describe the solution you'd like Somehow keep ssh keys unique in the aws console.

Describe alternatives you've considered I've asked for advice here with no luck yet.

I swear I've tried the params here too, but it's been a while. Maybe they only take place on creation, not replace? Also there's a key-pair listed in ec2 key-pair, but it's actually stored in ssm param manager. Maybe those flags only affect one, and I checked the wrong one? It's been a bit, and this isn't MVP, so I'm planning on coming back another time.

Additional context N/A

贡献者指南