Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save antklim/90a582c62e33bd259910e33da306a9ca to your computer and use it in GitHub Desktop.
Save antklim/90a582c62e33bd259910e33da306a9ca to your computer and use it in GitHub Desktop.
Outputs:
VPC:
Description: A reference to the created VPC
Value: !Ref VPC
PublicSubnet1:
Description: A reference to the public subnet in the 1st Availability Zone
Value: !Ref PublicSubnet1
PublicSubnet2:
Description: A reference to the public subnet in the 2nd Availability Zone
Value: !Ref PublicSubnet2
PrivateSubnet1:
Description: A reference to the private subnet in the 1st Availability Zone
Value: !Ref PrivateSubnet1
PrivateSubnet2:
Description: A reference to the private subnet in the 2nd Availability Zone
Value: !Ref PrivateSubnet2
LoadBalancerSecurityGroup:
Description: A reference to the security group for load balancers
Value: !Ref LoadBalancerSecurityGroup
EC2HostSecurityGroup:
Description: A reference to the security group for EC2 hosts
Value: !Ref EC2HostSecurityGroup
LoadBalancerUrl:
Description: The URL of the ALB
Value: !GetAtt LoadBalancer.DNSName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment