Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.217.14
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
python2.7 /
site-packages /
awscli /
examples /
elb /
Delete
Unzip
Name
Size
Permission
Date
Action
add-tags.rst
231
B
-rw-r--r--
2017-04-04 16:39
apply-security-groups-to-load-balancer.rst
356
B
-rw-r--r--
2017-04-04 16:39
attach-load-balancer-to-subnets.rst
371
B
-rw-r--r--
2017-04-04 16:39
configure-health-check.rst
568
B
-rw-r--r--
2017-04-04 16:39
create-app-cookie-stickiness-policy.rst
349
B
-rw-r--r--
2017-04-04 16:39
create-lb-cookie-stickiness-policy.rst
370
B
-rw-r--r--
2017-04-04 16:39
create-load-balancer-listeners.rst
649
B
-rw-r--r--
2017-04-04 16:39
create-load-balancer-policy.rst
2.61
KB
-rw-r--r--
2017-04-04 16:39
create-load-balancer.rst
2.32
KB
-rw-r--r--
2017-04-04 16:39
delete-load-balancer-listeners.rst
261
B
-rw-r--r--
2017-04-04 16:39
delete-load-balancer-policy.rst
305
B
-rw-r--r--
2017-04-04 16:39
delete-load-balancer.rst
166
B
-rw-r--r--
2017-04-04 16:39
deregister-instances-from-load-balancer.rst
460
B
-rw-r--r--
2017-04-04 16:39
describe-instance-health.rst
1.53
KB
-rw-r--r--
2017-04-04 16:39
describe-load-balancer-attributes.rst
581
B
-rw-r--r--
2017-04-04 16:39
describe-load-balancer-policies.rst
1.86
KB
-rw-r--r--
2017-04-04 16:39
describe-load-balancer-policy-types.rst
3.37
KB
-rw-r--r--
2017-04-04 16:39
describe-load-balancers.rst
3.02
KB
-rw-r--r--
2017-04-04 16:39
describe-tags.rst
611
B
-rw-r--r--
2017-04-04 16:39
detach-load-balancer-from-subnets.rst
320
B
-rw-r--r--
2017-04-04 16:39
disable-availability-zones-for-load-balancer.rst
405
B
-rw-r--r--
2017-04-04 16:39
enable-availability-zones-for-load-balancer.rst
390
B
-rw-r--r--
2017-04-04 16:39
modify-load-balancer-attributes.rst
990
B
-rw-r--r--
2017-04-04 16:39
register-instances-with-load-balancer.rst
497
B
-rw-r--r--
2017-04-04 16:39
remove-tags.rst
189
B
-rw-r--r--
2017-04-04 16:39
set-load-balancer-listener-ssl-certificate.rst
365
B
-rw-r--r--
2017-04-04 16:39
set-load-balancer-policies-for-backend-server.rst
737
B
-rw-r--r--
2017-04-04 16:39
set-load-balancer-policies-of-listener.rst
729
B
-rw-r--r--
2017-04-04 16:39
Save
Rename
**To describe all policies associated with a load balancer** This example describes all of the policies associated with the specified load balancer. Command:: aws elb describe-load-balancer-policies --load-balancer-name my-load-balancer Output:: { "PolicyDescriptions": [ { "PolicyAttributeDescriptions": [ { "AttributeName": "ProxyProtocol", "AttributeValue": "true" } ], "PolicyName": "my-ProxyProtocol-policy", "PolicyTypeName": "ProxyProtocolPolicyType" }, { "PolicyAttributeDescriptions": [ { "AttributeName": "CookieName", "AttributeValue": "my-app-cookie" } ], "PolicyName": "my-app-cookie-policy", "PolicyTypeName": "AppCookieStickinessPolicyType" }, { "PolicyAttributeDescriptions": [ { "AttributeName": "CookieExpirationPeriod", "AttributeValue": "60" } ], "PolicyName": "my-duration-cookie-policy", "PolicyTypeName": "LBCookieStickinessPolicyType" }, . . . ] } **To describe a specific policy associated with a load balancer** This example describes the specified policy associated with the specified load balancer. Command:: aws elb describe-load-balancer-policies --load-balancer-name my-load-balancer --policy-name my-authentication-policy Output:: { "PolicyDescriptions": [ { "PolicyAttributeDescriptions": [ { "AttributeName": "PublicKeyPolicyName", "AttributeValue": "my-PublicKey-policy" } ], "PolicyName": "my-authentication-policy", "PolicyTypeName": "BackendServerAuthenticationPolicyType" } ] }