forked from aws-samples/ecs-demo-php-simple-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
imple-app-task-def.json
215 lines (112 loc) · 3.56 KB
/
imple-app-task-def.json
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
AWS() AWS()
NNAAMMEE
aws -
DDEESSCCRRIIPPTTIIOONN
The AWS Command Line Interface is a unified tool to manage your AWS
services.
SSYYNNOOPPSSIISS
aws [options] <command> <subcommand> [parameters]
Use _a_w_s _c_o_m_m_a_n_d _h_e_l_p for information on a specific command. Use _a_w_s
_h_e_l_p _t_o_p_i_c_s to view a list of available help topics.
OOPPTTIIOONNSS
----ddeebbuugg (boolean)
Turn on debug logging.
----eennddppooiinntt--uurrll (string)
Override command's default URL with the given URL.
----nnoo--vveerriiffyy--ssssll (boolean)
By default, the AWS CLI uses SSL when communicating with AWS services.
For each SSL connection, the AWS CLI will verify SSL certificates. This
option overrides the default behavior of verifying SSL certificates.
----nnoo--ppaaggiinnaattee (boolean)
Disable automatic pagination.
----oouuttppuutt (string)
The formatting style for command output.
+o json
+o text
+o table
----qquueerryy (string)
A JMESPath query to use in filtering the response data.
----pprrooffiillee (string)
Use a specific profile from your credential file.
----rreeggiioonn (string)
The region to use. Overrides config/env settings.
----vveerrssiioonn (string)
Display the version of this tool.
----ccoolloorr (string)
Turn on/off color output.
+o on
+o off
+o auto
----nnoo--ssiiggnn--rreeqquueesstt (boolean)
Do not sign requests. Credentials will not be loaded if this argument
is provided.
----ccaa--bbuunnddllee (string)
The CA certificate bundle to use when verifying SSL certificates. Over-
rides config/env settings.
AAVVAAIILLAABBLLEE SSEERRVVIICCEESS
+o apigateway
+o autoscaling
+o cloudformation
+o cloudfront
+o cloudhsm
+o cloudsearch
+o cloudsearchdomain
+o cloudtrail
+o cloudwatch
+o codecommit
+o codepipeline
+o cognito-identity
+o cognito-sync
+o configservice
+o configure
+o datapipeline
+o deploy
+o devicefarm
+o directconnect
+o ds
+o dynamodb
+o dynamodbstreams
+o ec2
+o ecs
+o efs
+o elasticache
+o elasticbeanstalk
+o elastictranscoder
+o elb
+o emr
+o es
+o firehose
+o glacier
+o help
+o iam
+o importexport
+o inspector
+o iot
+o iot-data
+o kinesis
+o kms
+o lambda
+o logs
+o machinelearning
+o marketplacecommerceanalytics
+o opsworks
+o rds
+o redshift
+o route53
+o route53domains
+o s3
+o s3api
+o sdb
+o ses
+o sns
+o sqs
+o ssm
+o storagegateway
+o sts
+o support
+o swf
+o waf
+o workspaces
SSEEEE AALLSSOO
+o aws help topics
AWS()