Guest User

Untitled

a guest
Mar 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. Outputs:
  2. VPC:
  3. Description: A reference to the created VPC
  4. Value: !Ref VPC
  5.  
  6. PublicSubnet1:
  7. Description: A reference to the public subnet in the 1st Availability Zone
  8. Value: !Ref PublicSubnet1
  9.  
  10. PublicSubnet2:
  11. Description: A reference to the public subnet in the 2nd Availability Zone
  12. Value: !Ref PublicSubnet2
  13.  
  14. PrivateSubnet1:
  15. Description: A reference to the private subnet in the 1st Availability Zone
  16. Value: !Ref PrivateSubnet1
  17.  
  18. PrivateSubnet2:
  19. Description: A reference to the private subnet in the 2nd Availability Zone
  20. Value: !Ref PrivateSubnet2
  21.  
  22. LoadBalancerSecurityGroup:
  23. Description: A reference to the security group for load balancers
  24. Value: !Ref LoadBalancerSecurityGroup
  25.  
  26. EC2HostSecurityGroup:
  27. Description: A reference to the security group for EC2 hosts
  28. Value: !Ref EC2HostSecurityGroup
  29.  
  30. LoadBalancerUrl:
  31. Description: The URL of the ALB
  32. Value: !GetAtt LoadBalancer.DNSName
Add Comment
Please, Sign In to add comment