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 /
emr /
Delete
Unzip
Name
Size
Permission
Date
Action
add-instance-fleet.rst
521
B
-rw-r--r--
2017-04-04 16:39
add-steps.rst
4.37
KB
-rw-r--r--
2017-04-04 16:39
add-tags.rst
648
B
-rw-r--r--
2017-04-04 16:39
create-cluster-examples.rst
18.61
KB
-rw-r--r--
2017-04-04 16:39
create-cluster-synopsis.rst
815
B
-rw-r--r--
2017-04-04 16:39
create-default-roles.rst
5.55
KB
-rw-r--r--
2017-04-04 16:39
create-security-configuration.rst
2.14
KB
-rw-r--r--
2017-04-04 16:39
delete-security-configuration.rst
173
B
-rw-r--r--
2017-04-04 16:39
describe-cluster.rst
9.37
KB
-rw-r--r--
2017-04-04 16:39
describe-step.rst
1.12
KB
-rw-r--r--
2017-04-04 16:39
get.rst
258
B
-rw-r--r--
2017-04-04 16:39
list-clusters.rst
670
B
-rw-r--r--
2017-04-04 16:39
list-instance-fleets.rst
1.98
KB
-rw-r--r--
2017-04-04 16:39
list-instances.rst
3.19
KB
-rw-r--r--
2017-04-04 16:39
list-security-configurations.rst
357
B
-rw-r--r--
2017-04-04 16:39
list-steps.rst
151
B
-rw-r--r--
2017-04-04 16:39
modify-cluster-attributes.rst
196
B
-rw-r--r--
2017-04-04 16:39
modify-instance-fleet.rst
333
B
-rw-r--r--
2017-04-04 16:39
put.rst
287
B
-rw-r--r--
2017-04-04 16:39
remove-tags.rst
184
B
-rw-r--r--
2017-04-04 16:39
schedule-hbase-backup.rst
678
B
-rw-r--r--
2017-04-04 16:39
socks.rst
273
B
-rw-r--r--
2017-04-04 16:39
ssh.rst
1.43
KB
-rw-r--r--
2017-04-04 16:39
wait.rst
165
B
-rw-r--r--
2017-04-04 16:39
Save
Rename
**To get configuration details of instance fleets in a cluster** This example lists the details of instance fleets in the cluster specified. Command:: list-instance-fleets --cluster-id 'j-12ABCDEFGHI34JK' Output:: { "InstanceFleets": [ { "Status": { "Timeline": { "ReadyDateTime": 1488759094.637, "CreationDateTime": 1488758719.817 }, "State": "RUNNING", "StateChangeReason": { "Message": "" } }, "ProvisionedSpotCapacity": 6, "Name": "CORE", "InstanceFleetType": "CORE", "LaunchSpecifications": { "SpotSpecification": { "TimeoutDurationMinutes": 60, "TimeoutAction": "TERMINATE_CLUSTER" } }, "ProvisionedOnDemandCapacity": 2, "InstanceTypeSpecifications": [ { "BidPrice": "0.5", "InstanceType": "m3.xlarge", "WeightedCapacity": 2 } ], "Id": "if-1ABC2DEFGHIJ3" }, { "Status": { "Timeline": { "ReadyDateTime": 1488759058.598, "CreationDateTime": 1488758719.811 }, "State": "RUNNING", "StateChangeReason": { "Message": "" } }, "ProvisionedSpotCapacity": 0, "Name": "MASTER", "InstanceFleetType": "MASTER", "ProvisionedOnDemandCapacity": 1, "InstanceTypeSpecifications": [ { "BidPriceAsPercentageOfOnDemandPrice": 100.0, "InstanceType": "m3.xlarge", "WeightedCapacity": 1 } ], "Id": "if-2ABC4DEFGHIJ4" } ] }