awslabs / aws-service-catalog-products

This repository contains a number of CloudFormation templates which can be used independently or as Products with AWS Service Catalog including the Open Source Tools AWS Service Catalog Factory and AWS Service Catalog Puppet. The templates include a number of the foundational AWS Services you may choose to manage Account Compliance including AWS Config, AWS CloudTrail and GuardDuty
MIT No Attribution
162 stars 36 forks source link

Add SSM support for CodeBuild actions #59

Closed smuralee closed 3 years ago

smuralee commented 3 years ago

Current implementation

actions:
  ping-on-prem-host:
    type: codebuild
    project_name: ping-on-prem-host
    account_id: '0123456789010'
    region: 'eu-west-1'
    parameters:
      HOST_TO_PING:
        ssm:
          name: HOST_TO_PING
          region: eu-west-1

Requested feature

eamonnfaherty commented 3 years ago

should this be on the puppet repo?

smuralee commented 3 years ago

@eamonnfaherty Apologies for the confusion. Closing this issue.

New issue has been opened in puppet repo. https://github.com/awslabs/aws-service-catalog-puppet/issues/355