【发布时间】:2022-01-16 05:34:07
【问题描述】:
我无法在文档中找到如何在 AWS CDK 中指定 IAM 用户的公共 SSH 密钥,并且似乎也找不到相应的 CloudFormation 类型。 Terraform 有以下几点:
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_user_ssh_key
如何在 CloudFormation 或 CDK 中指定密钥?
【问题讨论】:
-
我看到您对自定义资源提出了新问题。这正是我的回答所建议的,但您尚未接受我的回答。请问为什么?
-
进展如何?仍然不清楚你能做什么?
-
让它与 AwsCustomResource 一起使用。
标签: amazon-web-services amazon-cloudformation aws-cdk