Phuurl / cfn-ssh-key-import

CloudFormation custom resource to import an SSH public key

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cfn-ssh-key-import

Custom CloudFormation resource to import an SSH public key to the AWS EC2 service.

Requirements

  • SAM CLI (built with 1.21.1)
  • Go (built with 1.15.8)

Usage

The custom resource is very simple to deploy and use.

  1. Build and deploy the SAM application:
    sam build
    sam deploy --guided
    For more information about the resources deployed as part of this process, see the SAM template.
  2. Call the custom resource in your CloudFormation template with the public key you wish to import - see the example template.

About

CloudFormation custom resource to import an SSH public key

License:MIT License


Languages

Language:Go 98.1%Language:Makefile 1.9%