FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Changed region to us-east-1, since that is the region avail during pr… · lovejavaee/aws-cli@1cb513f · GitHub

forked from aws/aws-cli

Commit 1cb513f

Browse files
Nordlund, Eric
committed
Changed region to us-east-1, since that is the region avail during preview.
1 parent d561fd6 commit 1cb513f

9 files changed

Lines changed: 35 additions & 35 deletions

‎awscli/examples/ecs/create-cluster.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Output::
1212
"cluster": {
1313
"clusterName": "my_cluster",
1414
"status": "ACTIVE",
15-
"clusterArn": "arn:aws:ecs:us-west-2:<aws_account_id>:cluster/my_cluster"
15+
"clusterArn": "arn:aws:ecs:us-east-1:<aws_account_id>:cluster/my_cluster"
1616
}
1717
}

‎awscli/examples/ecs/describe-clusters.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Output::
1313
{
1414
"clusterName": "default",
1515
"status": "ACTIVE",
16-
"clusterArn": "arn:aws:ecs:us-west-2:<aws_account_id>:cluster/default"
16+
"clusterArn": "arn:aws:ecs:us-east-1:<aws_account_id>:cluster/default"
1717
}
1818
],
1919
"failures": []

‎awscli/examples/ecs/describe-container-instances.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Output::
4545
"doubleValue": 0.0
4646
}
4747
],
48-
"containerInstanceArn": "arn:aws:ecs:us-west-2:<aws_account_id>:container-instance/f6bbb147-5370-4ace-8c73-c7181ded911f",
48+
"containerInstanceArn": "arn:aws:ecs:us-east-1:<aws_account_id>:container-instance/f6bbb147-5370-4ace-8c73-c7181ded911f",
4949
"ec2InstanceId": "i-0f51df05"
5050
}
5151
]
52-
}
52+
}

‎awscli/examples/ecs/describe-tasks.rst‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Output::
1212
"failures": [],
1313
"tasks": [
1414
{
15-
"taskArn": "arn:aws:ecs:us-west-2:<aws_account_id>:task/0cc43cdb-3bee-4407-9c26-c0e6ea5bee84",
15+
"taskArn": "arn:aws:ecs:us-east-1:<aws_account_id>:task/0cc43cdb-3bee-4407-9c26-c0e6ea5bee84",
1616
"overrides": {
1717
"containerOverrides": [
1818
{
@@ -21,17 +21,17 @@ Output::
2121
]
2222
},
2323
"lastStatus": "PENDING",
24-
"containerInstanceArn": "arn:aws:ecs:us-west-2:<aws_account_id>:container-instance/f6bbb147-5370-4ace-8c73-c7181ded911f",
24+
"containerInstanceArn": "arn:aws:ecs:us-east-1:<aws_account_id>:container-instance/f6bbb147-5370-4ace-8c73-c7181ded911f",
2525
"desiredStatus": "RUNNING",
26-
"taskDefinitionArn": "arn:aws:ecs:us-west-2:<aws_account_id>:task-definition/sleep360:1",
26+
"taskDefinitionArn": "arn:aws:ecs:us-east-1:<aws_account_id>:task-definition/sleep360:1",
2727
"containers": [
2828
{
29-
"containerArn": "arn:aws:ecs:us-west-2:<aws_account_id>:container/291bb057-f49c-4bd7-9b50-9c891359083b",
30-
"taskArn": "arn:aws:ecs:us-west-2:<aws_account_id>:task/0cc43cdb-3bee-4407-9c26-c0e6ea5bee84",
29+
"containerArn": "arn:aws:ecs:us-east-1:<aws_account_id>:container/291bb057-f49c-4bd7-9b50-9c891359083b",
30+
"taskArn": "arn:aws:ecs:us-east-1:<aws_account_id>:task/0cc43cdb-3bee-4407-9c26-c0e6ea5bee84",
3131
"lastStatus": "PENDING",
3232
"name": "sleep"
3333
}
3434
]
3535
}
3636
]
37-
}
37+
}

‎awscli/examples/ecs/list-clusters.rst‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Output::
1010

1111
{
1212
"clusterArns": [
13-
"arn:aws:ecs:us-west-2:<aws_account_id>:cluster/test",
14-
"arn:aws:ecs:us-west-2:<aws_account_id>:cluster/default",
15-
"arn:aws:ecs:us-west-2:<aws_account_id>:cluster/My test cluster"
13+
"arn:aws:ecs:us-east-1:<aws_account_id>:cluster/test",
14+
"arn:aws:ecs:us-east-1:<aws_account_id>:cluster/default",
15+
"arn:aws:ecs:us-east-1:<aws_account_id>:cluster/My test cluster"
1616
]
1717
}

‎awscli/examples/ecs/list-container-instances.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Output::
1010

1111
{
1212
"containerInstanceArns": [
13-
"arn:aws:ecs:us-west-2:<aws_account_id>:container-instance/f6bbb147-5370-4ace-8c73-c7181ded911f",
14-
"arn:aws:ecs:us-west-2:<aws_account_id>:container-instance/ffe3d344-77e2-476c-a4d0-bf560ad50acb"
13+
"arn:aws:ecs:us-east-1:<aws_account_id>:container-instance/f6bbb147-5370-4ace-8c73-c7181ded911f",
14+
"arn:aws:ecs:us-east-1:<aws_account_id>:container-instance/ffe3d344-77e2-476c-a4d0-bf560ad50acb"
1515
]
1616
}

‎awscli/examples/ecs/list-task-definitions.rst‎

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Output::
1010

1111
{
1212
"taskDefinitionArns": [
13-
"arn:aws:ecs:us-west-2:<aws_account_id>:task-definition/sleep300:2",
14-
"arn:aws:ecs:us-west-2:<aws_account_id>:task-definition/sleep360:1",
15-
"arn:aws:ecs:us-west-2:<aws_account_id>:task-definition/wordpress:3",
16-
"arn:aws:ecs:us-west-2:<aws_account_id>:task-definition/wordpress:4",
17-
"arn:aws:ecs:us-west-2:<aws_account_id>:task-definition/wordpress:5",
18-
"arn:aws:ecs:us-west-2:<aws_account_id>:task-definition/wordpress:6"
13+
"arn:aws:ecs:us-east-1:<aws_account_id>:task-definition/sleep300:2",
14+
"arn:aws:ecs:us-east-1:<aws_account_id>:task-definition/sleep360:1",
15+
"arn:aws:ecs:us-east-1:<aws_account_id>:task-definition/wordpress:3",
16+
"arn:aws:ecs:us-east-1:<aws_account_id>:task-definition/wordpress:4",
17+
"arn:aws:ecs:us-east-1:<aws_account_id>:task-definition/wordpress:5",
18+
"arn:aws:ecs:us-east-1:<aws_account_id>:task-definition/wordpress:6"
1919
]
2020
}
2121

@@ -31,9 +31,9 @@ Output::
3131

3232
{
3333
"taskDefinitionArns": [
34-
"arn:aws:ecs:us-west-2:<aws_account_id>:task-definition/wordpress:3",
35-
"arn:aws:ecs:us-west-2:<aws_account_id>:task-definition/wordpress:4",
36-
"arn:aws:ecs:us-west-2:<aws_account_id>:task-definition/wordpress:5",
37-
"arn:aws:ecs:us-west-2:<aws_account_id>:task-definition/wordpress:6"
34+
"arn:aws:ecs:us-east-1:<aws_account_id>:task-definition/wordpress:3",
35+
"arn:aws:ecs:us-east-1:<aws_account_id>:task-definition/wordpress:4",
36+
"arn:aws:ecs:us-east-1:<aws_account_id>:task-definition/wordpress:5",
37+
"arn:aws:ecs:us-east-1:<aws_account_id>:task-definition/wordpress:6"
3838
]
39-
}
39+
}

‎awscli/examples/ecs/list-tasks.rst‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Output::
1010

1111
{
1212
"taskArns": [
13-
"arn:aws:ecs:us-west-2:<aws_account_id>:task/0cc43cdb-3bee-4407-9c26-c0e6ea5bee84",
14-
"arn:aws:ecs:us-west-2:<aws_account_id>:task/6b809ef6-c67e-4467-921f-ee261c15a0a1"
13+
"arn:aws:ecs:us-east-1:<aws_account_id>:task/0cc43cdb-3bee-4407-9c26-c0e6ea5bee84",
14+
"arn:aws:ecs:us-east-1:<aws_account_id>:task/6b809ef6-c67e-4467-921f-ee261c15a0a1"
1515
]
1616
}
1717

@@ -27,6 +27,6 @@ Output::
2727

2828
{
2929
"taskArns": [
30-
"arn:aws:ecs:us-west-2:<aws_account_id>:task/0cc43cdb-3bee-4407-9c26-c0e6ea5bee84"
30+
"arn:aws:ecs:us-east-1:<aws_account_id>:task/0cc43cdb-3bee-4407-9c26-c0e6ea5bee84"
3131
]
32-
}
32+
}

‎awscli/examples/ecs/run-task.rst‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Output::
1111
{
1212
"tasks": [
1313
{
14-
"taskArn": "arn:aws:ecs:us-west-2:<aws_account_id>:task/a9f21ea7-c9f5-44b1-b8e6-b31f50ed33c0",
14+
"taskArn": "arn:aws:ecs:us-east-1:<aws_account_id>:task/a9f21ea7-c9f5-44b1-b8e6-b31f50ed33c0",
1515
"overrides": {
1616
"containerOverrides": [
1717
{
@@ -20,13 +20,13 @@ Output::
2020
]
2121
},
2222
"lastStatus": "PENDING",
23-
"containerInstanceArn": "arn:aws:ecs:us-west-2:<aws_account_id>:container-instance/ffe3d344-77e2-476c-a4d0-bf560ad50acb",
23+
"containerInstanceArn": "arn:aws:ecs:us-east-1:<aws_account_id>:container-instance/ffe3d344-77e2-476c-a4d0-bf560ad50acb",
2424
"desiredStatus": "RUNNING",
25-
"taskDefinitionArn": "arn:aws:ecs:us-west-2:<aws_account_id>:task-definition/sleep360:1",
25+
"taskDefinitionArn": "arn:aws:ecs:us-east-1:<aws_account_id>:task-definition/sleep360:1",
2626
"containers": [
2727
{
28-
"containerArn": "arn:aws:ecs:us-west-2:<aws_account_id>:container/58591c8e-be29-4ddf-95aa-ee459d4c59fd",
29-
"taskArn": "arn:aws:ecs:us-west-2:<aws_account_id>:task/a9f21ea7-c9f5-44b1-b8e6-b31f50ed33c0",
28+
"containerArn": "arn:aws:ecs:us-east-1:<aws_account_id>:container/58591c8e-be29-4ddf-95aa-ee459d4c59fd",
29+
"taskArn": "arn:aws:ecs:us-east-1:<aws_account_id>:task/a9f21ea7-c9f5-44b1-b8e6-b31f50ed33c0",
3030
"lastStatus": "PENDING",
3131
"name": "sleep"
3232
}

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL