awscli 1.37.3__py3-none-any.whl → 1.37.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of awscli might be problematic. Click here for more details.
- awscli/__init__.py +1 -1
- awscli/examples/cloudfront/create-distribution-with-tags.rst +9 -13
- awscli/examples/cloudfront/get-distribution.rst +6 -10
- awscli/examples/cloudtrail/put-event-selectors.rst +2 -2
- awscli/examples/deploy/batch-get-deployments.rst +2 -2
- awscli/examples/deploy/create-deployment.rst +1 -1
- awscli/examples/deploy/get-application-revision.rst +2 -2
- awscli/examples/deploy/get-deployment.rst +1 -1
- awscli/examples/deploy/list-application-revisions.rst +3 -3
- awscli/examples/deploy/push.rst +2 -2
- awscli/examples/deploy/register-application-revision.rst +1 -1
- awscli/examples/ec2/accept-address-transfer.rst +1 -1
- awscli/examples/ec2/allocate-hosts.rst +55 -55
- awscli/examples/ec2/associate-address.rst +44 -35
- awscli/examples/ec2/authorize-security-group-egress.rst +56 -23
- awscli/examples/ec2/authorize-security-group-ingress.rst +15 -15
- awscli/examples/ec2/cancel-capacity-reservation.rst +14 -14
- awscli/examples/ec2/cancel-spot-fleet-requests.rst +43 -46
- awscli/examples/ec2/copy-snapshot.rst +2 -4
- awscli/examples/ec2/create-capacity-reservation.rst +95 -95
- awscli/examples/ec2/create-replace-root-volume-task.rst +1 -3
- awscli/examples/ec2/create-restore-image-task.rst +2 -2
- awscli/examples/ec2/create-spot-datafeed-subscription.rst +1 -1
- awscli/examples/ec2/create-tags.rst +43 -43
- awscli/examples/ec2/create-traffic-mirror-filter-rule.rst +32 -32
- awscli/examples/ec2/create-traffic-mirror-filter.rst +22 -12
- awscli/examples/ec2/create-traffic-mirror-session.rst +31 -31
- awscli/examples/ec2/create-traffic-mirror-target.rst +45 -35
- awscli/examples/ec2/create-transit-gateway-prefix-list-reference.rst +27 -27
- awscli/examples/ec2/create-verified-access-endpoint.rst +1 -1
- awscli/examples/ec2/create-vpc-endpoint-service-configuration.rst +67 -65
- awscli/examples/ec2/create-vpc-endpoint.rst +4 -4
- awscli/examples/ec2/describe-vpc-endpoint-service-configurations.rst +62 -62
- awscli/examples/ec2/describe-vpc-endpoint-services.rst +132 -134
- awscli/examples/ec2/describe-vpc-endpoints.rst +89 -89
- awscli/examples/eks/describe-cluster.rst +1 -1
- awscli/examples/emr/create-cluster-examples.rst +4 -4
- awscli/examples/emr/schedule-hbase-backup.rst +23 -23
- awscli/examples/importexport/create-job.rst +2 -2
- awscli/examples/importexport/get-shipping-label.rst +1 -1
- awscli/examples/importexport/get-status.rst +1 -1
- awscli/examples/rds/download-db-log-file-portion.rst +7 -3
- awscli/examples/resourcegroupstaggingapi/untag-resources.rst +1 -1
- awscli/examples/s3/cp.rst +7 -7
- awscli/examples/s3/ls.rst +2 -2
- awscli/examples/s3/mv.rst +5 -5
- awscli/examples/s3/sync.rst +5 -5
- awscli/examples/securitylake/create-subscriber.rst +83 -0
- {awscli-1.37.3.dist-info → awscli-1.37.4.dist-info}/METADATA +2 -2
- {awscli-1.37.3.dist-info → awscli-1.37.4.dist-info}/RECORD +62 -63
- awscli/examples/securitylake/create-subscriber-data-access.rst +0 -41
- awscli/examples/securitylake/create-subscriber-query-access.rst +0 -41
- /awscli/examples/securitylake/{create-aws-logsource.rst → create-aws-log-source.rst} +0 -0
- /awscli/examples/securitylake/{create-custom-logsource.rst → create-custom-log-source.rst} +0 -0
- /awscli/examples/securitylake/{delete-aws-logsource.rst → delete-aws-log-source.rst} +0 -0
- /awscli/examples/securitylake/{delete-custom-logsource.rst → delete-custom-log-source.rst} +0 -0
- {awscli-1.37.3.data → awscli-1.37.4.data}/scripts/aws +0 -0
- {awscli-1.37.3.data → awscli-1.37.4.data}/scripts/aws.cmd +0 -0
- {awscli-1.37.3.data → awscli-1.37.4.data}/scripts/aws_bash_completer +0 -0
- {awscli-1.37.3.data → awscli-1.37.4.data}/scripts/aws_completer +0 -0
- {awscli-1.37.3.data → awscli-1.37.4.data}/scripts/aws_zsh_completer.sh +0 -0
- {awscli-1.37.3.dist-info → awscli-1.37.4.dist-info}/LICENSE.txt +0 -0
- {awscli-1.37.3.dist-info → awscli-1.37.4.dist-info}/WHEEL +0 -0
- {awscli-1.37.3.dist-info → awscli-1.37.4.dist-info}/top_level.txt +0 -0
|
@@ -1,134 +1,132 @@
|
|
|
1
|
-
**Example 1: To describe all VPC endpoint services**
|
|
2
|
-
|
|
3
|
-
The following
|
|
4
|
-
|
|
5
|
-
aws ec2 describe-vpc-endpoint-services
|
|
6
|
-
|
|
7
|
-
Output::
|
|
8
|
-
|
|
9
|
-
{
|
|
10
|
-
"ServiceDetails": [
|
|
11
|
-
{
|
|
12
|
-
"ServiceType": [
|
|
13
|
-
{
|
|
14
|
-
"ServiceType": "Gateway"
|
|
15
|
-
}
|
|
16
|
-
],
|
|
17
|
-
"AcceptanceRequired": false,
|
|
18
|
-
"ServiceName": "com.amazonaws.us-east-1.dynamodb",
|
|
19
|
-
"VpcEndpointPolicySupported": true,
|
|
20
|
-
"Owner": "amazon",
|
|
21
|
-
"AvailabilityZones": [
|
|
22
|
-
"us-east-1a",
|
|
23
|
-
"us-east-1b",
|
|
24
|
-
"us-east-1c",
|
|
25
|
-
"us-east-1d",
|
|
26
|
-
"us-east-1e",
|
|
27
|
-
"us-east-1f"
|
|
28
|
-
],
|
|
29
|
-
"BaseEndpointDnsNames": [
|
|
30
|
-
"dynamodb.us-east-1.amazonaws.com"
|
|
31
|
-
]
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"ServiceType": [
|
|
35
|
-
{
|
|
36
|
-
"ServiceType": "Interface"
|
|
37
|
-
}
|
|
38
|
-
],
|
|
39
|
-
"PrivateDnsName": "ec2.us-east-1.amazonaws.com",
|
|
40
|
-
"ServiceName": "com.amazonaws.us-east-1.ec2",
|
|
41
|
-
"VpcEndpointPolicySupported": false,
|
|
42
|
-
"Owner": "amazon",
|
|
43
|
-
"AvailabilityZones": [
|
|
44
|
-
"us-east-1a",
|
|
45
|
-
"us-east-1b",
|
|
46
|
-
"us-east-1c",
|
|
47
|
-
"us-east-1d",
|
|
48
|
-
"us-east-1e",
|
|
49
|
-
"us-east-1f"
|
|
50
|
-
],
|
|
51
|
-
"AcceptanceRequired": false,
|
|
52
|
-
"BaseEndpointDnsNames": [
|
|
53
|
-
"ec2.us-east-1.vpce.amazonaws.com"
|
|
54
|
-
]
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"ServiceType": [
|
|
58
|
-
{
|
|
59
|
-
"ServiceType": "Interface"
|
|
60
|
-
}
|
|
61
|
-
],
|
|
62
|
-
"PrivateDnsName": "ssm.us-east-1.amazonaws.com",
|
|
63
|
-
"ServiceName": "com.amazonaws.us-east-1.ssm",
|
|
64
|
-
"VpcEndpointPolicySupported": true,
|
|
65
|
-
"Owner": "amazon",
|
|
66
|
-
"AvailabilityZones": [
|
|
67
|
-
"us-east-1a",
|
|
68
|
-
"us-east-1b",
|
|
69
|
-
"us-east-1c",
|
|
70
|
-
"us-east-1d",
|
|
71
|
-
"us-east-1e"
|
|
72
|
-
],
|
|
73
|
-
"AcceptanceRequired": false,
|
|
74
|
-
"BaseEndpointDnsNames": [
|
|
75
|
-
"ssm.us-east-1.vpce.amazonaws.com"
|
|
76
|
-
]
|
|
77
|
-
}
|
|
78
|
-
],
|
|
79
|
-
"ServiceNames": [
|
|
80
|
-
"com.amazonaws.us-east-1.dynamodb",
|
|
81
|
-
"com.amazonaws.us-east-1.ec2",
|
|
82
|
-
"com.amazonaws.us-east-1.ec2messages",
|
|
83
|
-
"com.amazonaws.us-east-1.elasticloadbalancing",
|
|
84
|
-
"com.amazonaws.us-east-1.kinesis-streams",
|
|
85
|
-
"com.amazonaws.us-east-1.s3",
|
|
86
|
-
"com.amazonaws.us-east-1.ssm"
|
|
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
|
-
"us-east-
|
|
113
|
-
"us-east-
|
|
114
|
-
"us-east-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
"
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
For more information, see `View available AWS service names <https://docs.aws.amazon.com/vpc/latest/privatelink/vpce-interface.html#vpce-view-services>`__ in the *User Guide for AWSPrivateLink*.
|
|
1
|
+
**Example 1: To describe all VPC endpoint services**
|
|
2
|
+
|
|
3
|
+
The following ``describe-vpc-endpoint-services`` example lists all VPC endpoint services for an AWS Region. ::
|
|
4
|
+
|
|
5
|
+
aws ec2 describe-vpc-endpoint-services
|
|
6
|
+
|
|
7
|
+
Output::
|
|
8
|
+
|
|
9
|
+
{
|
|
10
|
+
"ServiceDetails": [
|
|
11
|
+
{
|
|
12
|
+
"ServiceType": [
|
|
13
|
+
{
|
|
14
|
+
"ServiceType": "Gateway"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"AcceptanceRequired": false,
|
|
18
|
+
"ServiceName": "com.amazonaws.us-east-1.dynamodb",
|
|
19
|
+
"VpcEndpointPolicySupported": true,
|
|
20
|
+
"Owner": "amazon",
|
|
21
|
+
"AvailabilityZones": [
|
|
22
|
+
"us-east-1a",
|
|
23
|
+
"us-east-1b",
|
|
24
|
+
"us-east-1c",
|
|
25
|
+
"us-east-1d",
|
|
26
|
+
"us-east-1e",
|
|
27
|
+
"us-east-1f"
|
|
28
|
+
],
|
|
29
|
+
"BaseEndpointDnsNames": [
|
|
30
|
+
"dynamodb.us-east-1.amazonaws.com"
|
|
31
|
+
]
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"ServiceType": [
|
|
35
|
+
{
|
|
36
|
+
"ServiceType": "Interface"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"PrivateDnsName": "ec2.us-east-1.amazonaws.com",
|
|
40
|
+
"ServiceName": "com.amazonaws.us-east-1.ec2",
|
|
41
|
+
"VpcEndpointPolicySupported": false,
|
|
42
|
+
"Owner": "amazon",
|
|
43
|
+
"AvailabilityZones": [
|
|
44
|
+
"us-east-1a",
|
|
45
|
+
"us-east-1b",
|
|
46
|
+
"us-east-1c",
|
|
47
|
+
"us-east-1d",
|
|
48
|
+
"us-east-1e",
|
|
49
|
+
"us-east-1f"
|
|
50
|
+
],
|
|
51
|
+
"AcceptanceRequired": false,
|
|
52
|
+
"BaseEndpointDnsNames": [
|
|
53
|
+
"ec2.us-east-1.vpce.amazonaws.com"
|
|
54
|
+
]
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"ServiceType": [
|
|
58
|
+
{
|
|
59
|
+
"ServiceType": "Interface"
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"PrivateDnsName": "ssm.us-east-1.amazonaws.com",
|
|
63
|
+
"ServiceName": "com.amazonaws.us-east-1.ssm",
|
|
64
|
+
"VpcEndpointPolicySupported": true,
|
|
65
|
+
"Owner": "amazon",
|
|
66
|
+
"AvailabilityZones": [
|
|
67
|
+
"us-east-1a",
|
|
68
|
+
"us-east-1b",
|
|
69
|
+
"us-east-1c",
|
|
70
|
+
"us-east-1d",
|
|
71
|
+
"us-east-1e"
|
|
72
|
+
],
|
|
73
|
+
"AcceptanceRequired": false,
|
|
74
|
+
"BaseEndpointDnsNames": [
|
|
75
|
+
"ssm.us-east-1.vpce.amazonaws.com"
|
|
76
|
+
]
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"ServiceNames": [
|
|
80
|
+
"com.amazonaws.us-east-1.dynamodb",
|
|
81
|
+
"com.amazonaws.us-east-1.ec2",
|
|
82
|
+
"com.amazonaws.us-east-1.ec2messages",
|
|
83
|
+
"com.amazonaws.us-east-1.elasticloadbalancing",
|
|
84
|
+
"com.amazonaws.us-east-1.kinesis-streams",
|
|
85
|
+
"com.amazonaws.us-east-1.s3",
|
|
86
|
+
"com.amazonaws.us-east-1.ssm"
|
|
87
|
+
]
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
**Example 2: To describe the details about an endpoint service**
|
|
91
|
+
|
|
92
|
+
The following ``describe-vpc-endpoint-services`` example lists the details of the Amazon S3 interface endpoint service. ::
|
|
93
|
+
|
|
94
|
+
aws ec2 describe-vpc-endpoint-services \
|
|
95
|
+
--filter 'Name=service-type,Values=Interface' Name=service-name,Values=com.amazonaws.us-east-1.s3
|
|
96
|
+
|
|
97
|
+
Output::
|
|
98
|
+
|
|
99
|
+
{
|
|
100
|
+
"ServiceDetails": [
|
|
101
|
+
{
|
|
102
|
+
"ServiceName": "com.amazonaws.us-east-1.s3",
|
|
103
|
+
"ServiceId": "vpce-svc-081d84efcdEXAMPLE",
|
|
104
|
+
"ServiceType": [
|
|
105
|
+
{
|
|
106
|
+
"ServiceType": "Interface"
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"AvailabilityZones": [
|
|
110
|
+
"us-east-1a",
|
|
111
|
+
"us-east-1b",
|
|
112
|
+
"us-east-1c",
|
|
113
|
+
"us-east-1d",
|
|
114
|
+
"us-east-1e",
|
|
115
|
+
"us-east-1f"
|
|
116
|
+
],
|
|
117
|
+
"Owner": "amazon",
|
|
118
|
+
"BaseEndpointDnsNames": [
|
|
119
|
+
"s3.us-east-1.vpce.amazonaws.com"
|
|
120
|
+
],
|
|
121
|
+
"VpcEndpointPolicySupported": true,
|
|
122
|
+
"AcceptanceRequired": false,
|
|
123
|
+
"ManagesVpcEndpoints": false,
|
|
124
|
+
"Tags": []
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"ServiceNames": [
|
|
128
|
+
"com.amazonaws.us-east-1.s3"
|
|
129
|
+
]
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
For more information, see `View available AWS service names <https://docs.aws.amazon.com/vpc/latest/privatelink/aws-services-privatelink-support.html#vpce-view-available-services>`__ in the *AWS PrivateLink User Guide*.
|
|
@@ -1,89 +1,89 @@
|
|
|
1
|
-
**To describe your VPC endpoints**
|
|
2
|
-
|
|
3
|
-
The following ``describe-vpc-endpoints`` example displays details for all of your VPC endpoints. ::
|
|
4
|
-
|
|
5
|
-
aws ec2 describe-vpc-endpoints
|
|
6
|
-
|
|
7
|
-
Output::
|
|
8
|
-
|
|
9
|
-
{
|
|
10
|
-
"VpcEndpoints": [
|
|
11
|
-
{
|
|
12
|
-
"PolicyDocument": "{\"Version\":\"2008-10-17\",\"Statement\":[{\"Effect\":\"Allow\",\"Principal\":\"*\",\"Action\":\"*\",\"Resource\":\"*\"}]}",
|
|
13
|
-
"VpcId": "vpc-aabb1122",
|
|
14
|
-
"NetworkInterfaceIds": [],
|
|
15
|
-
"SubnetIds": [],
|
|
16
|
-
"PrivateDnsEnabled": true,
|
|
17
|
-
"State": "available",
|
|
18
|
-
"ServiceName": "com.amazonaws.us-east-1.dynamodb",
|
|
19
|
-
"RouteTableIds": [
|
|
20
|
-
"rtb-3d560345"
|
|
21
|
-
],
|
|
22
|
-
"Groups": [],
|
|
23
|
-
"VpcEndpointId": "vpce-032a826a",
|
|
24
|
-
"VpcEndpointType": "Gateway",
|
|
25
|
-
"CreationTimestamp": "2017-09-05T20:41:28Z",
|
|
26
|
-
"DnsEntries": [],
|
|
27
|
-
"OwnerId": "123456789012"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"PolicyDocument": "{\n \"Statement\": [\n {\n \"Action\": \"*\", \n \"Effect\": \"Allow\", \n \"Principal\": \"*\", \n \"Resource\": \"*\"\n }\n ]\n}",
|
|
31
|
-
"VpcId": "vpc-1a2b3c4d",
|
|
32
|
-
"NetworkInterfaceIds": [
|
|
33
|
-
"eni-2ec2b084",
|
|
34
|
-
"eni-1b4a65cf"
|
|
35
|
-
],
|
|
36
|
-
"SubnetIds": [
|
|
37
|
-
"subnet-d6fcaa8d",
|
|
38
|
-
"subnet-7b16de0c"
|
|
39
|
-
],
|
|
40
|
-
"PrivateDnsEnabled": false,
|
|
41
|
-
"State": "available",
|
|
42
|
-
"ServiceName": "com.amazonaws.us-east-1.elasticloadbalancing",
|
|
43
|
-
"RouteTableIds": [],
|
|
44
|
-
"Groups": [
|
|
45
|
-
{
|
|
46
|
-
"GroupName": "default",
|
|
47
|
-
"GroupId": "sg-54e8bf31"
|
|
48
|
-
}
|
|
49
|
-
],
|
|
50
|
-
"VpcEndpointId": "vpce-0f89a33420c1931d7",
|
|
51
|
-
"VpcEndpointType": "Interface",
|
|
52
|
-
"CreationTimestamp": "2017-09-05T17:55:27.583Z",
|
|
53
|
-
"DnsEntries": [
|
|
54
|
-
{
|
|
55
|
-
"HostedZoneId": "Z7HUB22UULQXV",
|
|
56
|
-
"DnsName": "vpce-0f89a33420c1931d7-bluzidnv.elasticloadbalancing.us-east-1.vpce.amazonaws.com"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"HostedZoneId": "Z7HUB22UULQXV",
|
|
60
|
-
"DnsName": "vpce-0f89a33420c1931d7-bluzidnv-us-east-1b.elasticloadbalancing.us-east-1.vpce.amazonaws.com"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"HostedZoneId": "Z7HUB22UULQXV",
|
|
64
|
-
"DnsName": "vpce-0f89a33420c1931d7-bluzidnv-us-east-1a.elasticloadbalancing.us-east-1.vpce.amazonaws.com"
|
|
65
|
-
}
|
|
66
|
-
],
|
|
67
|
-
"OwnerId": "123456789012"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"VpcEndpointId": "vpce-aabbaabbaabbaabba",
|
|
71
|
-
"VpcEndpointType": "GatewayLoadBalancer",
|
|
72
|
-
"VpcId": "vpc-111122223333aabbc",
|
|
73
|
-
"ServiceName": "com.amazonaws.vpce.us-east-1.vpce-svc-123123a1c43abc123",
|
|
74
|
-
"State": "available",
|
|
75
|
-
"SubnetIds": [
|
|
76
|
-
"subnet-0011aabbcc2233445"
|
|
77
|
-
],
|
|
78
|
-
"RequesterManaged": false,
|
|
79
|
-
"NetworkInterfaceIds": [
|
|
80
|
-
"eni-01010120203030405"
|
|
81
|
-
],
|
|
82
|
-
"CreationTimestamp": "2020-11-11T08:06:03.522Z",
|
|
83
|
-
"Tags": [],
|
|
84
|
-
"OwnerId": "123456789012"
|
|
85
|
-
}
|
|
86
|
-
]
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
For more information, see `
|
|
1
|
+
**To describe your VPC endpoints**
|
|
2
|
+
|
|
3
|
+
The following ``describe-vpc-endpoints`` example displays details for all of your VPC endpoints. ::
|
|
4
|
+
|
|
5
|
+
aws ec2 describe-vpc-endpoints
|
|
6
|
+
|
|
7
|
+
Output::
|
|
8
|
+
|
|
9
|
+
{
|
|
10
|
+
"VpcEndpoints": [
|
|
11
|
+
{
|
|
12
|
+
"PolicyDocument": "{\"Version\":\"2008-10-17\",\"Statement\":[{\"Effect\":\"Allow\",\"Principal\":\"*\",\"Action\":\"*\",\"Resource\":\"*\"}]}",
|
|
13
|
+
"VpcId": "vpc-aabb1122",
|
|
14
|
+
"NetworkInterfaceIds": [],
|
|
15
|
+
"SubnetIds": [],
|
|
16
|
+
"PrivateDnsEnabled": true,
|
|
17
|
+
"State": "available",
|
|
18
|
+
"ServiceName": "com.amazonaws.us-east-1.dynamodb",
|
|
19
|
+
"RouteTableIds": [
|
|
20
|
+
"rtb-3d560345"
|
|
21
|
+
],
|
|
22
|
+
"Groups": [],
|
|
23
|
+
"VpcEndpointId": "vpce-032a826a",
|
|
24
|
+
"VpcEndpointType": "Gateway",
|
|
25
|
+
"CreationTimestamp": "2017-09-05T20:41:28Z",
|
|
26
|
+
"DnsEntries": [],
|
|
27
|
+
"OwnerId": "123456789012"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"PolicyDocument": "{\n \"Statement\": [\n {\n \"Action\": \"*\", \n \"Effect\": \"Allow\", \n \"Principal\": \"*\", \n \"Resource\": \"*\"\n }\n ]\n}",
|
|
31
|
+
"VpcId": "vpc-1a2b3c4d",
|
|
32
|
+
"NetworkInterfaceIds": [
|
|
33
|
+
"eni-2ec2b084",
|
|
34
|
+
"eni-1b4a65cf"
|
|
35
|
+
],
|
|
36
|
+
"SubnetIds": [
|
|
37
|
+
"subnet-d6fcaa8d",
|
|
38
|
+
"subnet-7b16de0c"
|
|
39
|
+
],
|
|
40
|
+
"PrivateDnsEnabled": false,
|
|
41
|
+
"State": "available",
|
|
42
|
+
"ServiceName": "com.amazonaws.us-east-1.elasticloadbalancing",
|
|
43
|
+
"RouteTableIds": [],
|
|
44
|
+
"Groups": [
|
|
45
|
+
{
|
|
46
|
+
"GroupName": "default",
|
|
47
|
+
"GroupId": "sg-54e8bf31"
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"VpcEndpointId": "vpce-0f89a33420c1931d7",
|
|
51
|
+
"VpcEndpointType": "Interface",
|
|
52
|
+
"CreationTimestamp": "2017-09-05T17:55:27.583Z",
|
|
53
|
+
"DnsEntries": [
|
|
54
|
+
{
|
|
55
|
+
"HostedZoneId": "Z7HUB22UULQXV",
|
|
56
|
+
"DnsName": "vpce-0f89a33420c1931d7-bluzidnv.elasticloadbalancing.us-east-1.vpce.amazonaws.com"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"HostedZoneId": "Z7HUB22UULQXV",
|
|
60
|
+
"DnsName": "vpce-0f89a33420c1931d7-bluzidnv-us-east-1b.elasticloadbalancing.us-east-1.vpce.amazonaws.com"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"HostedZoneId": "Z7HUB22UULQXV",
|
|
64
|
+
"DnsName": "vpce-0f89a33420c1931d7-bluzidnv-us-east-1a.elasticloadbalancing.us-east-1.vpce.amazonaws.com"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"OwnerId": "123456789012"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"VpcEndpointId": "vpce-aabbaabbaabbaabba",
|
|
71
|
+
"VpcEndpointType": "GatewayLoadBalancer",
|
|
72
|
+
"VpcId": "vpc-111122223333aabbc",
|
|
73
|
+
"ServiceName": "com.amazonaws.vpce.us-east-1.vpce-svc-123123a1c43abc123",
|
|
74
|
+
"State": "available",
|
|
75
|
+
"SubnetIds": [
|
|
76
|
+
"subnet-0011aabbcc2233445"
|
|
77
|
+
],
|
|
78
|
+
"RequesterManaged": false,
|
|
79
|
+
"NetworkInterfaceIds": [
|
|
80
|
+
"eni-01010120203030405"
|
|
81
|
+
],
|
|
82
|
+
"CreationTimestamp": "2020-11-11T08:06:03.522Z",
|
|
83
|
+
"Tags": [],
|
|
84
|
+
"OwnerId": "123456789012"
|
|
85
|
+
}
|
|
86
|
+
]
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
For more information, see `Concepts <https://docs.aws.amazon.com/vpc/latest/privatelink/concepts.html>`__ in the *AWS PrivateLink User Guide*.
|
|
@@ -114,7 +114,7 @@ The following example references ``configurations.json`` as a local file. ::
|
|
|
114
114
|
The following example references ``configurations.json`` as a file in Amazon S3. ::
|
|
115
115
|
|
|
116
116
|
aws emr create-cluster \
|
|
117
|
-
--configurations https://s3.amazonaws.com/
|
|
117
|
+
--configurations https://s3.amazonaws.com/amzn-s3-demo-bucket/configurations.json \
|
|
118
118
|
--release-label emr-5.9.0 \
|
|
119
119
|
--instance-groups InstanceGroupType=MASTER,InstanceCount=1,InstanceType=m4.large InstanceGroupType=CORE,InstanceCount=2,InstanceType=m4.large \
|
|
120
120
|
--auto-terminate
|
|
@@ -223,7 +223,7 @@ The following ``create-cluster`` example uses the ``--enable-debugging`` paramet
|
|
|
223
223
|
|
|
224
224
|
aws emr create-cluster \
|
|
225
225
|
--enable-debugging \
|
|
226
|
-
--log-uri s3://
|
|
226
|
+
--log-uri s3://amzn-s3-demo-bucket/myLog \
|
|
227
227
|
--release-label emr-5.9.0 \
|
|
228
228
|
--instance-groups InstanceGroupType=MASTER,InstanceCount=1,InstanceType=m4.large InstanceGroupType=CORE,InstanceCount=2,InstanceType=m4.large \
|
|
229
229
|
--auto-terminate
|
|
@@ -357,7 +357,7 @@ The following ``create-cluster`` example adds steps by specifying a JAR file sto
|
|
|
357
357
|
Custom JAR steps require the ``Jar=`` parameter, which specifies the path and file name of the JAR. Optional parameters are ``Type``, ``Name``, ``ActionOnFailure``, ``Args``, and ``MainClass``. If main class is not specified, the JAR file should specify ``Main-Class`` in its manifest file. ::
|
|
358
358
|
|
|
359
359
|
aws emr create-cluster \
|
|
360
|
-
--steps Type=CUSTOM_JAR,Name=CustomJAR,ActionOnFailure=CONTINUE,Jar=s3://
|
|
360
|
+
--steps Type=CUSTOM_JAR,Name=CustomJAR,ActionOnFailure=CONTINUE,Jar=s3://amzn-s3-demo-bucket/mytest.jar,Args=arg1,arg2,arg3 Type=CUSTOM_JAR,Name=CustomJAR,ActionOnFailure=CONTINUE,Jar=s3://amzn-s3-demo-bucket/mytest.jar,MainClass=mymainclass,Args=arg1,arg2,arg3 \
|
|
361
361
|
--release-label emr-5.3.1 \
|
|
362
362
|
--instance-groups InstanceGroupType=MASTER,InstanceCount=1,InstanceType=m4.large InstanceGroupType=CORE,InstanceCount=2,InstanceType=m4.large \
|
|
363
363
|
--auto-terminate
|
|
@@ -503,7 +503,7 @@ The following ``create-cluster`` example creates an Amazon EMR cluster that uses
|
|
|
503
503
|
|
|
504
504
|
aws emr create-cluster \
|
|
505
505
|
--release-label emr-5.30.0 \
|
|
506
|
-
--log-uri s3://
|
|
506
|
+
--log-uri s3://amzn-s3-demo-bucket/myLog \
|
|
507
507
|
--log-encryption-kms-key-id arn:aws:kms:us-east-1:110302272565:key/dd559181-283e-45d7-99d1-66da348c4d33 \
|
|
508
508
|
--instance-groups InstanceGroupType=MASTER,InstanceCount=1,InstanceType=m4.large InstanceGroupType=CORE,InstanceCount=2,InstanceType=m4.large
|
|
509
509
|
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
**Note: This command can only be used with HBase on AMI version 2.x and 3.x**
|
|
2
2
|
|
|
3
|
-
**1. To schedule a full HBase backup**
|
|
3
|
+
**1. To schedule a full HBase backup**
|
|
4
4
|
>>>>>>> 06ab6d6e13564b5733d75abaf3b599f93cf39a23
|
|
5
5
|
|
|
6
|
-
- Command::
|
|
7
|
-
|
|
8
|
-
aws emr schedule-hbase-backup --cluster-id j-XXXXXXYY --type full --dir
|
|
9
|
-
s3://
|
|
10
|
-
2014-04-21T05:26:10Z --consistent
|
|
11
|
-
|
|
12
|
-
- Output::
|
|
13
|
-
|
|
14
|
-
None
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
**2. To schedule an incremental HBase backup**
|
|
18
|
-
|
|
19
|
-
- Command::
|
|
20
|
-
|
|
21
|
-
aws emr schedule-hbase-backup --cluster-id j-XXXXXXYY --type incremental
|
|
22
|
-
--dir s3://
|
|
23
|
-
2014-04-21T05:26:10Z --consistent
|
|
24
|
-
|
|
25
|
-
- Output::
|
|
26
|
-
|
|
27
|
-
None
|
|
6
|
+
- Command::
|
|
7
|
+
|
|
8
|
+
aws emr schedule-hbase-backup --cluster-id j-XXXXXXYY --type full --dir
|
|
9
|
+
s3://amzn-s3-demo-bucket/backup --interval 10 --unit hours --start-time
|
|
10
|
+
2014-04-21T05:26:10Z --consistent
|
|
11
|
+
|
|
12
|
+
- Output::
|
|
13
|
+
|
|
14
|
+
None
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
**2. To schedule an incremental HBase backup**
|
|
18
|
+
|
|
19
|
+
- Command::
|
|
20
|
+
|
|
21
|
+
aws emr schedule-hbase-backup --cluster-id j-XXXXXXYY --type incremental
|
|
22
|
+
--dir s3://amzn-s3-demo-bucket/backup --interval 30 --unit minutes --start-time
|
|
23
|
+
2014-04-21T05:26:10Z --consistent
|
|
24
|
+
|
|
25
|
+
- Output::
|
|
26
|
+
|
|
27
|
+
None
|
|
28
28
|
|
|
@@ -17,7 +17,7 @@ The file ``manifest`` is a YAML formatted text file in the current directory wit
|
|
|
17
17
|
deviceId: 49382
|
|
18
18
|
eraseDevice: yes
|
|
19
19
|
notificationEmail: john.doe@example.com;jane.roe@example.com
|
|
20
|
-
bucket:
|
|
20
|
+
bucket: amzn-s3-demo-bucket
|
|
21
21
|
|
|
22
22
|
For more information on the manifest file format, see `Creating Import Manifests`_ in the *AWS Import/Export Developer Guide*.
|
|
23
23
|
|
|
@@ -38,7 +38,7 @@ You can also pass the manifest as a string in quotes::
|
|
|
38
38
|
deviceId: 49382
|
|
39
39
|
eraseDevice: yes
|
|
40
40
|
notificationEmail: john.doe@example.com;jane.roe@example.com
|
|
41
|
-
bucket:
|
|
41
|
+
bucket: amzn-s3-demo-bucket'
|
|
42
42
|
|
|
43
43
|
For information on quoting string arguments and using files, see `Specifying Parameter Values`_ in the *AWS CLI User Guide*.
|
|
44
44
|
|
|
@@ -4,7 +4,7 @@ The following command creates a pre-paid shipping label for the specified job::
|
|
|
4
4
|
|
|
5
5
|
The output for the get-shipping-label command looks like the following::
|
|
6
6
|
|
|
7
|
-
https://s3.amazonaws.com/
|
|
7
|
+
https://s3.amazonaws.com/amzn-s3-demo-bucket/shipping-label-EX1ID.pdf
|
|
8
8
|
|
|
9
9
|
The link in the output contains the pre-paid shipping label generated in a PDF. It also contains shipping instructions with a unique bar code to identify and authenticate your device. For more information about using the pre-paid shipping label and shipping your device, see `Shipping Your Storage Device`_ in the *AWS Import/Export Developer Guide*.
|
|
10
10
|
|
|
@@ -6,7 +6,7 @@ The output for the get-status command looks like the following::
|
|
|
6
6
|
|
|
7
7
|
2015-05-27T18:58:21Z manifestVersion:2.0
|
|
8
8
|
generator:Text editor
|
|
9
|
-
bucket:
|
|
9
|
+
bucket:amzn-s3-demo-bucket
|
|
10
10
|
deviceId:49382
|
|
11
11
|
eraseDevice:yes
|
|
12
12
|
notificationEmail:john.doe@example.com;jane.roe@example.com
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
**To download a DB log file**
|
|
1
|
+
**Example 1: To download the latest part of a DB log file**
|
|
2
2
|
|
|
3
3
|
The following ``download-db-log-file-portion`` example downloads only the latest part of your log file, saving it to a local file named ``tail.txt``. ::
|
|
4
4
|
|
|
@@ -7,7 +7,11 @@ The following ``download-db-log-file-portion`` example downloads only the latest
|
|
|
7
7
|
--log-file-name log.txt \
|
|
8
8
|
--output text > tail.txt
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
The saved file might contain blank lines. They appear at the end of each part of the log file while being downloaded.
|
|
11
|
+
|
|
12
|
+
**Example 2: To download an entire DB log file**
|
|
13
|
+
|
|
14
|
+
The following ``download-db-log-file-portion`` example downloads the entire log file, using the ``--starting-token 0`` parameter, and saves the output to a local file named ``full.txt``. ::
|
|
11
15
|
|
|
12
16
|
aws rds download-db-log-file-portion \
|
|
13
17
|
--db-instance-identifier test-instance \
|
|
@@ -15,4 +19,4 @@ To download the entire file, you need to include the ``--starting-token 0`` para
|
|
|
15
19
|
--starting-token 0 \
|
|
16
20
|
--output text > full.txt
|
|
17
21
|
|
|
18
|
-
The saved file might contain blank lines. They appear at the end of each part of the log file while being downloaded.
|
|
22
|
+
The saved file might contain blank lines. They appear at the end of each part of the log file while being downloaded.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
The following ``untag-resources`` example removes the specified tag keys and any associated values from the specified resource. ::
|
|
4
4
|
|
|
5
5
|
aws resourcegroupstaggingapi untag-resources \
|
|
6
|
-
--resource-arn-list arn:aws:s3:::
|
|
6
|
+
--resource-arn-list arn:aws:s3:::amzn-s3-demo-bucket \
|
|
7
7
|
--tag-keys Environment CostCenter
|
|
8
8
|
|
|
9
9
|
Output::
|