Skip to content

Commit

Permalink
FIX: aws-samplesgh-8 Additional output values
Browse files Browse the repository at this point in the history
  • Loading branch information
gregn committed Apr 10, 2023
1 parent 2793f56 commit 06425ab
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 1 deletion.
34 changes: 34 additions & 0 deletions LINUX/AS2-Automation-Linux-CloudFormation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -814,3 +814,37 @@ Outputs:
Value: !Ref LambdaFunction04ImageNotification
LambdaFunction04ImageNotificationAliaslive:
Value: !Ref LambdaFunction04ImageNotificationAliaslive
ImageBuilderIAMPolicy:
Value: !Ref ImageBuilderIAMPolicy
ImageBuilderIAMRole:
Value: !Ref ImageBuilderIAMRole
ImageBuilderSecurityGroup:
Value: !Ref ImageBuilderSecurityGroup
ImageBuilderSecurityGroupIngressRule1:
Value: !Ref ImageBuilderSecurityGroupIngressRule1
LambdaFunction01CreateBuilder:
Value: !Ref LambdaFunction01CreateBuilder
LambdaFunctionIAMPolicy:
Value: !Ref LambdaFunctionIAMPolicy
LambdaFunctionIAMRole:
Value: !Ref LambdaFunctionIAMRole
LambdaFunctionLayer:
Value: !Ref LambdaFunctionLayer
LambdaFunctionSecurityGroup:
Value: !Ref LambdaFunctionSecurityGroup
LambdaFunctionSecurityGroupEgressRule1:
Value: !Ref LambdaFunctionSecurityGroupEgressRule1
SNSSubscription:
Value: !Ref SNSSubscription
SNSTopic:
Value: !Ref SNSTopic
SNSTopicPolicy:
Value: !Ref SNSTopicPolicy
StepFunction:
Value: !Ref StepFunction
StepFunctionEventRule:
Value: !Ref StepFunctionEventRule
StepFunctionIAMPolicy:
Value: !Ref StepFunctionIAMPolicy
StepFunctionIAMRole:
Value: !Ref StepFunctionIAMRole
40 changes: 39 additions & 1 deletion WINDOWS/AS2-Automation-Windows-CloudFormation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -991,5 +991,43 @@ Outputs:
Value: !Ref LambdaFunction04ImageNotificationAliaslive
WorkShopS3BucketName:
Description: The bucket in S3 to upload automation execution resources including installation installation packages.
Value:
Value:
Ref: WorkShopS3Bucket
ImageBuilderIAMPolicy:
Value: !Ref ImageBuilderIAMPolicy
ImageBuilderIAMRole:
Value: !Ref ImageBuilderIAMRole
ImageBuilderSecurityGroup:
Value: !Ref ImageBuilderSecurityGroup
ImageBuilderSecurityGroupIngressRule1:
Value: !Ref ImageBuilderSecurityGroupIngressRule1
ImageBuilderSecurityGroupIngressRule2:
Value: !Ref ImageBuilderSecurityGroupIngressRule2
LambdaFunction01CreateBuilder:
Value: !Ref LambdaFunction01CreateBuilder
LambdaFunctionIAMPolicy:
Value: !Ref LambdaFunctionIAMPolicy
LambdaFunctionIAMRole:
Value: !Ref LambdaFunctionIAMRole
LambdaFunctionLayer:
Value: !Ref LambdaFunctionLayer
LambdaFunctionSecurityGroup:
Value: !Ref LambdaFunctionSecurityGroup
LambdaFunctionSecurityGroupEgressRule1:
Value: !Ref LambdaFunctionSecurityGroupEgressRule1
LambdaFunctionSecurityGroupEgressRule2:
Value: !Ref LambdaFunctionSecurityGroupEgressRule2
SNSSubscription:
Value: !Ref SNSSubscription
SNSTopic:
Value: !Ref SNSTopic
SNSTopicPolicy:
Value: !Ref SNSTopicPolicy
StepFunction:
Value: !Ref StepFunction
StepFunctionEventRule:
Value: !Ref StepFunctionEventRule
StepFunctionIAMPolicy:
Value: !Ref StepFunctionIAMPolicy
StepFunctionIAMRole:
Value: !Ref StepFunctionIAMRole

0 comments on commit 06425ab

Please sign in to comment.