. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| Server IP : 52.223.31.75 / Your IP : 172.31.32.98 [ Web Server : Apache/2.4.66 () OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux ip-172-31-14-81.eu-central-1.compute.internal 4.14.281-212.502.amzn2.x86_64 #1 SMP Thu May 26 09:52:17 UTC 2022 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE Domains : 4 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /lib/python2.7/site-packages/awscli/examples/elastictranscoder/ |
Upload File : |
**To retrieve an ElasticTranscoder pipeline**
This example retrieves the specified ElasticTranscoder pipeline.
Command::
aws elastictranscoder read-pipeline --id 3333333333333-abcde3
Output::
{
"Pipeline": {
"Status": "Active",
"ContentConfig": {
"Bucket": "ets-example",
"StorageClass": "Standard",
"Permissions": [
{
"Access": [
"FullControl"
],
"Grantee": "marketing-promos@example.com",
"GranteeType": "Email"
}
]
},
"Name": "Default",
"ThumbnailConfig": {
"Bucket": "ets-example",
"StorageClass": "ReducedRedundancy",
"Permissions": [
{
"Access": [
"FullControl"
],
"Grantee": "marketing-promos@example.com",
"GranteeType": "Email"
}
]
},
"Notifications": {
"Completed": "",
"Warning": "",
"Progressing": "",
"Error": "arn:aws:sns:us-east-1:123456789012:ETS_Errors"
},
"Role": "arn:aws:iam::123456789012:role/Elastic_Transcoder_Default_Role",
"InputBucket": "ets-example",
"Id": "3333333333333-abcde3",
"Arn": "arn:aws:elastictranscoder:us-west-2:123456789012:pipeline/3333333333333-abcde3"
},
"Warnings": [
{
"Message": "The SNS notification topic for Error events and the pipeline are in different regions, which increases processing time for jobs in the pipeline and can incur additional charges. To decrease processing time and prevent cross-regional charges, use the same region for the SNS notification topic and the pipeline.",
"Code": "6006"
}
]
}