output "policy_lb" {
  description = "Exports LB interaction policy"
  value       = aws_iam_policy.lb.name
}

output "role_ec2" {
  description = "Exports ec2 role object"
  value       = aws_iam_role.ec2
}

output "profile_ec2" {
  description = "Exports EC2 instance profile object."
  value       = aws_iam_instance_profile.ec2
}

