forked from apache/cloudstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaws-ec2-timeouts.pot
More file actions
80 lines (68 loc) · 2.41 KB
/
aws-ec2-timeouts.pot
File metadata and controls
80 lines (68 loc) · 2.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
#Licensed to the Apache Software Foundation (ASF) under one
#or more contributor license agreements. See the NOTICE file
#distributed with this work for additional information
#regarding copyright ownership. The ASF licenses this file
#to you under the Apache License, Version 2.0 (the
#"License"); you may not use this file except in compliance
#with the License. You may obtain a copy of the License at
#http://www.apache.org/licenses/LICENSE-2.0
#Unless required by applicable law or agreed to in writing,
#software distributed under the License is distributed on an
#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
#KIND, either express or implied. See the License for the
#specific language governing permissions and limitations
#under the License.
msgid ""
msgstr ""
"Project-Id-Version: 0\n"
"POT-Creation-Date: 2013-02-02T20:11:57\n"
"PO-Revision-Date: 2013-02-02T20:11:57\n"
"Last-Translator: Automatically generated\n"
"Language-Team: None\n"
"MIME-Version: 1.0\n"
"Content-Type: application/x-publican; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Tag: title
#, no-c-format
msgid "Using Timeouts to Ensure AWS API Command Completion"
msgstr ""
#. Tag: para
#, no-c-format
msgid "The Amazon EC2 command-line tools have a default connection timeout. When used with &PRODUCT;, a longer timeout might be needed for some commands. If you find that commands are not completing due to timeouts, you can specify a custom timeouts. You can add the following optional command-line parameters to any &PRODUCT;-supported EC2 command:"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "--connection-timeout <replaceable>TIMEOUT</replaceable>"
msgstr ""
#. Tag: entry
#, no-c-format
msgid "Specifies a connection timeout (in seconds). Example:"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "--connection-timeout 30"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "--request-timeout <replaceable>TIMEOUT</replaceable>"
msgstr ""
#. Tag: entry
#, no-c-format
msgid "Specifies a request timeout (in seconds). Example:"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "--request-timeout 45"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Example:"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "ec2-run-instances 2 –z us-test1 –n 1-3 --connection-timeout 120 --request-timeout 120"
msgstr ""
#. Tag: para
#, no-c-format
msgid "The timeouts optional arguments are not specific to &PRODUCT;."
msgstr ""