Messtone LLC Manages(Security):

Messtone Devices Enables One(or more) security groups can be associated with the load balancer;if a security group isn’t provided,one will be automatically created as`#vpc:ec2.Vpc security_group1=ec2.SecurityGroup(self,”SecurityGroup1″,vpc=vpc)lb=ApplicationLoadBalancer(self,”LB”,vpc=vpc,internet_facing=True,security_group=security_group1)security_group2=EC2.SecurityGroup(self,”SecurityGroup2″,vpc=vpc) lb.add_security_group(security_group2)HTTP required.Example #listener:elbv2.ApplicationListener #asg:autoscaling.AutoScalingGroup listener.add_targets(“Messtone.Com Fleet”,priority=10,conditions=[elbv2.ListenerCondition.host_headers([“messtone.com”]),elbv2.ListenerCondition.path_patterns([“/ok”,”/path”])],port=8080,targets=[asg]) https://capital.one/3UtPvEz

Leave a comment