Created
March 9, 2018 05:54
-
-
Save antklim/90a582c62e33bd259910e33da306a9ca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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