Skip to content

Instantly share code, notes, and snippets.

@vjeffz
Created July 10, 2021 13:57
Show Gist options
  • Save vjeffz/4a644973763574695b73d4b839a244e7 to your computer and use it in GitHub Desktop.
Save vjeffz/4a644973763574695b73d4b839a244e7 to your computer and use it in GitHub Desktop.
A list of all the aws-cli command examples from https://docs.aws.amazon.com/cli/latest/reference/
This file has been truncated, but you can view the full file.
{
"acm": {
"AddTagsToCertificate": [
"aws acm add-tags-to-certificate --certificate-arn arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012 --tags Key=Admin,Value=Alice Key=Purpose,Value=Website "
],
"DeleteCertificate": [
"aws acm delete-certificate --certificate-arn arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012 "
],
"DescribeCertificate": [
"aws acm describe-certificate --certificate-arn arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012 "
],
"GetCertificate": [
"aws acm get-certificate --certificate-arn arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012 "
],
"ListCertificates": [
"aws acm list-certificates ",
"aws acm list-certificates --max-items 2 ",
"aws acm list-certificates --max-items 2 --next-token 9f4d9f69-275a-41fe-b58e-2b837bd9ba48 ",
"aws acm list-certificates --certificate-statuses PENDING_VALIDATION ",
"aws acm list-certificates --max-items 10 --includes extendedKeyUsage=CODE_SIGNING,keyUsage=DIGITAL_SIGNATURE,keyTypes=RSA_2048 "
],
"ListTagsForCertificate": [
"aws acm list-tags-for-certificate --certificate-arn arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012 "
],
"RemoveTagsFromCertificate": [
"aws acm remove-tags-from-certificate --certificate-arn arn:aws:acm:us-east-1:1234567890122:certificate/12345678-1234-1234-1234-123456789012 --tags Key=Admin,Value=Alice Key=Purpose,Value=Website "
],
"RequestCertificate": [
"aws acm request-certificate --domain-name www.example.com --validation-method DNS ",
"aws acm request-certificate --domain-name www.example.com --validation-method DNS --idempotency-token 91adc45q ",
"aws acm request-certificate --domain-name example.com --validation-method DNS --idempotency-token 91adc45q --subject-alternative-names www.example.net ",
"aws acm request-certificate --domain-name example.com --validation-method DNS --idempotency-token 91adc45q --subject-alternative-names www.example.com ",
"aws acm request-certificate --domain-name example.com --validation-method DNS --idempotency-token 91adc45q --subject-alternative-names *.example.com ",
"aws acm request-certificate --domain-name example.com --validation-method DNS --subject-alternative-names b.example.com c.example.com d.example.com ",
"aws acm request-certificate --domain-name example.com --validation-method EMAIL --subject-alternative-names www.example.com --domain-validation-options DomainName=example.com,ValidationDomain=example.com ",
"aws acm request-certificate --domain-name www.example.com --validation-method DNS --options CertificateTransparencyLoggingPreference=DISABLED --idempotency-token 184627 "
],
"ResendValidationEmail": [
"aws acm resend-validation-email --certificate-arn arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012 --domain www.example.com --validation-domain example.com "
],
"UpdateCertificateOptions": [
"aws acm update-certificate-options --certificate-arn arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012 --options CertificateTransparencyLoggingPreference=DISABLED "
]
},
"acm-pca": {
"CreateCertificateAuthority": [
"aws acm-pca create-certificate-authority --certificate-authority-configuration file://C:\\ca_config.txt --revocation-configuration file://C:\\revoke_config.txt --certificate-authority-type \"SUBORDINATE\" --idempotency-token 98256344 "
],
"CreateCertificateAuthorityAuditReport": [
"aws acm-pca create-certificate-authority-audit-report --certificate-authority-arn arn:aws:acm-pca:us-east-1:accountid:certificate-authority/12345678-1234-1234-1234-123456789012 --s3-bucket-name your-bucket-name --audit-report-response-format JSON "
],
"DeleteCertificateAuthority": [
"aws acm-pca delete-certificate-authority --certificate-authority-arn arn:aws:acm-pca:us-west-2:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012 "
],
"DescribeCertificateAuthority": [
"aws acm-pca describe-certificate-authority --certificate-authority-arn arn:aws:acm-pca:us-west-2:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012 "
],
"DescribeCertificateAuthorityAuditReport": [
"aws acm-pca describe-certificate-authority-audit-report --certificate-authority-arn arn:aws:acm-pca:us-west-2:123456789012:certificate-authority/99999999-8888-7777-6666-555555555555 --audit-report-id 11111111-2222-3333-4444-555555555555 "
],
"GetCertificate": [
"aws acm-pca get-certificate --certificate-authority-arn arn:aws:acm-pca:us-west-2:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012 --certificate-arn arn:aws:acm-pca:us-west-2:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012/certificate/6707447683a9b7f4055627ffd55cebcc --output text "
],
"GetCertificateAuthorityCertificate": [
"aws acm-pca get-certificate-authority-certificate --certificate-authority-arn arn:aws:acm-pca:us-west-2:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012 --output text "
],
"GetCertificateAuthorityCsr": [
"aws acm-pca get-certificate-authority-csr --certificate-authority-arn arn:aws:acm-pca:us-west-2:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012 --output text "
],
"ImportCertificateAuthorityCertificate": [
"aws acm-pca import-certificate-authority-certificate --certificate-authority-arn arn:aws:acm-pca:us-west-2:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012 --certificate file://C:\\ca_cert.pem --certificate-chain file://C:\\ca_cert_chain.pem "
],
"IssueCertificate": [
"aws acm-pca issue-certificate --certificate-authority-arn arn:aws:acm-pca:us-west-2:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012 --csr file://C:\\cert_1.csr --signing-algorithm \"SHA256WITHRSA\" --validity Value=365,Type=\"DAYS\" --idempotency-token 1234 "
],
"ListCertificateAuthorities": [
"aws acm-pca list-certificate-authorities --max-results 10 "
],
"ListTags": [
"aws acm-pca list-tags --certificate-authority-arn arn:aws:acm-pca:us-west-2:123456789012:certificate-authority/123455678-1234-1234-1234-123456789012 --max-results 10 "
],
"RevokeCertificate": [
"aws acm-pca revoke-certificate --certificate-authority-arn arn:aws:acm-pca:us-west-2:1234567890:certificate-authority/12345678-1234-1234-1234-123456789012 --certificate-serial 67:07:44:76:83:a9:b7:f4:05:56:27:ff:d5:5c:eb:cc --revocation-reason \"KEY_COMPROMISE\" "
],
"TagCertificateAuthority": [
"aws acm-pca tag-certificate-authority --certificate-authority-arn arn:aws:acm-pca:us-west-2:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012 --tags Key=Admin,Value=Alice "
],
"UntagCertificateAuthority": [
"aws acm-pca untag-certificate-authority --certificate-authority-arn arn:aws:acm-pca:us-west-2:123456789012:certificate-authority/12345678-1234-1234-1234-123456789012 --tags Key=Purpose,Value=Website "
],
"UpdateCertificateAuthority": [
"aws acm-pca update-certificate-authority --certificate-authority-arn arn:aws:acm-pca:us-west-2:123456789012:certificate-authority/12345678-1234-1234-1234-1232456789012 --revocation-configuration file://C:\\revoke_config.txt --status \"DISABLED\" "
]
},
"alexaforbusiness": {
"CreateNetworkProfile": [
"aws alexaforbusiness create-network-profile --network-profile-name Network123 --ssid Janenetwork --security-type WPA2_PSK --current-password 12345 "
],
"DeleteNetworkProfile": [
"aws alexaforbusiness delete-network-profile --network-profile-arn arn:aws:a4b:us-east-1:123456789012:network-profile/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111/a1b2c3d4-5678-90ab-cdef-EXAMPLE22222 "
],
"GetNetworkProfile": [
"aws alexaforbusiness get-network-profile --network-profile-arn arn:aws:a4b:us-east-1:123456789012:network-profile/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"SearchNetworkProfiles": [
"aws alexaforbusiness search-network-profiles "
],
"UpdateNetworkProfile": [
"aws alexaforbusiness update-network-profile --network-profile-arn arn:aws:a4b:us-east-1:123456789012:network-profile/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 --network-profile-name Networkprofile "
]
},
"apigateway": {
"CreateApiKey": [
"aws apigateway create-api-key --name 'Dev API Key' --description 'Used for development' --enabled --stage-keys restApiId='a1b2c3d4e5',stageName='dev' "
],
"CreateAuthorizer": [
"aws apigateway create-authorizer --rest-api-id 1234123412 --name 'First_Token_Custom_Authorizer' --type TOKEN --authorizer-uri 'arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:123412341234:function:customAuthFunction/invocations' --identity-source 'method.request.header.Authorization' --authorizer-result-ttl-in-seconds 300 ",
"aws apigateway create-authorizer --rest-api-id 1234123412 --name 'First_Cognito_Custom_Authorizer' --type COGNITO_USER_POOLS --provider-arns 'arn:aws:cognito-idp:us-east-1:123412341234:userpool/us-east-1_aWcZeQbuD' --identity-source 'method.request.header.Authorization' "
],
"CreateBasePathMapping": [
"aws apigateway create-base-path-mapping --domain-name subdomain.domain.tld --rest-api-id 1234123412 --stage prod --base-path v1 "
],
"CreateDeployment": [
"aws apigateway create-deployment --rest-api-id 1234123412 --stage-name dev --stage-description 'Development Stage' --description 'First deployment to the dev stage' ",
"aws apigateway create-deployment --rest-api-id 1234123412 --stage-name dev --description 'Second deployment to the dev stage' ",
"aws apigateway create-deployment --rest-api-id 1234123412 --stage-name dev --description 'Third deployment to the dev stage' --variables key='value',otherKey='otherValue' "
],
"CreateDomainName": [
"aws apigateway create-domain-name --domain-name 'my.domain.tld' --certificate-name 'my.domain.tld cert' --certificate-arn 'arn:aws:acm:us-east-1:012345678910:certificate/fb1b9770-a305-495d-aefb-27e5e101ff3' "
],
"CreateModel": [
"aws apigateway create-model --rest-api-id 1234123412 --name 'firstModel' --description 'The First Model' --content-type 'application/json' --schema '{ \"$schema\": \"http://json-schema.org/draft-04/schema#\", \"title\": \"firstModel\", \"type\": \"object\", \"properties\": { \"firstProperty\" : { \"type\": \"object\", \"properties\": { \"key\": { \"type\": \"string\" } } } } }' "
],
"CreateResource": [
"aws apigateway create-resource --rest-api-id 1234123412 --parent-id a1b2c3 --path-part 'new-resource' "
],
"CreateRestApi": [
"aws apigateway create-rest-api --name 'My First API' --description 'This is my first API' ",
"aws apigateway create-rest-api --name 'Copy of My First API' --description 'This is a copy of my first API' --clone-from 1234123412 "
],
"CreateStage": [
"aws apigateway create-stage --rest-api-id 1234123412 --stage-name 'dev' --description 'Development stage' --deployment-id a1b2c3 ",
"aws apigateway create-stage --rest-api-id 1234123412 --stage-name 'dev' --description 'Development stage' --deployment-id a1b2c3 --variables key='value',otherKey='otherValue' "
],
"CreateUsagePlan": [
"aws apigateway create-usage-plan --name \"New Usage Plan\" --description \"A new usage plan\" --throttle burstLimit=10,rateLimit=5 --quota limit=500,offset=0,period=MONTH "
],
"CreateUsagePlanKey": [
"aws apigateway create-usage-plan-key --usage-plan-id a1b2c3 --key-type \"API_KEY\" --key-id 4vq3yryqm5 "
],
"DeleteApiKey": [
"aws apigateway delete-api-key --api-key 8bklk8bl1k3sB38D9B3l0enyWT8c09B30lkq0blk "
],
"DeleteAuthorizer": [
"aws apigateway delete-authorizer --rest-api-id 1234123412 --authorizer-id 7gkfbo "
],
"DeleteBasePathMapping": [
"aws apigateway delete-base-path-mapping --domain-name 'api.domain.tld' --base-path 'dev' "
],
"DeleteClientCertificate": [
"aws apigateway delete-client-certificate --client-certificate-id a1b2c3 "
],
"DeleteDeployment": [
"aws apigateway delete-deployment --rest-api-id 1234123412 --deployment-id a1b2c3 "
],
"DeleteDomainName": [
"aws apigateway delete-domain-name --domain-name 'api.domain.tld' "
],
"DeleteIntegration": [
"aws apigateway delete-integration --rest-api-id 1234123412 --resource-id a1b2c3 --http-method GET "
],
"DeleteIntegrationResponse": [
"aws apigateway delete-integration-response --rest-api-id 1234123412 --resource-id a1b2c3 --http-method GET --status-code 200 "
],
"DeleteMethod": [
"aws apigateway delete-method --rest-api-id 1234123412 --resource-id a1b2c3 --http-method GET "
],
"DeleteMethodResponse": [
"aws apigateway delete-method-response --rest-api-id 1234123412 --resource-id a1b2c3 --http-method GET --status-code 200 "
],
"DeleteModel": [
"aws apigateway delete-model --rest-api-id 1234123412 --model-name 'customModel' "
],
"DeleteResource": [
"aws apigateway delete-resource --rest-api-id 1234123412 --resource-id a1b2c3 "
],
"DeleteRestApi": [
"aws apigateway delete-rest-api --rest-api-id 1234123412 "
],
"DeleteStage": [
"aws apigateway delete-stage --rest-api-id 1234123412 --stage-name 'dev' "
],
"DeleteUsagePlan": [
"aws apigateway delete-usage-plan --usage-plan-id a1b2c3 "
],
"DeleteUsagePlanKey": [
"aws apigateway delete-usage-plan-key --usage-plan-id a1b2c3 --key-id 1NbjQzMReAkeEQPNAW8r3dXsU2rDD7fc7f2Sipnu "
],
"FlushStageAuthorizersCache": [
"aws apigateway flush-stage-authorizers-cache --rest-api-id 1234123412 --stage-name dev "
],
"FlushStageCache": [
"aws apigateway flush-stage-cache --rest-api-id 1234123412 --stage-name dev "
],
"GenerateClientCertificate": [
"aws apigateway generate-client-certificate --description 'My First Client Certificate' "
],
"GetAccount": [
"aws apigateway get-account "
],
"GetApiKey": [
"aws apigateway get-api-key --api-key 8bklk8bl1k3sB38D9B3l0enyWT8c09B30lkq0blk "
],
"GetApiKeys": [
"aws apigateway get-api-keys "
],
"GetAuthorizer": [
"aws apigateway get-authorizer --rest-api-id 1234123412 --authorizer-id gfi4n3 "
],
"GetAuthorizers": [
"aws apigateway get-authorizers --rest-api-id 1234123412 "
],
"GetBasePathMapping": [
"aws apigateway get-base-path-mapping --domain-name subdomain.domain.tld --base-path v1 "
],
"GetBasePathMappings": [
"aws apigateway get-base-path-mappings --domain-name subdomain.domain.tld "
],
"GetClientCertificate": [
"aws apigateway get-client-certificate --client-certificate-id a1b2c3 "
],
"GetClientCertificates": [
"aws apigateway get-client-certificates "
],
"GetDeployment": [
"aws apigateway get-deployment --rest-api-id 1234123412 --deployment-id ztt4m2 "
],
"GetDeployments": [
"aws apigateway get-deployments --rest-api-id 1234123412 "
],
"GetDomainName": [
"aws apigateway get-domain-name --domain-name api.domain.tld "
],
"GetDomainNames": [
"aws apigateway get-domain-names "
],
"GetExport": [
"aws apigateway get-export --rest-api-id a1b2c3d4e5 --stage-name dev --export-type swagger /path/to/filename.json ",
"aws apigateway get-export --parameters extensions='integrations' --rest-api-id a1b2c3d4e5 --stage-name dev --export-type swagger /path/to/filename.json ",
"aws apigateway get-export --parameters extensions='postman' --rest-api-id a1b2c3d4e5 --stage-name dev --export-type swagger /path/to/filename.json "
],
"GetIntegration": [
"aws apigateway get-integration --rest-api-id 1234123412 --resource-id y9h6rt --http-method GET "
],
"GetIntegrationResponse": [
"aws apigateway get-integration-response --rest-api-id 1234123412 --resource-id y9h6rt --http-method GET --status-code 200 "
],
"GetMethod": [
"aws apigateway get-method --rest-api-id 1234123412 --resource-id y9h6rt --http-method GET "
],
"GetMethodResponse": [
"aws apigateway get-method-response --rest-api-id 1234123412 --resource-id y9h6rt --http-method GET --status-code 200 "
],
"GetModel": [
"aws apigateway get-model --rest-api-id 1234123412 --model-name Empty "
],
"GetModelTemplate": [
"aws apigateway get-model-template --rest-api-id 1234123412 --model-name Empty "
],
"GetModels": [
"aws apigateway get-models --rest-api-id 1234123412 "
],
"GetResource": [
"aws apigateway get-resource --rest-api-id 1234123412 --resource-id zwo0y3 "
],
"GetResources": [
"aws apigateway get-resources --rest-api-id 1234123412 "
],
"GetRestApi": [
"aws apigateway get-rest-api --rest-api-id 1234123412 "
],
"GetRestApis": [
"aws apigateway get-rest-apis "
],
"GetSdk": [
"aws apigateway get-sdk --rest-api-id 1234123412 --stage-name dev --sdk-type android --parameters groupId='com.mycompany',invokerPackage='com.mycompany.clientsdk',artifactId='Mycompany-client',artifactVersion='1.0.0' /path/to/android_sdk.zip ",
"aws apigateway get-sdk --rest-api-id 1234123412 --stage-name dev --sdk-type objectivec --parameters classPrefix='myprefix' /path/to/iOS_sdk.zip ",
"aws apigateway get-sdk --rest-api-id 1234123412 --stage-name dev --sdk-type javascript /path/to/javascript_sdk.zip "
],
"GetStage": [
"aws apigateway get-stage --rest-api-id 1234123412 --stage-name dev "
],
"GetStages": [
"aws apigateway get-stages --rest-api-id 1234123412 "
],
"GetUsage": [
"aws apigateway get-usage --usage-plan-id a1b2c3 --start-date \"2016-08-16\" --end-date \"2016-08-17\" "
],
"GetUsagePlan": [
"aws apigateway get-usage-plan --usage-plan-id a1b2c3 "
],
"GetUsagePlanKey": [
"aws apigateway get-usage-plan-key --usage-plan-id a1b2c3 --key-id 1NbjQzMReAkeEQPNAW8r3dXsU2rDD7fc7f2Sipnu "
],
"GetUsagePlanKeys": [
"aws apigateway get-usage-plan-keys --usage-plan-id a1b2c3 "
],
"GetUsagePlans": [
"aws apigateway get-usage-plans "
],
"ImportRestApi": [
"aws apigateway import-rest-api --body 'file:///path/to/API_Swagger_template.json' "
],
"PutIntegration": [
"aws apigateway put-integration --rest-api-id 1234123412 --resource-id a1b2c3 --http-method GET --type MOCK --request-templates '{ \"application/json\": \"{\\\"statusCode\\\": 200}\" }' ",
"aws apigateway put-integration --rest-api-id 1234123412 --resource-id a1b2c3 --http-method GET --type HTTP --integration-http-method GET --uri 'https://domain.tld/path' ",
"aws apigateway put-integration --rest-api-id 1234123412 --resource-id a1b2c3 --http-method GET --type AWS --integration-http-method POST --uri 'arn:aws:apigateway:us-west-2:lambda:path//2015-03-31/functions/arn:aws:lambda:us-west-2:123412341234:function:function_name/invocations' "
],
"PutIntegrationResponse": [
"aws apigateway put-integration-response --rest-api-id 1234123412 --resource-id a1b2c3 --http-method GET --status-code 200 --selection-pattern \"\" --response-templates '{\"application/json\": \"{\\\"json\\\": \\\"template\\\"}\"}' ",
"aws apigateway put-integration-response --rest-api-id 1234123412 --resource-id a1b2c3 --http-method GET --status-code 400 --selection-pattern 400 --response-parameters '{\"method.response.header.custom-header\": \"'\"'\"'custom-value'\"'\"'\"}' "
],
"PutMethod": [
"aws apigateway put-method --rest-api-id 1234123412 --resource-id a1b2c3 --http-method PUT --authorization-type \"NONE\" --no-api-key-required --request-parameters \"method.request.header.custom-header=false\" "
],
"PutMethodResponse": [
"aws apigateway put-method-response --rest-api-id 1234123412 --resource-id a1b2c3 --http-method GET --status-code 400 --response-parameters \"method.response.header.custom-header=false\" "
],
"PutRestApi": [
"aws apigateway put-rest-api --rest-api-id 1234123412 --mode overwrite --body 'file:///path/to/API_Swagger_template.json' ",
"aws apigateway put-rest-api --rest-api-id 1234123412 --mode merge --body 'file:///path/to/API_Swagger_template.json' "
],
"TestInvokeAuthorizer": [
"aws apigateway test-invoke-authorizer --rest-api-id 1234123412 --authorizer-id 5yid1t --headers Authorization='Value' "
],
"TestInvokeMethod": [
"aws apigateway test-invoke-method --rest-api-id 1234123412 --resource-id avl5sg8fw8 --http-method GET --path-with-query-string '/' ",
"aws apigateway test-invoke-method --rest-api-id 1234123412 --resource-id 3gapai --http-method GET --path-with-query-string '/pets/1' "
],
"UpdateAccount": [
"aws apigateway update-account --patch-operations op='replace',path='/cloudwatchRoleArn',value='arn:aws:iam::123412341234:role/APIGatewayToCloudWatchLogs' "
],
"UpdateApiKey": [
"aws apigateway update-api-key --api-key sNvjQDMReA1eEQPNAW8r37XsU2rDD7fc7m2SiMnu --patch-operations op='replace',path='/name',value='newName' ",
"aws apigateway update-api-key --api-key sNvjQDMReA1eEQPNAW8r37XsU2rDD7fc7m2SiMnu --patch-operations op='replace',path='/enabled',value='false' "
],
"UpdateAuthorizer": [
"aws apigateway update-authorizer --rest-api-id 1234123412 --authorizer-id gfi4n3 --patch-operations op='replace',path='/name',value='testAuthorizer' ",
"aws apigateway update-authorizer --rest-api-id 1234123412 --authorizer-id gfi4n3 --patch-operations op='replace',path='/authorizerUri',value='arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:123412341234:function:newAuthorizer/invocations' "
],
"UpdateBasePathMapping": [
"aws apigateway update-base-path-mapping --domain-name api.domain.tld --base-path prod --patch-operations op='replace',path='/basePath',value='v1' "
],
"UpdateClientCertificate": [
"aws apigateway update-client-certificate --client-certificate-id a1b2c3 --patch-operations op='replace',path='/description',value='My new description' "
],
"UpdateDeployment": [
"aws apigateway update-deployment --rest-api-id 1234123412 --deployment-id ztt4m2 --patch-operations op='replace',path='/description',value='newDescription' "
],
"UpdateDomainName": [
"aws apigateway update-domain-name --domain-name api.domain.tld --patch-operations op='replace',path='/certificateArn',value='arn:aws:acm:us-west-2:111122223333:certificate/CERTEXAMPLE123EXAMPLE' "
],
"UpdateIntegration": [
"aws apigateway update-integration --rest-api-id a1b2c3d4e5 --resource-id a1b2c3 --http-method POST --patch-operations \"op='add',path='/requestTemplates/application~1json'\" ",
"aws apigateway update-integration --rest-api-id a1b2c3d4e5 --resource-id a1b2c3 --http-method POST --patch-operations \"op='replace',path='/requestTemplates/application~1json',value='{\"example\": \"json\"}'\" ",
"aws apigateway update-integration --rest-api-id a1b2c3d4e5 --resource-id a1b2c3 --http-method POST --patch-operations \"op='replace',path='requestTemplates/application~1json'\" ",
"aws apigateway update-integration --rest-api-id a1b2c3d4e5 --resource-id a1b2c3 --http-method POST --patch-operations \"op='remove',path='/requestTemplates/application~1json'\" "
],
"UpdateIntegrationResponse": [
"aws apigateway update-integration-response --rest-api-id 1234123412 --resource-id 3gapai --http-method GET --status-code 200 --patch-operations op='replace',path='/responseParameters/method.response.header.Access-Control-Allow-Origin',value='\"'\"'*'\"'\"' ",
"aws apigateway update-integration-response --rest-api-id 1234123412 --resource-id 3gapai --http-method GET --status-code 200 --patch-operations op='remove',path='/responseParameters/method.response.header.Access-Control-Allow-Origin' "
],
"UpdateMethod": [
"aws apigateway update-method --rest-api-id 1234123412 --resource-id a1b2c3 --http-method GET --patch-operations op=\"replace\",path=\"/apiKeyRequired\",value=\"true\" ",
"aws apigateway update-method --rest-api-id 1234123412 --resource-id a1b2c3 --http-method GET --patch-operations op=\"replace\",path=\"/authorizationType\",value=\"AWS_IAM\" "
],
"UpdateMethodResponse": [
"aws apigateway update-method-response --rest-api-id 1234123412 --resource-id a1b2c3 --http-method GET --status-code 200 --patch-operations op=\"add\",path=\"/responseParameters/method.response.header.custom-header\",value=\"false\" ",
"aws apigateway update-method-response --rest-api-id 1234123412 --resource-id a1b2c3 --http-method GET --status-code 200 --patch-operations op=\"remove\",path=\"/responseModels/application~1json\" "
],
"UpdateModel": [
"aws apigateway update-model --rest-api-id 1234123412 --model-name 'Empty' --patch-operations op=replace,path=/description,value='New Description' ",
"aws apigateway update-model --rest-api-id 1234123412 --model-name 'Empty' --patch-operations op=replace,path=/schema,value='\"{ \\\"$schema\\\": \\\"http://json-schema.org/draft-04/schema#\\\", \\\"title\\\" : \\\"Empty Schema\\\", \\\"type\\\" : \\\"object\\\" }\"' "
],
"UpdateResource": [
"aws apigateway update-resource --rest-api-id 1234123412 --resource-id 1a2b3c --patch-operations op=replace,path=/parentId,value='3c2b1a' ",
"aws apigateway update-resource --rest-api-id 1234123412 --resource-id 1a2b3c --patch-operations op=replace,path=/pathPart,value=newresourcename "
],
"UpdateRestApi": [
"aws apigateway update-rest-api --rest-api-id 1234123412 --patch-operations op=replace,path=/name,value='New Name' ",
"aws apigateway update-rest-api --rest-api-id 1234123412 --patch-operations op=replace,path=/description,value='New Description' "
],
"UpdateStage": [
"aws apigateway update-stage --rest-api-id 1234123412 --stage-name 'dev' --patch-operations op=replace,path=/~1resourceName/GET/logging/dataTrace,value=false ",
"aws apigateway update-stage --rest-api-id 1234123412 --stage-name 'dev' --patch-operations op=replace,path=/*/*/logging/dataTrace,value=true "
],
"UpdateUsage": [
"aws apigateway update-usage --usage-plan-id a1b2c3 --key-id 1NbjQzMReAkeEQPNAW8r3dXsU2rDD7fc7f2Sipnu --patch-operations op=\"replace\",path=\"/remaining\",value=\"50\" "
],
"UpdateUsagePlan": [
"aws apigateway update-usage-plan --usage-plan-id a1b2c3 --patch-operations op=\"replace\",path=\"/quota/period\",value=\"MONTH\" ",
"aws apigateway update-usage-plan --usage-plan-id a1b2c3 --patch-operations op=\"replace\",path=\"/quota/limit\",value=\"500\" ",
"aws apigateway update-usage-plan --usage-plan-id a1b2c3 --patch-operations op=\"replace\",path=\"/throttle/rateLimit\",value=\"10\" ",
"aws apigateway update-usage-plan --usage-plan-id a1b2c3 --patch-operations op=\"replace\",path=\"/throttle/burstLimit\",value=\"20\" "
]
},
"apigatewaymanagementapi": {
"DeleteConnection": [
"aws apigatewaymanagementapi delete-connection --connection-id L0SM9cOFvHcCIhw= --endpoint-url https://aabbccddee.execute-api.us-west-2.amazonaws.com/prod "
],
"GetConnection": [
"aws apigatewaymanagementapi get-connection --connection-id L0SM9cOFvHcCIhw= --endpoint-url https://aabbccddee.execute-api.us-west-2.amazonaws.com/prod "
],
"PostToConnection": [
"aws apigatewaymanagementapi post-to-connection --connection-id L0SM9cOFvHcCIhw= --data \"Hello from API Gateway!\" --endpoint-url https://aabbccddee.execute-api.us-west-2.amazonaws.com/prod "
]
},
"apigatewayv2": {
"CreateApi": [
"aws apigatewayv2 create-api --name my-http-api --protocol-type HTTP --target arn:aws:lambda:us-west-2:123456789012:function:my-lambda-function ",
"aws apigatewayv2 create-api --name \"myWebSocketApi\" --protocol-type WEBSOCKET --route-selection-expression '$request.body.action' "
],
"CreateApiMapping": [
"aws apigatewayv2 create-api-mapping --domain-name regional.example.com --api-mapping-key myApi --api-id a1b2c3d4 --stage test "
],
"CreateAuthorizer": [
"aws apigatewayv2 create-authorizer --name my-jwt-authorizer --api-id a1b2c3d4 --authorizer-type JWT --identity-source '$request.header.Authorization' --jwt-configuration Audience=123456abc,Issuer=https://cognito-idp.us-west-2.amazonaws.com/us-west-2_abc123 "
],
"CreateDeployment": [
"aws apigatewayv2 create-deployment --api-id a1b2c3d4 --stage-name dev "
],
"CreateDomainName": [
"aws apigatewayv2 create-domain-name --domain-name regional.example.com --domain-name-configurations CertificateArn=arn:aws:acm:us-west-2:123456789012:certificate/123456789012-1234-1234-1234-12345678 "
],
"CreateIntegration": [
"aws apigatewayv2 create-integration --api-id aabbccddee --passthrough-behavior WHEN_NO_MATCH --timeout-in-millis 29000 --connection-type INTERNET --integration-type MOCK ",
"aws apigatewayv2 create-integration --api-id a1b2c3d4 --integration-type AWS_PROXY --integration-uri arn:aws:lambda:us-west-2:123456789012:function:my-function --payload-format-version 2.0 "
],
"CreateRoute": [
"aws apigatewayv2 create-route --api-id aabbccddee --route-key '$default' ",
"aws apigatewayv2 create-route --api-id aabbccddee --route-key 'POST /signup' "
],
"CreateStage": [
"aws apigatewayv2 create-stage --api-id a1b2c3d4 --stage-name dev "
],
"CreateVpcLink": [
"aws apigatewayv2 create-vpc-link --name MyVpcLink --subnet-ids subnet-aaaa subnet-bbbb --security-group-ids sg1234 sg5678 "
],
"DeleteAccessLogSettings": [
"aws apigatewayv2 delete-access-log-settings --api-id a1b2c3d4 --stage-name '$default' "
],
"DeleteApi": [
"aws apigatewayv2 delete-api --api-id a1b2c3d4 "
],
"DeleteApiMapping": [
"aws apigatewayv2 delete-api-mapping --api-mapping-id a1b2c3 --domain-name api.example.com "
],
"DeleteAuthorizer": [
"aws apigatewayv2 delete-authorizer --api-id a1b2c3d4 --authorizer-id a1b2c3 "
],
"DeleteCorsConfiguration": [
"aws apigatewayv2 delete-cors-configuration --api-id a1b2c3d4 "
],
"DeleteDeployment": [
"aws apigatewayv2 delete-deployment --api-id a1b2c3d4 --deployment-id a1b2c3 "
],
"DeleteDomainName": [
"aws apigatewayv2 delete-domain-name --domain-name api.example.com "
],
"DeleteIntegration": [
"aws apigatewayv2 delete-integration --api-id a1b2c3d4 --integration-id a1b2c3 "
],
"DeleteRoute": [
"aws apigatewayv2 delete-route --api-id a1b2c3d4 --route-id a1b2c3 "
],
"DeleteRouteSettings": [
"aws apigatewayv2 delete-route-settings --api-id a1b2c3d4 --stage-name dev --route-key 'GET /pets' "
],
"DeleteStage": [
"aws apigatewayv2 delete-stage --api-id a1b2c3d4 --stage-name test "
],
"DeleteVpcLink": [
"aws apigatewayv2 delete-vpc-link --vpc-link-id abcd123 "
],
"ExportApi": [
"aws apigatewayv2 export-api --api-id a1b2c3d4 --output-type YAML --specification OAS30 --stage-name prod stage-definition.yaml "
],
"GetApi": [
"aws apigatewayv2 get-api --api-id a1b2c3d4 "
],
"GetApiMapping": [
"aws apigatewayv2 get-api-mapping --api-mapping-id a1b2c3 --domain-name api.example.com "
],
"GetApiMappings": [
"aws apigatewayv2 get-api-mappings --domain-name api.example.com "
],
"GetApis": [
"aws apigatewayv2 get-apis "
],
"GetAuthorizer": [
"aws apigatewayv2 get-authorizer --api-id a1b2c3d4 --authorizer-id a1b2c3 "
],
"GetAuthorizers": [
"aws apigatewayv2 get-authorizers --api-id a1b2c3d4 "
],
"GetDeployment": [
"aws apigatewayv2 get-deployment --api-id a1b2c3d4 --deployment-id abcdef "
],
"GetDeployments": [
"aws apigatewayv2 get-deployments --api-id a1b2c3d4 "
],
"GetDomainName": [
"aws apigatewayv2 get-domain-name --domain-name api.example.com "
],
"GetDomainNames": [
"aws apigatewayv2 get-domain-names "
],
"GetIntegration": [
"aws apigatewayv2 get-integration --api-id a1b2c3d4 --integration-id a1b2c3 "
],
"GetIntegrations": [
"aws apigatewayv2 get-integrations --api-id a1b2c3d4 "
],
"GetRoute": [
"aws apigatewayv2 get-route --api-id a1b2c3d4 --route-id 72jz1wk "
],
"GetRoutes": [
"aws apigatewayv2 get-routes --api-id a1b2c3d4 "
],
"GetStage": [
"aws apigatewayv2 get-stage --api-id a1b2c3d4 --stage-name prod "
],
"GetStages": [
"aws apigatewayv2 get-stages --api-id a1b2c3d4 "
],
"GetTags": [
"aws apigatewayv2 get-tags --resource-arn arn:aws:apigateway:us-west-2::/apis/a1b2c3d4 "
],
"GetVpcLink": [
"aws apigatewayv2 get-vpc-link --vpc-link-id abcd123 "
],
"GetVpcLinks": [
"aws apigatewayv2 get-vpc-links "
],
"ImportApi": [
"aws apigatewayv2 import-api --body file://api-definition.yaml "
],
"ReimportApi": [
"aws apigatewayv2 reimport-api --body file://api-definition.yaml --api-id a1b2c3d4 "
],
"TagResource": [
"aws apigatewayv2 tag-resource --resource-arn arn:aws:apigateway:us-west-2::/apis/a1b2c3d4 --tags Department=Accounting "
],
"UntagResource": [
"aws apigatewayv2 untag-resource --resource-arn arn:aws:apigateway:us-west-2::/apis/a1b2c3d4 --tag-keys Project Owner "
],
"UpdateApi": [
"aws apigatewayv2 update-api --api-id a1b2c3d4 --cors-configuration AllowOrigins=https://www.example.com "
],
"UpdateApiMapping": [
"aws apigatewayv2 update-api-mapping --api-id a1b2c3d4 --stage dev --domain-name api.example.com --api-mapping-id 0qzs2sy7bh --api-mapping-key dev "
],
"UpdateAuthorizer": [
"aws apigatewayv2 update-authorizer --api-id a1b2c3d4 --authorizer-id a1b2c3 --identity-source '$request.header.Authorization' "
],
"UpdateDeployment": [
"aws apigatewayv2 update-deployment --api-id a1b2c3d4 --deployment-id abcdef --description 'Manual deployment to fix integration test failures.' "
],
"UpdateDomainName": [
"aws apigatewayv2 update-domain-name --domain-name api.example.com --domain-name-configurations CertificateArn=arn:aws:acm:us-west-2:123456789012:certificate/123456789012-1234-1234-1234-12345678 "
],
"UpdateIntegration": [
"aws apigatewayv2 update-integration --api-id a1b2c3d4 --integration-id a1b2c3 --integration-uri arn:aws:apigateway:us-west-2:lambda:path/2015-03-31/functions/arn:aws:lambda:us-west-2:123456789012:function:my-new-function/invocations "
],
"UpdateRoute": [
"aws apigatewayv2 update-route --api-id a1b2c3d4 --route-id a1b2c3 --authorization-type JWT --authorizer-id a1b2c5 --authorization-scopes user.id user.email "
],
"UpdateStage": [
"aws apigatewayv2 update-stage --api-id a1b2c3d4 --stage-name dev --route-settings '{\"GET /pets\":{\"ThrottlingBurstLimit\":100,\"ThrottlingRateLimit\":2000}}' "
],
"UpdateVpcLink": [
"aws apigatewayv2 update-vpc-link --vpc-link-id abcd123 --name MyUpdatedVpcLink "
]
},
"appconfig": {
"GetConfiguration": [
"aws appconfig get-configuration --application abc1234 --environment 9x8y7z6 --configuration 9sd1ukd --client-id any-id outfile_name "
],
"ListApplications": [
"aws appconfig list-applications "
],
"ListConfigurationProfiles": [
"aws appconfig list-configuration-profiles --application-id abc1234 "
],
"ListEnvironments": [
"aws appconfig list-environments --application-id abc1234 "
]
},
"application-autoscaling": {
"DeleteScalingPolicy": [
"aws application-autoscaling delete-scaling-policy --policy-name web-app-cpu-lt-25 --scalable-dimension ecs:service:DesiredCount --resource-id service/default/web-app --service-namespace ecs "
],
"DeleteScheduledAction": [
"aws application-autoscaling delete-scheduled-action --service-namespace appstream --scalable-dimension appstream:fleet:DesiredCapacity --resource-id fleet/sample-fleet --scheduled-action-name my-recurring-action "
],
"DeregisterScalableTarget": [
"aws application-autoscaling deregister-scalable-target --service-namespace ecs --scalable-dimension ecs:service:DesiredCount --resource-id service/default/web-app ",
"aws application-autoscaling deregister-scalable-target --service-namespace custom-resource --scalable-dimension custom-resource:ResourceType:Property --resource-id file://~/custom-resource-id.txt "
],
"DescribeScalableTargets": [
"aws application-autoscaling describe-scalable-targets --service-namespace ecs "
],
"DescribeScalingActivities": [
"aws application-autoscaling describe-scaling-activities --service-namespace ecs --scalable-dimension ecs:service:DesiredCount --resource-id service/default/web-app ",
"aws application-autoscaling describe-scaling-activities --service-namespace dynamodb --scalable-dimension dynamodb:table:WriteCapacityUnits --resource-id table/my-table "
],
"DescribeScalingPolicies": [
"aws application-autoscaling describe-scaling-policies --service-namespace ecs "
],
"DescribeScheduledActions": [
"aws application-autoscaling describe-scheduled-actions --service-namespace dynamodb "
],
"PutScalingPolicy": [
"aws application-autoscaling put-scaling-policy --service-namespace ecs --scalable-dimension ecs:service:DesiredCount --resource-id service/default/web-app --policy-name cpu75-target-tracking-scaling-policy --policy-type TargetTrackingScaling --target-tracking-scaling-policy-configuration file://config.json ",
"aws application-autoscaling put-scaling-policy --service-namespace ecs --scalable-dimension ecs:service:DesiredCount --resource-id service/default/web-app --policy-name cms75-target-tracking-scaling-policy --policy-type TargetTrackingScaling --target-tracking-scaling-policy-configuration file://config.json ",
"aws application-autoscaling put-scaling-policy --service-namespace ecs --scalable-dimension ecs:service:DesiredCount --resource-id service/default/web-app --policy-name alb-scale-out-target-tracking-scaling-policy --policy-type TargetTrackingScaling --target-tracking-scaling-policy-configuration file://config.json "
],
"PutScheduledAction": [
"aws application-autoscaling put-scheduled-action --service-namespace dynamodb --scheduled-action-name my-recurring-action --schedule \"cron(15 12 * * ? *)\" --resource-id table/TestTable --scalable-dimension dynamodb:table:WriteCapacityUnits --scalable-target-action MinCapacity=6 "
],
"RegisterScalableTarget": [
"aws application-autoscaling register-scalable-target --service-namespace ecs --scalable-dimension ecs:service:DesiredCount --resource-id service/default/web-app --min-capacity 1 --max-capacity 10 ",
"aws application-autoscaling register-scalable-target --service-namespace ec2 --scalable-dimension ec2:spot-fleet-request:TargetCapacity --resource-id spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE --min-capacity 2 --max-capacity 10 ",
"aws application-autoscaling register-scalable-target --service-namespace appstream --scalable-dimension appstream:fleet:DesiredCapacity --resource-id fleet/sample-fleet --min-capacity 1 --max-capacity 5 ",
"aws application-autoscaling register-scalable-target --service-namespace dynamodb --scalable-dimension dynamodb:table:WriteCapacityUnits --resource-id table/my-table --min-capacity 5 --max-capacity 10 ",
"aws application-autoscaling register-scalable-target --service-namespace dynamodb --scalable-dimension dynamodb:index:WriteCapacityUnits --resource-id table/my-table/index/my-table-index --min-capacity 5 --max-capacity 10 ",
"aws application-autoscaling register-scalable-target --service-namespace rds --scalable-dimension rds:cluster:ReadReplicaCount --resource-id cluster:my-db-cluster --min-capacity 1 --max-capacity 8 ",
"aws application-autoscaling register-scalable-target --service-namespace sagemaker --scalable-dimension sagemaker:variant:DesiredInstanceCount --resource-id endpoint/my-endpoint/variant/my-variant --min-capacity 1 --max-capacity 8 ",
"aws application-autoscaling register-scalable-target --service-namespace custom-resource --scalable-dimension custom-resource:ResourceType:Property --resource-id file://~/custom-resource-id.txt --min-capacity 1 --max-capacity 10 ",
"aws application-autoscaling register-scalable-target --service-namespace comprehend --scalable-dimension comprehend:document-classifier-endpoint:DesiredInferenceUnits --resource-id arn:aws:comprehend:us-west-2:123456789012:document-classifier-endpoint/EXAMPLE --min-capacity 1 --max-capacity 3 ",
"aws application-autoscaling register-scalable-target --service-namespace lambda --scalable-dimension lambda:function:ProvisionedConcurrency --resource-id function:my-function:BLUE --min-capacity 0 --max-capacity 100 "
]
},
"appmesh": {
"CreateMesh": [
"aws appmesh create-mesh --mesh-name app1 ",
"aws appmesh create-mesh --mesh-name app2 --tags key=key1,value=value1 key=key2,value=value2 key=key3,value=value3 "
],
"CreateRoute": [
"aws appmesh create-route --cli-input-json file://create-route-grpc.json ",
"aws appmesh create-route --cli-input-json file://create-route-http2.json ",
"aws appmesh create-route --cli-input-json file://create-route-tcp.json "
],
"CreateVirtualNode": [
"aws appmesh create-virtual-node --cli-input-json file://create-virtual-node-dns.json ",
"aws appmesh create-virtual-node --cli-input-json file://create-virtual-node-cloud-map.json "
],
"CreateVirtualRouter": [
"aws appmesh create-virtual-router --cli-input-json file://create-virtual-router.json "
],
"CreateVirtualService": [
"aws appmesh create-virtual-service --cli-input-json file://create-virtual-service-virtual-node.json ",
"aws appmesh create-virtual-service --cli-input-json file://create-virtual-service-virtual-router.json "
],
"DeleteMesh": [
"aws appmesh delete-mesh --mesh-name app1 "
],
"DeleteRoute": [
"aws appmesh delete-route --mesh-name app1 --virtual-router-name vrServiceB --route-name toVnServiceB-weighted "
],
"DeleteVirtualNode": [
"aws appmesh delete-virtual-node --mesh-name app1 --virtual-node-name vnServiceBv2 "
],
"DeleteVirtualRouter": [
"aws appmesh delete-virtual-router --mesh-name app1 --virtual-router-name vrServiceB "
],
"DeleteVirtualService": [
"aws appmesh delete-virtual-service --mesh-name app1 --virtual-service-name serviceB.svc.cluster.local "
],
"DescribeMesh": [
"aws appmesh describe-mesh --mesh-name app1 "
],
"DescribeRoute": [
"aws appmesh describe-route --mesh-name app1 --virtual-router-name vrServiceB --route-name toVnServiceB-weighted "
],
"DescribeVirtualNode": [
"aws appmesh describe-virtual-node --mesh-name app1 --virtual-node-name vnServiceBv1 "
],
"DescribeVirtualRouter": [
"aws appmesh describe-virtual-router --mesh-name app1 --virtual-router-name vrServiceB "
],
"DescribeVirtualService": [
"aws appmesh describe-virtual-service --mesh-name app1 --virtual-service-name serviceB.svc.cluster.local "
],
"ListMeshes": [
"aws appmesh list-meshes "
],
"ListRoutes": [
"aws appmesh list-routes --mesh-name app1 --virtual-router-name vrServiceB "
],
"ListTagsForResource": [
"aws appmesh list-tags-for-resource --resource-arn arn:aws:appmesh:us-east-1:123456789012:mesh/app1 "
],
"ListVirtualNodes": [
"aws appmesh list-virtual-nodes --mesh-name app1 "
],
"ListVirtualRouters": [
"aws appmesh list-virtual-routers --mesh-name app1 "
],
"ListVirtualServices": [
"aws appmesh list-virtual-services --mesh-name app1 "
],
"TagResource": [
"aws appmesh tag-resource --resource-arn arn:aws:appmesh:us-east-1:123456789012:mesh/app1 --tags key=key1,value=value1 "
],
"UntagResource": [
"aws appmesh untag-resource --resource-arn arn:aws:appmesh:us-east-1:123456789012:mesh/app1 --tag-keys key1 "
],
"UpdateMesh": [
"aws appmesh update-mesh --cli-input-json file://update-mesh.json "
],
"UpdateRoute": [
"aws appmesh update-route --cli-input-json file://update-route-weighted.json "
],
"UpdateVirtualNode": [
"aws appmesh update-virtual-node --cli-input-json file://update-virtual-node.json "
],
"UpdateVirtualRouter": [
"aws appmesh update-virtual-router --cli-input-json file://update-virtual-router.json "
],
"UpdateVirtualService": [
"aws appmesh update-virtual-service --cli-input-json file://update-virtual-service.json "
]
},
"athena": {
"BatchGetNamedQuery": [
"aws athena batch-get-named-query --named-query-ids a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 a1b2c3d4-5678-90ab-cdef-EXAMPLE22222 a1b2c3d4-5678-90ab-cdef-EXAMPLE33333 "
],
"BatchGetQueryExecution": [
"aws athena batch-get-query-execution --query-execution-ids a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 a1b2c3d4-5678-90ab-cdef-EXAMPLE22222 "
],
"CreateDataCatalog": [
"aws athena create-data-catalog --name dynamo_db_catalog --type LAMBDA --description \"DynamoDB Catalog\" --parameters function=arn:aws:lambda:us-west-2:111122223333:function:dynamo_db_lambda "
],
"CreateNamedQuery": [
"aws athena create-named-query --name \"SEA to JFK delayed flights Jan 2016\" --description \"Both arrival and departure delayed more than 10 minutes.\" --database sampledb --query-string \"SELECT flightdate, carrier, flightnum, origin, dest, depdelayminutes, arrdelayminutes FROM sampledb.flights_parquet WHERE yr = 2016 AND month = 1 AND origin = '\\\"SEA\\\"' AND dest = '\\\"JFK\\\"' AND depdelayminutes > 10 AND arrdelayminutes > 10\" --work-group AthenaAdmin "
],
"CreateWorkGroup": [
"aws athena create-work-group --name Data_Analyst_Group --configuration ResultConfiguration={OutputLocation=\"s3://awsdoc-example-bucket\"},EnforceWorkGroupConfiguration=\"true\",PublishCloudWatchMetricsEnabled=\"true\" --description \"Workgroup for data analysts\" --tags Key=Division,Value=West Key=Location,Value=Seattle Key=Team,Value=\"Big Data\" "
],
"DeleteDataCatalog": [
"aws athena delete-data-catalog --name UnusedDataCatalog "
],
"DeleteNamedQuery": [
"aws athena delete-named-query --named-query-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"DeleteWorkGroup": [
"aws athena delete-work-group --work-group TeamB "
],
"GetDataCatalog": [
"aws athena get-data-catalog --name dynamo_db_catalog "
],
"GetDatabase": [
"aws athena get-database --catalog-name AwsDataCatalog --database-name sampledb "
],
"GetNamedQuery": [
"aws athena get-named-query --named-query-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"GetQueryExecution": [
"aws athena get-query-execution --query-execution-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"GetQueryResults": [
"aws athena get-query-results --query-execution-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"GetTableMetadata": [
"aws athena get-table-metadata --catalog-name AwsDataCatalog --database-name sampledb --table-name counties "
],
"GetWorkGroup": [
"aws athena get-work-group --work-group AthenaAdmin "
],
"ListDataCatalogs": [
"aws athena list-data-catalogs "
],
"ListDatabases": [
"aws athena list-databases --catalog-name AwsDataCatalog "
],
"ListNamedQueries": [
"aws athena list-named-queries --work-group AthenaAdmin "
],
"ListQueryExecutions": [
"aws athena list-query-executions --work-group AthenaAdmin --max-items 10 "
],
"ListTableMetadata": [
"aws athena list-table-metadata --catalog-name AwsDataCatalog --database-name geography --max-items 2 "
],
"ListTagsForResource": [
"aws athena list-tags-for-resource --resource-arn arn:aws:athena:us-west-2:111122223333:workgroup/Data_Analyst_Group ",
"aws athena list-tags-for-resource --resource-arn arn:aws:athena:us-west-2:111122223333:datacatalog/dynamo_db_catalog "
],
"ListWorkGroups": [
"aws athena list-work-groups "
],
"StartQueryExecution": [
"aws athena start-query-execution --query-string \"select date, location, browser, uri, status from cloudfront_logs where method = 'GET' and status = 200 and location like 'SFO%' limit 10\" --work-group \"AthenaAdmin\" --query-execution-context Database=cflogsdatabase,Catalog=AwsDataCatalog ",
"aws athena start-query-execution --query-string \"create database if not exists newdb\" --work-group \"AthenaAdmin\" ",
"aws athena start-query-execution --query-string \"CREATE OR REPLACE VIEW cf10 AS SELECT * FROM cloudfront_logs limit 10\" --query-execution-context Database=cflogsdatabase "
],
"StopQueryExecution": [
"aws athena stop-query-execution --query-execution-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"TagResource": [
"aws athena tag-resource --resource-arn arn:aws:athena:us-west-2:111122223333:datacatalog/dynamo_db_catalog --tags Key=Organization,Value=Retail Key=Division,Value=Mountain Key=Product_Line,Value=Shoes Key=Location,Value=Denver "
],
"UntagResource": [
"aws athena untag-resource --resource-arn arn:aws:athena:us-west-2:111122223333:datacatalog/dynamo_db_catalog --tag-keys Specialization Focus "
],
"UpdateDataCatalog": [
"aws athena update-data-catalog --name cw_logs_catalog --type LAMBDA --description \"New CloudWatch Logs Catalog\" --parameters function=arn:aws:lambda:us-west-2:111122223333:function:new_cw_logs_lambda "
],
"UpdateWorkGroup": [
"aws athena update-work-group --work-group Data_Analyst_Group --state DISABLED "
]
},
"autoscaling": {
"AttachInstances": [
"aws autoscaling attach-instances --instance-ids i-061c63c5eb45f0416 --auto-scaling-group-name my-asg "
],
"AttachLoadBalancerTargetGroups": [
"aws autoscaling attach-load-balancer-target-groups --auto-scaling-group-name my-asg --target-group-arns arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067 "
],
"AttachLoadBalancers": [
"aws autoscaling attach-load-balancers --load-balancer-names my-load-balancer --auto-scaling-group-name my-asg "
],
"CancelInstanceRefresh": [
"aws autoscaling cancel-instance-refresh --auto-scaling-group-name my-asg "
],
"CompleteLifecycleAction": [
"aws autoscaling complete-lifecycle-action --lifecycle-hook-name my-launch-hook --auto-scaling-group-name my-asg --lifecycle-action-result CONTINUE --lifecycle-action-token bcd2f1b8-9a78-44d3-8a7a-4dd07d7cf635 "
],
"CreateAutoScalingGroup": [
"aws autoscaling create-auto-scaling-group --auto-scaling-group-name my-asg --launch-template LaunchTemplateId=lt-1234567890abcde12 --min-size 1 --max-size 5 --vpc-zone-identifier \"subnet-5ea0c127,subnet-6194ea3b,subnet-c934b782\" ",
"aws autoscaling create-auto-scaling-group --auto-scaling-group-name my-asg --launch-template LaunchTemplateId=lt-1234567890abcde12 --target-group-arns arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/943f017f100becff --health-check-type ELB --health-check-grace-period 600 --min-size 1 --max-size 5 --vpc-zone-identifier \"subnet-5ea0c127,subnet-6194ea3b,subnet-c934b782\" ",
"aws autoscaling create-auto-scaling-group --auto-scaling-group-name my-asg --launch-template LaunchTemplateId=lt-1234567890abcde12,Version='$Latest' --min-size 1 --max-size 5 --desired-capacity 3 --placement-group my-placement-group --vpc-zone-identifier \"subnet-6194ea3b\" ",
"aws autoscaling create-auto-scaling-group --auto-scaling-group-name my-asg-single-instance --launch-template LaunchTemplateName=my-template-for-auto-scaling,Version='1' --min-size 1 --max-size 1 --availability-zones us-west-2a ",
"aws autoscaling create-auto-scaling-group --auto-scaling-group-name my-asg --launch-configuration-name my-launch-config --min-size 1 --max-size 5 --termination-policies \"OldestInstance\" --tags \"ResourceId=my-asg,ResourceType=auto-scaling-group,Key=Role,Value=WebServer,PropagateAtLaunch=true\" --vpc-zone-identifier \"subnet-5ea0c127,subnet-6194ea3b,subnet-c934b782\" ",
"aws autoscaling create-auto-scaling-group --cli-input-json file://~/config.json ",
"aws autoscaling create-auto-scaling-group --cli-input-json file://~/config.json "
],
"CreateLaunchConfiguration": [
"aws autoscaling create-launch-configuration --launch-configuration-name my-launch-config --image-id ami-c6169af6 --instance-type m1.medium ",
"aws autoscaling create-launch-configuration --launch-configuration-name my-launch-config --key-name my-key-pair --image-id ami-c6169af6 --instance-type m1.small --user-data file://myuserdata.txt ",
"aws autoscaling create-launch-configuration --launch-configuration-name my-launch-config --key-name my-key-pair --instance-id i-7e13c876 --security-groups sg-eb2af88e --instance-type m1.small --user-data file://myuserdata.txt --instance-monitoring Enabled=true --no-ebs-optimized --no-associate-public-ip-address --placement-tenancy dedicated --iam-instance-profile my-autoscaling-role ",
"aws autoscaling create-launch-configuration --launch-configuration-name my-launch-config --key-name my-key-pair --image-id ami-c6169af6 --instance-type m1.small --user-data file://myuserdata.txt --block-device-mappings \"[{\\\"DeviceName\\\": \\\"/dev/sdh\\\",\\\"Ebs\\\":{\\\"VolumeSize\\\":100}}]\" ",
"aws autoscaling create-launch-configuration --launch-configuration-name my-launch-config --key-name my-key-pair --image-id ami-c6169af6 --instance-type m1.small --user-data file://myuserdata.txt --block-device-mappings \"[{\\\"DeviceName\\\": \\\"/dev/sdc\\\",\\\"VirtualName\\\":\\\"ephemeral1\\\"}]\" ",
"aws autoscaling create-launch-configuration --launch-configuration-name my-launch-config --key-name my-key-pair --image-id ami-c6169af6 --instance-type m1.small --user-data file://myuserdata.txt --block-device-mappings \"[{\\\"DeviceName\\\": \\\"/dev/sdf\\\",\\\"NoDevice\\\":\\\"\\\"}]\" ",
"aws autoscaling create-launch-configuration --launch-configuration-name my-launch-config --image-id ami-01e24be29428c15b2 --instance-type c5.large --spot-price \"0.50\" "
],
"CreateOrUpdateTags": [
"aws autoscaling create-or-update-tags --tags ResourceId=my-asg,ResourceType=auto-scaling-group,Key=Role,Value=WebServer,PropagateAtLaunch=true ResourceId=my-asg,ResourceType=auto-scaling-group,Key=Dept,Value=Research,PropagateAtLaunch=true "
],
"DeleteAutoScalingGroup": [
"aws autoscaling delete-auto-scaling-group --auto-scaling-group-name my-asg ",
"aws autoscaling delete-auto-scaling-group --auto-scaling-group-name my-asg --force-delete "
],
"DeleteLaunchConfiguration": [
"aws autoscaling delete-launch-configuration --launch-configuration-name my-launch-config "
],
"DeleteLifecycleHook": [
"aws autoscaling delete-lifecycle-hook --lifecycle-hook-name my-lifecycle-hook --auto-scaling-group-name my-asg "
],
"DeleteNotificationConfiguration": [
"aws autoscaling delete-notification-configuration --auto-scaling-group-name my-asg --topic-arn arn:aws:sns:us-west-2:123456789012:my-sns-topic "
],
"DeletePolicy": [
"aws autoscaling delete-policy --auto-scaling-group-name my-asg --policy-name alb1000-target-tracking-scaling-policy "
],
"DeleteScheduledAction": [
"aws autoscaling delete-scheduled-action --auto-scaling-group-name my-asg --scheduled-action-name my-scheduled-action "
],
"DeleteTags": [
"aws autoscaling delete-tags --tags ResourceId=my-asg,ResourceType=auto-scaling-group,Key=Dept,Value=Research "
],
"DescribeAccountLimits": [
"aws autoscaling describe-account-limits "
],
"DescribeAdjustmentTypes": [
"aws autoscaling describe-adjustment-types "
],
"DescribeAutoScalingGroups": [
"aws autoscaling describe-auto-scaling-groups --auto-scaling-group-name my-asg ",
"aws autoscaling describe-auto-scaling-groups --max-items 100 --auto-scaling-group-name \"group1\" \"group2\" \"group3\" \"group4\" ",
"aws autoscaling describe-auto-scaling-groups --max-items 75 --region us-east-1 ",
"aws autoscaling describe-auto-scaling-groups --max-items 1 ",
"aws autoscaling describe-auto-scaling-groups --starting-token Z3M3LMPEXAMPLE "
],
"DescribeAutoScalingInstances": [
"aws autoscaling describe-auto-scaling-instances --instance-ids i-06905f55584de02da ",
"aws autoscaling describe-auto-scaling-instances --max-items 1 ",
"aws autoscaling describe-auto-scaling-instances --starting-token Z3M3LMPEXAMPLE "
],
"DescribeAutoScalingNotificationTypes": [
"aws autoscaling describe-auto-scaling-notification-types "
],
"DescribeInstanceRefreshes": [
"aws autoscaling describe-instance-refreshes --auto-scaling-group-name my-asg "
],
"DescribeLaunchConfigurations": [
"aws autoscaling describe-launch-configurations --launch-configuration-names my-launch-config ",
"aws autoscaling describe-launch-configurations --max-items 1 ",
"aws autoscaling describe-launch-configurations --starting-token Z3M3LMPEXAMPLE "
],
"DescribeLifecycleHookTypes": [
"aws autoscaling describe-lifecycle-hook-types "
],
"DescribeLifecycleHooks": [
"aws autoscaling describe-lifecycle-hooks --auto-scaling-group-name my-asg "
],
"DescribeLoadBalancerTargetGroups": [
"aws autoscaling describe-load-balancer-target-groups --auto-scaling-group-name my-asg "
],
"DescribeLoadBalancers": [
"aws autoscaling describe-load-balancers --auto-scaling-group-name my-asg "
],
"DescribeMetricCollectionTypes": [
"aws autoscaling describe-metric-collection-types "
],
"DescribeNotificationConfigurations": [
"aws autoscaling describe-notification-configurations --auto-scaling-group-name my-asg ",
"aws autoscaling describe-notification-configurations --auto-scaling-group-name my-auto-scaling-group --max-items 1 ",
"aws autoscaling describe-notification-configurations --auto-scaling-group-name my-asg --starting-token Z3M3LMPEXAMPLE "
],
"DescribePolicies": [
"aws autoscaling describe-policies --auto-scaling-group-name my-asg ",
"aws autoscaling describe-policies --auto-scaling-group-name my-asg --policy-names cpu40-target-tracking-scaling-policy ",
"aws autoscaling describe-policies --auto-scaling-group-name my-asg --max-items 1 ",
"aws autoscaling describe-policies --auto-scaling-group-name my-asg --starting-token Z3M3LMPEXAMPLE "
],
"DescribeScalingActivities": [
"aws autoscaling describe-scaling-activities --auto-scaling-group-name my-asg ",
"aws autoscaling describe-scaling-activities --activity-ids b55c7b67-c8aa-4d10-b240-730ff91d8895 ",
"aws autoscaling describe-scaling-activities --max-items 1 ",
"aws autoscaling describe-scaling-activities --starting-token Z3M3LMPEXAMPLE "
],
"DescribeScalingProcessTypes": [
"aws autoscaling describe-scaling-process-types "
],
"DescribeScheduledActions": [
"aws autoscaling describe-scheduled-actions ",
"aws autoscaling describe-scheduled-actions --auto-scaling-group-name my-asg ",
"aws autoscaling describe-scheduled-actions --scheduled-action-names my-recurring-action ",
"aws autoscaling describe-scheduled-actions --start-time \"2020-12-01T00:30:00Z\" ",
"aws autoscaling describe-scheduled-actions --end-time \"2022-12-01T00:30:00Z\" ",
"aws autoscaling describe-scheduled-actions --auto-scaling-group-name my-asg --max-items 1 ",
"aws autoscaling describe-scheduled-actions --auto-scaling-group-name my-asg --starting-token Z3M3LMPEXAMPLE "
],
"DescribeTags": [
"aws autoscaling describe-tags ",
"aws autoscaling describe-tags --filters Name=auto-scaling-group,Values=my-asg ",
"aws autoscaling describe-tags --max-items 1 ",
"aws autoscaling describe-tags --filters Name=auto-scaling-group,Values=my-asg --starting-token Z3M3LMPEXAMPLE "
],
"DescribeTerminationPolicyTypes": [
"aws autoscaling describe-termination-policy-types "
],
"DetachInstances": [
"aws autoscaling detach-instances --instance-ids i-030017cfa84b20135 --auto-scaling-group-name my-asg --should-decrement-desired-capacity "
],
"DetachLoadBalancerTargetGroups": [
"aws autoscaling detach-load-balancer-target-groups --auto-scaling-group-name my-asg --target-group-arns arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067 "
],
"DetachLoadBalancers": [
"aws autoscaling detach-load-balancers --load-balancer-names my-load-balancer --auto-scaling-group-name my-asg "
],
"DisableMetricsCollection": [
"aws autoscaling disable-metrics-collection --auto-scaling-group-name my-asg --metrics GroupDesiredCapacity "
],
"EnableMetricsCollection": [
"aws autoscaling enable-metrics-collection --auto-scaling-group-name my-asg --granularity \"1Minute\" ",
"aws autoscaling enable-metrics-collection --auto-scaling-group-name my-asg --metrics GroupDesiredCapacity --granularity \"1Minute\" "
],
"EnterStandby": [
"aws autoscaling enter-standby --instance-ids i-061c63c5eb45f0416 --auto-scaling-group-name my-asg --should-decrement-desired-capacity "
],
"ExecutePolicy": [
"aws autoscaling execute-policy --auto-scaling-group-name my-asg --policy-name my-step-scale-out-policy --metric-value 95 --breach-threshold 80 "
],
"ExitStandby": [
"aws autoscaling exit-standby --instance-ids i-061c63c5eb45f0416 --auto-scaling-group-name my-asg "
],
"PutLifecycleHook": [
"aws autoscaling put-lifecycle-hook --auto-scaling-group-name my-asg --lifecycle-hook-name my-launch-hook --lifecycle-transition autoscaling:EC2_INSTANCE_LAUNCHING --heartbeat-timeout 4800 ",
"aws autoscaling put-lifecycle-hook --auto-scaling-group-name my-asg --lifecycle-hook-name my-launch-hook --lifecycle-transition autoscaling:EC2_INSTANCE_LAUNCHING --notification-target-arn arn:aws:sns:us-west-2:123456789012:my-sns-topic --role-arn arn:aws:iam::123456789012:role/my-auto-scaling-role ",
"aws autoscaling put-lifecycle-hook --auto-scaling-group-name my-asg --lifecycle-hook-name my-launch-hook --lifecycle-transition autoscaling:EC2_INSTANCE_LAUNCHING --notification-target-arn arn:aws:sqs:us-west-2:123456789012:my-sqs-queue --role-arn arn:aws:iam::123456789012:role/my-notification-role --notification-metadata \"SQS message metadata\" "
],
"PutNotificationConfiguration": [
"aws autoscaling put-notification-configuration --auto-scaling-group-name my-asg --topic-arn arn:aws:sns:us-west-2:123456789012:my-sns-topic --notification-type autoscaling:TEST_NOTIFICATION "
],
"PutScalingPolicy": [
"aws autoscaling put-scaling-policy --auto-scaling-group-name my-asg --policy-name alb1000-target-tracking-scaling-policy --policy-type TargetTrackingScaling --target-tracking-configuration file://config.json "
],
"PutScheduledUpdateGroupAction": [
"aws autoscaling put-scheduled-update-group-action --auto-scaling-group-name my-asg --scheduled-action-name my-scheduled-action --start-time \"2021-05-12T08:00:00Z\" --min-size 2 --max-size 6 --desired-capacity 4 ",
"aws autoscaling put-scheduled-update-group-action --auto-scaling-group-name my-asg --scheduled-action-name my-recurring-action --recurrence \"30 0 1 1,6,12 *\" --min-size 2 --max-size 6 --desired-capacity 4 "
],
"RecordLifecycleActionHeartbeat": [
"aws autoscaling record-lifecycle-action-heartbeat --lifecycle-hook-name my-launch-hook --auto-scaling-group-name my-asg --lifecycle-action-token bcd2f1b8-9a78-44d3-8a7a-4dd07d7cf635 "
],
"ResumeProcesses": [
"aws autoscaling resume-processes --auto-scaling-group-name my-asg --scaling-processes AlarmNotification "
],
"SetDesiredCapacity": [
"aws autoscaling set-desired-capacity --auto-scaling-group-name my-asg --desired-capacity 2 --honor-cooldown "
],
"SetInstanceHealth": [
"aws autoscaling set-instance-health --instance-id i-061c63c5eb45f0416 --health-status Unhealthy "
],
"SetInstanceProtection": [
"aws autoscaling set-instance-protection --instance-ids i-061c63c5eb45f0416 --auto-scaling-group-name my-asg --protected-from-scale-in ",
"aws autoscaling set-instance-protection --instance-ids i-061c63c5eb45f0416 --auto-scaling-group-name my-asg --no-protected-from-scale-in "
],
"StartInstanceRefresh": [
"aws autoscaling start-instance-refresh --auto-scaling-group-name my-asg --preferences '{\"InstanceWarmup\": 400, \"MinHealthyPercentage\": 50}' ",
"aws autoscaling start-instance-refresh --cli-input-json file://config.json "
],
"SuspendProcesses": [
"aws autoscaling suspend-processes --auto-scaling-group-name my-asg --scaling-processes AlarmNotification "
],
"TerminateInstanceInAutoScalingGroup": [
"aws autoscaling terminate-instance-in-auto-scaling-group --instance-id i-061c63c5eb45f0416 --no-should-decrement-desired-capacity "
],
"UpdateAutoScalingGroup": [
"aws autoscaling update-auto-scaling-group --auto-scaling-group-name my-asg --desired-capacity 6 --max-size 10 --min-size 2 ",
"aws autoscaling update-auto-scaling-group --auto-scaling-group-name my-asg --health-check-type ELB --health-check-grace-period 600 --vpc-zone-identifier \"subnet-5ea0c127,subnet-6194ea3b,subnet-c934b782\" ",
"aws autoscaling update-auto-scaling-group --auto-scaling-group-name my-asg --placement-group my-placement-group --termination-policies \"OldestInstance\" ",
"aws autoscaling update-auto-scaling-group --auto-scaling-group-name my-asg --launch-template LaunchTemplateId=lt-1234567890abcde12,Version='$Latest' ",
"aws autoscaling update-auto-scaling-group --auto-scaling-group-name my-asg --launch-template LaunchTemplateName=my-template-for-auto-scaling,Version='2' ",
"aws autoscaling update-auto-scaling-group --cli-input-json file://~/config.json "
]
},
"autoscaling-plans": {
"CreateScalingPlan": [
"aws autoscaling-plans create-scaling-plan --scaling-plan-name my-scaling-plan --cli-input-json file://~/config.json "
],
"DeleteScalingPlan": [
"aws autoscaling-plans delete-scaling-plan --scaling-plan-name my-scaling-plan --scaling-plan-version 1 "
],
"DescribeScalingPlanResources": [
"aws autoscaling-plans describe-scaling-plan-resources --scaling-plan-name my-scaling-plan --scaling-plan-version 1 "
],
"DescribeScalingPlans": [
"aws autoscaling-plans describe-scaling-plans --scaling-plan-names scaling-plan-with-asg-and-ddb "
],
"GetScalingPlanResourceForecastData": [
"aws autoscaling-plans get-scaling-plan-resource-forecast-data --scaling-plan-name my-scaling-plan --scaling-plan-version 1 --service-namespace \"autoscaling\" --resource-id autoScalingGroup/my-asg --scalable-dimension \"autoscaling:autoScalingGroup:DesiredCapacity\" --forecast-data-type \"LoadForecast\" --start-time \"2019-08-30T00:00:00Z\" --end-time \"2019-09-06T00:00:00Z\" "
],
"UpdateScalingPlan": [
"aws autoscaling-plans update-scaling-plan --scaling-plan-name my-scaling-plan --scaling-plan-version 1 --scaling-instructions '{\"ScalableDimension\":\"autoscaling:autoScalingGroup:DesiredCapacity\",\"ResourceId\":\"autoScalingGroup/my-asg\",\"ServiceNamespace\":\"autoscaling\",\"TargetTrackingConfigurations\":[{\"PredefinedScalingMetricSpecification\": {\"PredefinedScalingMetricType\":\"ALBRequestCountPerTarget\",\"ResourceLabel\":\"app/my-alb/f37c06a68c1748aa/targetgroup/my-target-group/6d4ea56ca2d6a18d\"},\"TargetValue\":40.0}],\"MinCapacity\": 1,\"MaxCapacity\": 10}' "
]
},
"backup": {
"CreateBackupPlan": [
"aws backup create-backup-plan --backup-plan \"{\\\"BackupPlanName\\\":\\\"Example-Backup-Plan\\\",\\\"Rules\\\":[{\\\"RuleName\\\":\\\"DailyBackups\\\",\\\"ScheduleExpression\\\":\\\"cron(0 5 ? * * *)\\\",\\\"StartWindowMinutes\\\":480,\\\"TargetBackupVaultName\\\":\\\"Default\\\",\\\"Lifecycle\\\":{\\\"DeleteAfterDays\\\":35}}]}\" "
],
"CreateBackupVault": [
"aws backup create-backup-vault --backup-vault-name sample-vault "
],
"GetBackupPlan": [
"aws backup get-backup-plan --backup-plan-id \"fcbf5d8f-bd77-4f3a-9c97-f24fb3d373a5\" "
],
"GetBackupPlanFromTemplate": [
"aws backup get-backup-plan-from-template --backup-plan-template-id \"87c0c1ef-254d-4180-8fef-2e76a2c38aaa\" "
],
"ListBackupJobs": [
"aws backup list-backup-jobs ",
"aws backup list-backup-jobs --by-state COMPLETED "
]
},
"batch": {
"CancelJob": [
"aws batch cancel-job --job-id bcf0b186-a532-4122-842e-2ccab8d54efb --reason \"Cancelling job.\" "
],
"CreateComputeEnvironment": [
"aws batch create-compute-environment --cli-input-json file://<path_to_json_file ",
"aws batch create-compute-environment --cli-input-json file://<path_to_json_file "
],
"CreateJobQueue": [
"aws batch create-job-queue --cli-input-json file://<path_to_json_file ",
"aws batch create-job-queue --cli-input-json file://<path_to_json_file "
],
"DeleteComputeEnvironment": [
"aws batch delete-compute-environment --compute-environment P2OnDemand "
],
"DeleteJobQueue": [
"aws batch delete-job-queue --job-queue GPGPU "
],
"DeregisterJobDefinition": [
"aws batch deregister-job-definition --job-definition sleep10 "
],
"DescribeComputeEnvironments": [
"aws batch describe-compute-environments --compute-environments P2OnDemand "
],
"DescribeJobDefinitions": [
"aws batch describe-job-definitions --status ACTIVE "
],
"DescribeJobQueues": [
"aws batch describe-job-queues --job-queues HighPriority "
],
"DescribeJobs": [
"aws batch describe-jobs --jobs bcf0b186-a532-4122-842e-2ccab8d54efb "
],
"ListJobs": [
"aws batch list-jobs --job-queue HighPriority ",
"aws batch list-jobs --job-queue HighPriority --job-status SUBMITTED "
],
"RegisterJobDefinition": [
"aws batch register-job-definition --job-definition-name sleep30 --type container --container-properties '{ \"image\": \"busybox\", \"vcpus\": 1, \"memory\": 128, \"command\": [ \"sleep\", \"30\"]}' "
],
"SubmitJob": [
"aws batch submit-job --job-name example --job-queue HighPriority --job-definition sleep60 "
],
"TerminateJob": [
"aws batch terminate-job --job-id 61e743ed-35e4-48da-b2de-5c8333821c84 --reason \"Terminating job.\" "
],
"UpdateComputeEnvironment": [
"aws batch update-compute-environment --compute-environment P2OnDemand --state DISABLED "
],
"UpdateJobQueue": [
"aws batch update-job-queue --job-queue GPGPU --state DISABLED "
]
},
"budgets": {
"CreateBudget": [
"aws budgets create-budget --account-id 111122223333 --budget file://budget.json --notifications-with-subscribers file://notifications-with-subscribers.json "
],
"CreateNotification": [
"aws budgets create-notification --account-id 111122223333 --budget-name \"Example Budget\" --notification NotificationType=ACTUAL,ComparisonOperator=GREATER_THAN,Threshold=80,ThresholdType=PERCENTAGE --subscriber SubscriptionType=EMAIL,Address=example@example.com "
],
"CreateSubscriber": [
"aws budgets create-subscriber --account-id 111122223333 --budget-name \"Example Budget\" --notification NotificationType=ACTUAL,ComparisonOperator=GREATER_THAN,Threshold=80,ThresholdType=PERCENTAGE --subscriber SubscriptionType=EMAIL,Address=example@example.com "
],
"DeleteBudget": [
"aws budgets delete-budget --account-id 111122223333 --budget-name \"Example Budget\" "
],
"DeleteNotification": [
"aws budgets delete-notification --account-id 111122223333 --budget-name \"Example Budget\" --notification NotificationType=ACTUAL,ComparisonOperator=GREATER_THAN,Threshold=80,ThresholdType=PERCENTAGE "
],
"DeleteSubscriber": [
"aws budgets delete-subscriber --account-id 111122223333 --budget-name \"Example Budget\" --notification NotificationType=ACTUAL,ComparisonOperator=GREATER_THAN,Threshold=80,ThresholdType=PERCENTAGE --subscriber SubscriptionType=EMAIL,Address=example@example.com "
],
"DescribeBudget": [
"aws budgets describe-budget --account-id 111122223333 --budget-name \"Example Budget\" "
],
"DescribeBudgets": [
"aws budgets describe-budgets --account-id 111122223333 --max-results 20 "
],
"DescribeNotificationsForBudget": [
"aws budgets describe-notifications-for-budget --account-id 111122223333 --budget-name \"Example Budget\" --max-results 5 "
],
"DescribeSubscribersForNotification": [
"aws budgets describe-subscribers-for-notification --account-id 111122223333 --budget-name \"Example Budget\" --notification NotificationType=ACTUAL,ComparisonOperator=GREATER_THAN,Threshold=80,ThresholdType=PERCENTAGE --max-results 5 "
],
"UpdateBudget": [
"aws budgets update-budget --account-id 111122223333 --new-budget file://new-budget.json "
],
"UpdateNotification": [
"aws budgets update-notification --account-id 111122223333 --budget-name \"Example Budget\" --old-notification NotificationType=ACTUAL,ComparisonOperator=GREATER_THAN,Threshold=80,ThresholdType=PERCENTAGE --new-notification NotificationType=ACTUAL,ComparisonOperator=GREATER_THAN,Threshold=90,ThresholdType=PERCENTAGE "
],
"UpdateSubscriber": [
"aws budgets update-subscriber --account-id 111122223333 --budget-name \"Example Budget\" --notification NotificationType=ACTUAL,ComparisonOperator=GREATER_THAN,Threshold=80,ThresholdType=PERCENTAGE --old-subscriber SubscriptionType=EMAIL,Address=example@example.com --new-subscriber SubscriptionType=EMAIL,Address=example2@example.com "
]
},
"ce": {
"GetCostAndUsage": [
"aws ce get-cost-and-usage --time-period Start=2017-09-01,End=2017-10-01 --granularity MONTHLY --metrics \"BlendedCost\" \"UnblendedCost\" \"UsageQuantity\" --group-by Type=DIMENSION,Key=SERVICE Type=TAG,Key=Environment --filter file://filters.json "
],
"GetDimensionValues": [
"aws ce get-dimension-values --search-string Elastic --time-period Start=2017-01-01,End=2017-05-18 --dimension SERVICE "
],
"GetReservationCoverage": [
"aws ce get-reservation-coverage --time-period Start=2017-07-01,End=2017-10-01 --group-by Type=Dimension,Key=REGION --filter file://filters.json "
],
"GetReservationPurchaseRecommendation": [
"aws ce get-reservation-purchase-recommendation --service \"Amazon Redshift\" --lookback-period-in-days SIXTY_DAYS --term-in-years THREE_YEARS --payment-option PARTIAL_UPFRONT "
],
"GetReservationUtilization": [
"aws ce get-reservation-utilization --time-period Start=2018-03-01,End=2018-08-01 --filter file://filters.json "
],
"GetTags": [
"aws ce get-tags --search-string secretProject --time-period Start=2017-01-01,End=2017-05-18 --tag-key Project "
]
},
"chime": {
"AssociatePhoneNumberWithUser": [
"aws chime associate-phone-number-with-user --account-id 12a3456b-7c89-012d-3456-78901e23fg45 --user-id 1ab2345c-67de-8901-f23g-45h678901j2k --e164-phone-number \"+12065550100\" "
],
"AssociatePhoneNumbersWithVoiceConnector": [
"aws chime associate-phone-numbers-with-voice-connector --voice-connector-id abcdef1ghij2klmno3pqr4 --e164-phone-numbers \"+12065550100\" \"+12065550101\" --force-associate "
],
"AssociatePhoneNumbersWithVoiceConnectorGroup": [
"aws chime associate-phone-numbers-with-voice-connector-group --voice-connector-group-id 123a456b-c7d8-90e1-fg23-4h567jkl8901 --e164-phone-numbers \"+12065550100\" \"+12065550101\" --force-associate "
],
"AssociateSigninDelegateGroupsWithAccount": [
"aws chime associate-signin-delegate-groups-with-account --account-id 12a3456b-7c89-012d-3456-78901e23fg45 --signin-delegate-groups GroupName=my_users "
],
"BatchCreateRoomMembership": [
"aws chime batch-create-room-membership --account-id 12a3456b-7c89-012d-3456-78901e23fg45 --room-id abcd1e2d-3e45-6789-01f2-3g45h67i890j --membership-item-list \"MemberId=1ab2345c-67de-8901-f23g-45h678901j2k,Role=Administrator\" \"MemberId=2ab2345c-67de-8901-f23g-45h678901j2k,Role=Member\" "
],
"BatchDeletePhoneNumber": [
"aws chime batch-delete-phone-number --phone-number-ids \"%2B12065550100\" \"%2B12065550101\" "
],
"BatchSuspendUser": [
"aws chime batch-suspend-user --account-id a1b2c3d4-5678-90ab-cdef-11111EXAMPLE --user-id-list \"a1b2c3d4-5678-90ab-cdef-22222EXAMPLE\" \"a1b2c3d4-5678-90ab-cdef-33333EXAMPLE\" \"a1b2c3d4-5678-90ab-cdef-44444EXAMPLE\" "
],
"BatchUnsuspendUser": [
"aws chime batch-unsuspend-user --account-id a1b2c3d4-5678-90ab-cdef-11111EXAMPLE --user-id-list \"a1b2c3d4-5678-90ab-cdef-22222EXAMPLE\" \"a1b2c3d4-5678-90ab-cdef-33333EXAMPLE\" \"a1b2c3d4-5678-90ab-cdef-44444EXAMPLE\" "
],
"BatchUpdatePhoneNumber": [
"aws chime batch-update-phone-number --update-phone-number-request-items PhoneNumberId=%2B12065550100,ProductType=BusinessCalling PhoneNumberId=%2B12065550101,ProductType=BusinessCalling ",
"aws chime batch-update-phone-number --update-phone-number-request-items PhoneNumberId=%2B14013143874,CallingName=phonenumber1 PhoneNumberId=%2B14013144061,CallingName=phonenumber2 "
],
"BatchUpdateUser": [
"aws chime batch-update-user --account-id a1b2c3d4-5678-90ab-cdef-11111EXAMPLE --update-user-request-items \"UserId=a1b2c3d4-5678-90ab-cdef-22222EXAMPLE,LicenseType=Basic\" \"UserId=a1b2c3d4-5678-90ab-cdef-33333EXAMPLE,LicenseType=Basic\" "
],
"CreateAccount": [
"aws chime create-account --name MyChimeAccount "
],
"CreateBot": [
"aws chime create-bot --account-id 12a3456b-7c89-012d-3456-78901e23fg45 --display-name \"myBot\" --domain \"example.com\" "
],
"CreatePhoneNumberOrder": [
"aws chime create-phone-number-order --product-type VoiceConnector --e164-phone-numbers \"+12065550100\" \"+12065550101\" \"+12065550102\" "
],
"CreateProxySession": [
"aws chime create-proxy-session --voice-connector-id abcdef1ghij2klmno3pqr4 --participant-phone-numbers \"+14015550101\" \"+12065550100\" --capabilities \"Voice\" \"SMS\" "
],
"CreateRoom": [
"aws chime create-room --account-id 12a3456b-7c89-012d-3456-78901e23fg45 --name chatRoom "
],
"CreateRoomMembership": [
"aws chime create-room-membership --account-id 12a3456b-7c89-012d-3456-78901e23fg45 --room-id abcd1e2d-3e45-6789-01f2-3g45h67i890j --member-id 1ab2345c-67de-8901-f23g-45h678901j2k "
],
"CreateUser": [
"aws chime create-user --account-id 12a3456b-7c89-012d-3456-78901e23fg45 --email roomdevice@example.com --user-type SharedDevice "
],
"CreateVoiceConnector": [
"aws chime create-voice-connector --name newVoiceConnector --aws-region us-west-2 --require-encryption "
],
"CreateVoiceConnectorGroup": [
"aws chime create-voice-connector-group --name myGroup --voice-connector-items VoiceConnectorId=abcdef1ghij2klmno3pqr4,Priority=2 "
],
"DeleteAccount": [
"aws chime delete-account --account-id a1b2c3d4-5678-90ab-cdef-11111EXAMPLE "
],
"DeletePhoneNumber": [
"aws chime delete-phone-number --phone-number-id \"+12065550100\" "
],
"DeleteProxySession": [
"aws chime delete-proxy-session --voice-connector-id abcdef1ghij2klmno3pqr4 --proxy-session-id 123a4bc5-67d8-901e-2f3g-h4ghjk56789l "
],
"DeleteRoom": [
"aws chime delete-room --account-id 12a3456b-7c89-012d-3456-78901e23fg45 --room-id abcd1e2d-3e45-6789-01f2-3g45h67i890j "
],
"DeleteRoomMembership": [
"aws chime delete-room-membership --account-id 12a3456b-7c89-012d-3456-78901e23fg45 --room-id abcd1e2d-3e45-6789-01f2-3g45h67i890j --member-id 1ab2345c-67de-8901-f23g-45h678901j2k "
],
"DeleteVoiceConnector": [
"aws chime delete-voice-connector --voice-connector-id abcdef1ghij2klmno3pqr4 "
],
"DeleteVoiceConnectorGroup": [
"aws chime delete-voice-connector-group --voice-connector-group-id 123a456b-c7d8-90e1-fg23-4h567jkl8901 "
],
"DeleteVoiceConnectorOrigination": [
"aws chime delete-voice-connector-origination --voice-connector-id abcdef1ghij2klmno3pqr4 "
],
"DeleteVoiceConnectorProxy": [
"aws chime delete-voice-connector-proxy --voice-connector-id abcdef1ghij2klmno3pqr4 "
],
"DeleteVoiceConnectorStreamingConfiguration": [
"aws chime delete-voice-connector-streaming-configuration --voice-connector-id abcdef1ghij2klmno3pqr4 "
],
"DeleteVoiceConnectorTermination": [
"aws chime delete-voice-connector-termination --voice-connector-id abcdef1ghij2klmno3pqr4 "
],
"DeleteVoiceConnectorTerminationCredentials": [
"aws chime delete-voice-connector-termination-credentials --voice-connector-id abcdef1ghij2klmno3pqr4 --usernames \"jdoe\" "
],
"DisassociatePhoneNumberFromUser": [
"aws chime disassociate-phone-number-from-user --account-id 12a3456b-7c89-012d-3456-78901e23fg45 --user-id 1ab2345c-67de-8901-f23g-45h678901j2k "
],
"DisassociatePhoneNumbersFromVoiceConnector": [
"aws chime disassociate-phone-numbers-from-voice-connector --voice-connector-id abcdef1ghij2klmno3pqr4 --e164-phone-numbers \"+12065550100\" \"+12065550101\" "
],
"DisassociatePhoneNumbersFromVoiceConnectorGroup": [
"aws chime disassociate-phone-numbers-from-voice-connector-group --voice-connector-group-id 123a456b-c7d8-90e1-fg23-4h567jkl8901 --e164-phone-numbers \"+12065550100\" \"+12065550101\" "
],
"DisassociateSigninDelegateGroupsFromAccount": [
"aws chime disassociate-signin-delegate-groups-from-account --account-id 12a3456b-7c89-012d-3456-78901e23fg45 --group-names \"my_users\" "
],
"GetAccount": [
"aws chime get-account --account-id a1b2c3d4-5678-90ab-cdef-11111EXAMPLE "
],
"GetAccountSettings": [
"aws chime get-account-settings --account-id a1b2c3d4-5678-90ab-cdef-11111EXAMPLE "
],
"GetBot": [
"aws chime get-bot --account-id 12a3456b-7c89-012d-3456-78901e23fg45 --bot-id 123abcd4-5ef6-789g-0h12-34j56789012k "
],
"GetGlobalSettings": [
"aws chime get-global-settings "
],
"GetPhoneNumber": [
"aws chime get-phone-number --phone-number-id +12065550100 "
],
"GetPhoneNumberOrder": [
"aws chime get-phone-number-order --phone-number-order-id abc12345-de67-89f0-123g-h45i678j9012 "
],
"GetPhoneNumberSettings": [
"aws chime get-phone-number-settings "
],
"GetProxySession": [
"aws chime get-proxy-session --voice-connector-id abcdef1ghij2klmno3pqr4 --proxy-session-id 123a4bc5-67d8-901e-2f3g-h4ghjk56789l "
],
"GetRoom": [
"aws chime get-room --account-id 12a3456b-7c89-012d-3456-78901e23fg45 --room-id abcd1e2d-3e45-6789-01f2-3g45h67i890j "
],
"GetUser": [
"aws chime get-user --account-id a1b2c3d4-5678-90ab-cdef-11111EXAMPLE --user-id a1b2c3d4-5678-90ab-cdef-22222EXAMPLE "
],
"GetUserSettings": [
"aws chime get-user-settings --account-id 12a3456b-7c89-012d-3456-78901e23fg45 --user-id 1ab2345c-67de-8901-f23g-45h678901j2k "
],
"GetVoiceConnector": [
"aws chime get-voice-connector --voice-connector-id abcdef1ghij2klmno3pqr4 "
],
"GetVoiceConnectorGroup": [
"aws chime get-voice-connector-group --voice-connector-group-id 123a456b-c7d8-90e1-fg23-4h567jkl8901 "
],
"GetVoiceConnectorLoggingConfiguration": [
"aws chime get-voice-connector-logging-configuration --voice-connector-id abcdef1ghij2klmno3pqr4 "
],
"GetVoiceConnectorOrigination": [
"aws chime get-voice-connector-origination --voice-connector-id abcdef1ghij2klmno3pqr4 "
],
"GetVoiceConnectorProxy": [
"aws chime get-voice-connector-proxy --voice-connector-id abcdef1ghij2klmno3pqr4 "
],
"GetVoiceConnectorStreamingConfiguration": [
"aws chime get-voice-connector-streaming-configuration --voice-connector-id abcdef1ghij2klmno3pqr4 "
],
"GetVoiceConnectorTermination": [
"aws chime get-voice-connector-termination --voice-connector-id abcdef1ghij2klmno3pqr4 "
],
"GetVoiceConnectorTerminationHealth": [
"aws chime get-voice-connector-termination-health --voice-connector-id abcdef1ghij2klmno3pqr4 "
],
"InviteUsers": [
"aws chime invite-users --account-id a1b2c3d4-5678-90ab-cdef-11111EXAMPLE --user-email-list \"alejandror@example.com\" \"janed@example.com\" "
],
"ListAccounts": [
"aws chime list-accounts "
],
"ListBots": [
"aws chime list-bots --account-id 12a3456b-7c89-012d-3456-78901e23fg45 "
],
"ListPhoneNumberOrders": [
"aws chime list-phone-number-orders "
],
"ListPhoneNumbers": [
"aws chime list-phone-numbers "
],
"ListProxySessions": [
"aws chime list-proxy-sessions --voice-connector-id abcdef1ghij2klmno3pqr4 "
],
"ListRoomMemberships": [
"aws chime list-room-memberships --account-id 12a3456b-7c89-012d-3456-78901e23fg45 --room-id abcd1e2d-3e45-6789-01f2-3g45h67i890j "
],
"ListRooms": [
"aws chime list-rooms --account-id 12a3456b-7c89-012d-3456-78901e23fg45 --member-id 1ab2345c-67de-8901-f23g-45h678901j2k "
],
"ListUsers": [
"aws chime list-users --account-id a1b2c3d4-5678-90ab-cdef-11111EXAMPLE "
],
"ListVoiceConnectorGroups": [
"aws chime list-voice-connector-groups "
],
"ListVoiceConnectorTerminationCredentials": [
"aws chime list-voice-connector-termination-credentials --voice-connector-id abcdef1ghij2klmno3pqr4 "
],
"ListVoiceConnectors": [
"aws chime list-voice-connectors "
],
"LogoutUser": [
"aws chime logout-user --account-id a1b2c3d4-5678-90ab-cdef-11111EXAMPLE --user-id a1b2c3d4-5678-90ab-cdef-22222EXAMPLE "
],
"PutVoiceConnectorLoggingConfiguration": [
"aws chime put-voice-connector-logging-configuration --voice-connector-id abcdef1ghij2klmno3pqr4 --logging-configuration EnableSIPLogs=true "
],
"PutVoiceConnectorOrigination": [
"aws chime put-voice-connector-origination --voice-connector-id abcdef1ghij2klmno3pqr4 --origination Routes=[{Host=\"10.24.34.0\"},{Port=1234},{Protocol=\"TCP\"},{Priority=1},{Weight=5}],Disabled=false "
],
"PutVoiceConnectorProxy": [
"aws chime put-voice-connector-proxy --voice-connector-id abcdef1ghij2klmno3pqr4 --default-session-expiry-minutes 60 --phone-number-pool-countries \"US\" "
],
"PutVoiceConnectorStreamingConfiguration": [
"aws chime put-voice-connector-streaming-configuration --voice-connector-id abcdef1ghij2klmno3pqr4 --streaming-configuration DataRetentionInHours=24,Disabled=false "
],
"PutVoiceConnectorTermination": [
"aws chime put-voice-connector-termination --voice-connector-id abcdef1ghij2klmno3pqr4 --termination CallingRegions=\"US\",CidrAllowedList=\"10.24.34.0/23\",Disabled=false "
],
"PutVoiceConnectorTerminationCredentials": [
"aws chime put-voice-connector-termination-credentials --voice-connector-id abcdef1ghij2klmno3pqr4 --credentials Username=\"jdoe\",Password=\"XXXXXXXX\" "
],
"RegenerateSecurityToken": [
"aws chime regenerate-security-token --account-id 12a3456b-7c89-012d-3456-78901e23fg45 --bot-id 123abcd4-5ef6-789g-0h12-34j56789012k "
],
"ResetPersonalPin": [
"aws chime reset-personal-pin --account-id a1b2c3d4-5678-90ab-cdef-11111EXAMPLE --user-id a1b2c3d4-5678-90ab-cdef-22222EXAMPLE "
],
"RestorePhoneNumber": [
"aws chime restore-phone-number --phone-number-id \"+12065550100\" "
],
"SearchAvailablePhoneNumbers": [
"aws chime search-available-phone-numbers --area-code \"206\" "
],
"UpdateAccount": [
"aws chime update-account --account-id a1b2c3d4-5678-90ab-cdef-11111EXAMPLE --name MyAccountName "
],
"UpdateAccountSettings": [
"aws chime update-account-settings --account-id a1b2c3d4-5678-90ab-cdef-11111EXAMPLE --account-settings DisableRemoteControl=true "
],
"UpdateBot": [
"aws chime update-bot --account-id 12a3456b-7c89-012d-3456-78901e23fg45 --bot-id 123abcd4-5ef6-789g-0h12-34j56789012k --disabled "
],
"UpdateGlobalSettings": [
"aws chime update-global-settings --business-calling CdrBucket=\"s3bucket\" --voice-connector CdrBucket=\"s3bucket\" "
],
"UpdatePhoneNumber": [
"aws chime update-phone-number --phone-number-id \"+12065550100\" --product-type \"BusinessCalling\" ",
"aws chime update-phone-number --phone-number-id \"+12065550100\" --calling-name \"phonenumber2\" "
],
"UpdatePhoneNumberSettings": [
"aws chime update-phone-number-settings --calling-name \"myName\" "
],
"UpdateProxySession": [
"aws chime update-proxy-session --voice-connector-id abcdef1ghij2klmno3pqr4 --proxy-session-id 123a4bc5-67d8-901e-2f3g-h4ghjk56789l --capabilities \"Voice\" "
],
"UpdateRoom": [
"aws chime update-room --account-id 12a3456b-7c89-012d-3456-78901e23fg45 --room-id abcd1e2d-3e45-6789-01f2-3g45h67i890j --name teamRoom "
],
"UpdateRoomMembership": [
"aws chime update-room-membership --account-id 12a3456b-7c89-012d-3456-78901e23fg45 --room-id abcd1e2d-3e45-6789-01f2-3g45h67i890j --member-id 1ab2345c-67de-8901-f23g-45h678901j2k --role Administrator "
],
"UpdateUser": [
"aws chime update-user --account-id a1b2c3d4-5678-90ab-cdef-11111EXAMPLE --user-id a1b2c3d4-5678-90ab-cdef-22222EXAMPLE --license-type \"Basic\" "
],
"UpdateUserSettings": [
"aws chime update-user-settings --account-id 12a3456b-7c89-012d-3456-78901e23fg45 --user-id 1ab2345c-67de-8901-f23g-45h678901j2k --user-settings \"Telephony={InboundCalling=true,OutboundCalling=true,SMS=true}\" "
],
"UpdateVoiceConnector": [
"aws chime update-voice-connector --voice-connector-id abcdef1ghij2klmno3pqr4 --name newName --require-encryption "
],
"UpdateVoiceConnectorGroup": [
"aws chime update-voice-connector-group --voice-connector-group-id 123a456b-c7d8-90e1-fg23-4h567jkl8901 --name \"newGroupName\" --voice-connector-items VoiceConnectorId=abcdef1ghij2klmno3pqr4,Priority=1 "
]
},
"cloud9": {
"CreateEnvironmentEc2": [
"aws cloud9 create-environment-ec2 --name my-demo-env --description \"My demonstration development environment.\" --instance-type t2.micro --subnet-id subnet-1fab8aEX --automatic-stop-time-minutes 60 --owner-arn arn:aws:iam::123456789012:user/MyDemoUser "
],
"CreateEnvironmentMembership": [
"aws cloud9 create-environment-membership --environment-id 8a34f51ce1e04a08882f1e811bd706EX --user-arn arn:aws:iam::123456789012:user/AnotherDemoUser --permissions read-write "
],
"DeleteEnvironment": [
"aws cloud9 delete-environment --environment-id 8a34f51ce1e04a08882f1e811bd706EX "
],
"DeleteEnvironmentMembership": [
"aws cloud9 delete-environment-membership --environment-id 8a34f51ce1e04a08882f1e811bd706EX --user-arn arn:aws:iam::123456789012:user/AnotherDemoUser "
],
"DescribeEnvironmentMemberships": [
"aws cloud9 describe-environment-memberships --environment-id 8a34f51ce1e04a08882f1e811bd706EX ",
"aws cloud9 describe-environment-memberships --environment-id 8a34f51ce1e04a08882f1e811bd706EX --permissions owner ",
"aws cloud9 describe-environment-memberships --user-arn arn:aws:iam::123456789012:user/MyDemoUser "
],
"DescribeEnvironmentStatus": [
"aws cloud9 describe-environment-status --environment-id 685f892f431b45c2b28cb69eadcdb0EX "
],
"DescribeEnvironments": [
"aws cloud9 describe-environments --environment-ids 685f892f431b45c2b28cb69eadcdb0EX 349c86d4579e4e7298d500ff57a6b2EX "
],
"ListEnvironments": [
"aws cloud9 list-environments "
],
"UpdateEnvironment": [
"aws cloud9 update-environment --environment-id 8a34f51ce1e04a08882f1e811bd706EX --name my-changed-demo-env --description \"My changed demonstration development environment.\" "
],
"UpdateEnvironmentMembership": [
"aws cloud9 update-environment-membership --environment-id 8a34f51ce1e04a08882f1e811bd706EX --user-arn arn:aws:iam::123456789012:user/AnotherDemoUser --permissions read-only "
]
},
"cloudformation": {
"CancelUpdateStack": [
"aws cloudformation cancel-update-stack --stack-name myteststack "
],
"ContinueUpdateRollback": [
"aws cloudformation continue-update-rollback --stack-name my-stack "
],
"CreateChangeSet": [
"aws cloudformation create-change-set --stack-name my-application --change-set-name my-change-set --template-body file://template.yaml --capabilities CAPABILITY_IAM "
],
"CreateStack": [
"aws cloudformation create-stack --stack-name myteststack --template-body file://sampletemplate.json --parameters ParameterKey=KeyPairName,ParameterValue=TestKey ParameterKey=SubnetIDs,ParameterValue=SubnetID1\\\\,SubnetID2 "
],
"CreateStackInstances": [
"aws cloudformation create-stack-instances --stack-set-name my-stack-set --accounts 123456789012 223456789012 --regions us-east-1 us-east-2 us-west-1 us-west-2 --operation-preferences FailureToleranceCount=7 "
],
"CreateStackSet": [
"aws cloudformation create-stack-set --stack-set-name my-stack-set --template-body file://template.yaml --description \"SNS topic\" "
],
"DeleteChangeSet": [
"aws cloudformation delete-change-set --stack-name my-stack --change-set-name my-change-set ",
"aws cloudformation delete-change-set --change-set-name arn:aws:cloudformation:us-east-2:123456789012:changeSet/my-change-set/4eca1a01-e285-xmpl-8026-9a1967bfb4b0 "
],
"DeleteStack": [
"aws cloudformation delete-stack --stack-name my-stack "
],
"DeleteStackInstances": [
"aws cloudformation delete-stack-instances --stack-set-name my-stack-set --accounts 123456789012 567890123456 --regions us-east-1 us-west-1 --no-retain-stacks "
],
"DeleteStackSet": [
"aws cloudformation delete-stack-set --stack-set-name my-stack-set "
],
"Deploy": [
"aws cloudformation deploy --template-file /path_to_template/template.json --stack-name my-new-stack --parameter-overrides Key1=Value1 Key2=Value2 --tags Key1=Value1 Key2=Value2 "
],
"DeregisterType": [
"aws cloudformation deregister-type --type RESOURCE --type-name My::Logs::LogGroup --version-id 00000002 "
],
"DescribeAccountLimits": [
"aws cloudformation describe-account-limits "
],
"DescribeChangeSet": [
"aws cloudformation describe-change-set --change-set-name my-change-set --stack-name my-stack ",
"aws cloudformation describe-change-set --change-set-name arn:aws:cloudformation:us-west-2:123456789012:changeSet/my-change-set/bc9555ba-a949-xmpl-bfb8-f41d04ec5784 "
],
"DescribeStackDriftDetectionStatus": [
"aws cloudformation describe-stack-drift-detection-status --stack-drift-detection-id 1a229160-e4d9-xmpl-ab67-0a4f93df83d4 "
],
"DescribeStackEvents": [
"aws cloudformation describe-stack-events --stack-name my-stack --max-items 2 "
],
"DescribeStackInstance": [
"aws cloudformation describe-stack-instance --stack-set-name my-stack-set --stack-instance-account 123456789012 --stack-instance-region us-west-2 "
],
"DescribeStackResource": [
"aws cloudformation describe-stack-resource --stack-name MyStack --logical-resource-id MyFunction "
],
"DescribeStackResourceDrifts": [
"aws cloudformation describe-stack-resource-drifts --stack-name my-stack "
],
"DescribeStackResources": [
"aws cloudformation describe-stack-resources --stack-name my-stack "
],
"DescribeStackSet": [
"aws cloudformation describe-stack-set --stack-set-name my-stack-set "
],
"DescribeStackSetOperation": [
"aws cloudformation describe-stack-set-operation --stack-set-name enable-config --operation-id 35d45ebc-ed88-xmpl-ab59-0197a1fc83a0 "
],
"DescribeStacks": [
"aws cloudformation describe-stacks --stack-name myteststack "
],
"DescribeType": [
"aws cloudformation describe-type --type-name My::Logs::LogGroup --type RESOURCE "
],
"DescribeTypeRegistration": [
"aws cloudformation describe-type-registration --registration-token a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"DetectStackDrift": [
"aws cloudformation detect-stack-drift --stack-name my-stack "
],
"DetectStackResourceDrift": [
"aws cloudformation detect-stack-resource-drift --stack-name MyStack --logical-resource-id MyFunction "
],
"DetectStackSetDrift": [
"aws cloudformation detect-stack-set-drift --stack-set-name stack-set-drift-example "
],
"EstimateTemplateCost": [
"aws cloudformation estimate-template-cost --template-body file://template.yaml "
],
"ExecuteChangeSet": [
"aws cloudformation execute-change-set --change-set-name my-change-set --stack-name my-stack ",
"aws cloudformation execute-change-set --change-set-name arn:aws:cloudformation:us-west-2:123456789012:changeSet/my-change-set/bc9555ba-a949-xmpl-bfb8-f41d04ec5784 "
],
"GetStackPolicy": [
"aws cloudformation get-stack-policy --stack-name my-stack "
],
"GetTemplate": [
"aws cloudformation get-template --stack-name myteststack "
],
"GetTemplateSummary": [
"aws cloudformation get-template-summary --template-body file://template.yaml "
],
"ListChangeSets": [
"aws cloudformation list-change-sets --stack-name my-stack "
],
"ListExports": [
"aws cloudformation list-exports "
],
"ListImports": [
"aws cloudformation list-imports --export-name private-vpc-vpcid "
],
"ListStackInstances": [
"aws cloudformation list-stack-instances --stack-set-name enable-config "
],
"ListStackResources": [
"aws cloudformation list-stack-resources --stack-name my-stack "
],
"ListStackSetOperationResults": [
"aws cloudformation list-stack-set-operation-results --stack-set-name enable-config --operation-id 35d45ebc-ed88-xmpl-ab59-0197a1fc83a0 "
],
"ListStackSetOperations": [
"aws cloudformation list-stack-set-operations --stack-set-name my-stack-set "
],
"ListStackSets": [
"aws cloudformation list-stack-sets "
],
"ListStacks": [
"aws cloudformation list-stacks --stack-status-filter CREATE_COMPLETE "
],
"ListTypeRegistrations": [
"aws cloudformation list-type-registrations --type RESOURCE --type-name My::Logs::LogGroup --registration-status-filter COMPLETE "
],
"ListTypeVersions": [
"aws cloudformation list-type-versions --type RESOURCE --type-name My::Logs::LogGroup --deprecated-status LIVE "
],
"ListTypes": [
"aws cloudformation list-types "
],
"Package": [
"aws cloudformation package --template-file /path_to_template/template.json --s3-bucket bucket-name --output-template-file packaged-template.json "
],
"RegisterType": [
"aws cloudformation register-type --type-name My::Organization::ResourceName --schema-handler-package s3://bucket_name/my-organization-resource_name.zip --type RESOURCE "
],
"SetStackPolicy": [
"aws cloudformation set-stack-policy --stack-name my-stack --stack-policy-body file://stack-policy.json "
],
"SetTypeDefaultVersion": [
"aws cloudformation set-type-default-version --type RESOURCE --type-name My::Logs::LogGroup --version-id 00000003 "
],
"SignalResource": [
"aws cloudformation signal-resource --stack-name my-stack --logical-resource-id MyWaitCondition --unique-id 1234 --status SUCCESS "
],
"StopStackSetOperation": [
"aws cloudformation stop-stack-set-operation --stack-set-name my-stack-set --operation-id 1261cd27-490b-xmpl-ab42-793a896c69e6 "
],
"UpdateStack": [
"aws cloudformation update-stack --stack-name mystack --template-url https://s3.amazonaws.com/sample/updated.template --parameters ParameterKey=KeyPairName,ParameterValue=SampleKeyPair ParameterKey=SubnetIDs,ParameterValue=SampleSubnetID1\\\\,SampleSubnetID2 ",
"aws cloudformation update-stack --stack-name mystack --template-url https://s3.amazonaws.com/sample/updated.template --parameters ParameterKey=KeyPairName,UsePreviousValue=true ParameterKey=SubnetIDs,ParameterValue=SampleSubnetID1\\\\,UpdatedSampleSubnetID2 ",
"aws cloudformation update-stack --stack-name mystack --use-previous-template --notification-arns \"arn:aws:sns:use-east-1:123456789012:mytopic1\" \"arn:aws:sns:us-east-1:123456789012:mytopic2\" "
],
"UpdateStackInstances": [
"aws cloudformation update-stack-instances --stack-set-name my-stack-set --accounts 123456789012 567890123456 --regions us-east-1 us-west-2 --operation-preferences FailureToleranceCount=3 "
],
"UpdateStackSet": [
"aws cloudformation update-stack-set --stack-set-name my-stack-set --use-previous-template --tags Key=Owner,Value=IT "
],
"UpdateTerminationProtection": [
"aws cloudformation update-termination-protection --stack-name my-stack --enable-termination-protection "
],
"ValidateTemplate": [
"aws cloudformation validate-template --template-body file://sampletemplate.json "
],
"Wait": {
"ChangeSetCreateComplete": [
"aws cloudformation wait change-set-create-complete --stack-name my-stack --change-set-name my-change-set "
],
"StackCreateComplete": [
"aws cloudformation wait stack-create-complete --stack-name \"arn:aws:cloudformation:us-west-2:123456789012:stack/my-stack-1234/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111\" "
],
"StackDeleteComplete": [
"aws cloudformation wait stack-delete-complete --stack-name \"arn:aws:cloudformation:us-west-2:123456789012:stack/my-stack-1234/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111\" "
],
"StackExists": [
"aws cloudformation wait stack-exists --stack-name \"arn:aws:cloudformation:us-west-2:123456789012:stack/my-stack-1234/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111\" "
],
"StackImportComplete": [
"aws cloudformation wait stack-import-complete --stack-name \"arn:aws:cloudformation:us-west-2:123456789012:stack/my-stack-1234/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111\" "
],
"StackRollbackComplete": [
"aws cloudformation wait stack-rollback-complete --stack-name \"arn:aws:cloudformation:us-west-2:123456789012:stack/my-stack-1234/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111\" "
],
"StackUpdateComplete": [
"aws cloudformation wait stack-update-complete --stack-name \"arn:aws:cloudformation:us-west-2:123456789012:stack/my-stack-1234/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111\" "
],
"TypeRegistrationComplete": [
"aws cloudformation wait type-registration-complete --registration-token \"f5525280-104e-4d35-bef5-8f1f1example\" "
]
},
"_deploy_description": [],
"_package_description": []
},
"cloudfront": {
"CreateCloudFrontOriginAccessIdentity": [
"aws cloudfront create-cloud-front-origin-access-identity --cloud-front-origin-access-identity-config CallerReference=\"cli-example\",Comment=\"Example OAI\" ",
"aws cloudfront create-cloud-front-origin-access-identity --cloud-front-origin-access-identity-config file://OAI-config.json "
],
"CreateDistribution": [
"aws cloudfront create-distribution --origin-domain-name awsexamplebucket.s3.amazonaws.com --default-root-object index.html ",
"aws cloudfront create-distribution --distribution-config file://dist-config.json "
],
"CreateDistributionWithTags": [
"aws cloudfront create-distribution-with-tags --distribution-config-with-tags file://dist-config-with-tags.json "
],
"CreateFieldLevelEncryptionConfig": [
"aws cloudfront create-field-level-encryption-config --field-level-encryption-config file://fle-config.json "
],
"CreateFieldLevelEncryptionProfile": [
"aws cloudfront create-field-level-encryption-profile --field-level-encryption-profile-config file://fle-profile-config.json "
],
"CreateInvalidation": [
"aws cloudfront create-invalidation --distribution-id EDFDVBD6EXAMPLE --paths \"/example-path/example-file.jpg\" \"/example-path/example-file2.png\" ",
"aws cloudfront create-invalidation --distribution-id EDFDVBD6EXAMPLE --invalidation-batch file://inv-batch.json "
],
"CreatePublicKey": [
"aws cloudfront create-public-key --public-key-config file://pub-key-config.json "
],
"DeleteCloudFrontOriginAccessIdentity": [
"aws cloudfront delete-cloud-front-origin-access-identity --id E74FTE3AEXAMPLE --if-match E2QWRUHEXAMPLE "
],
"DeleteDistribution": [
"aws cloudfront delete-distribution --id EDFDVBD6EXAMPLE --if-match E2QWRUHEXAMPLE "
],
"DeleteFieldLevelEncryptionConfig": [
"aws cloudfront delete-field-level-encryption-config --id C3KM2WVD605UAY --if-match E26M4BIAV81ZF6 "
],
"DeleteFieldLevelEncryptionProfile": [
"aws cloudfront delete-field-level-encryption-profile --id PPK0UOSIF5WSV --if-match EJETYFJ9CL66D "
],
"DeletePublicKey": [
"aws cloudfront delete-public-key --id KDFB19YGCR002 --if-match E2QWRUHEXAMPLE "
],
"GetCloudFrontOriginAccessIdentity": [
"aws cloudfront get-cloud-front-origin-access-identity --id E74FTE3AEXAMPLE "
],
"GetCloudFrontOriginAccessIdentityConfig": [
"aws cloudfront get-cloud-front-origin-access-identity-config --id E74FTE3AEXAMPLE "
],
"GetDistribution": [
"aws cloudfront get-distribution --id EDFDVBD6EXAMPLE "
],
"GetDistributionConfig": [
"aws cloudfront get-distribution-config --id EDFDVBD6EXAMPLE "
],
"GetFieldLevelEncryption": [
"aws cloudfront get-field-level-encryption --id C3KM2WVD605UAY "
],
"GetFieldLevelEncryptionConfig": [
"aws cloudfront get-field-level-encryption-config --id C3KM2WVD605UAY "
],
"GetFieldLevelEncryptionProfile": [
"aws cloudfront get-field-level-encryption-profile --id PPK0UOSIF5WSV "
],
"GetFieldLevelEncryptionProfileConfig": [
"aws cloudfront get-field-level-encryption-profile-config --id PPK0UOSIF5WSV "
],
"GetInvalidation": [
"aws cloudfront get-invalidation --id I2J0I21PCUYOIK --distribution-id EDFDVBD6EXAMPLE "
],
"GetPublicKey": [
"aws cloudfront get-public-key --id KDFB19YGCR002 "
],
"GetPublicKeyConfig": [
"aws cloudfront get-public-key-config --id KDFB19YGCR002 "
],
"ListCloudFrontOriginAccessIdentities": [
"aws cloudfront list-cloud-front-origin-access-identities "
],
"ListDistributions": [
"aws cloudfront list-distributions "
],
"ListFieldLevelEncryptionConfigs": [
"aws cloudfront list-field-level-encryption-configs "
],
"ListFieldLevelEncryptionProfiles": [
"aws cloudfront list-field-level-encryption-profiles "
],
"ListInvalidations": [
"aws cloudfront list-invalidations --distribution-id EDFDVBD6EXAMPLE "
],
"ListPublicKeys": [
"aws cloudfront list-public-keys "
],
"ListTagsForResource": [
"aws cloudfront list-tags-for-resource --resource arn:aws:cloudfront::123456789012:distribution/EDFDVBD6EXAMPLE "
],
"Sign": [
"aws cloudfront sign --url https://d111111abcdef8.cloudfront.net/private-content/private-file.html --key-pair-id APKAEIBAERJR2EXAMPLE --private-key file://cf-signer-priv-key.pem --date-less-than 2020-01-01 "
],
"TagResource": [
"aws cloudfront tag-resource --resource arn:aws:cloudfront::123456789012:distribution/EDFDVBD6EXAMPLE --tags 'Items=[{Key=Name,Value=\"Example name\"},{Key=Project,Value=\"Example project\"}]' ",
"aws cloudfront tag-resource --resource arn:aws:cloudfront::123456789012:distribution/EDFDVBD6EXAMPLE --tags file://tags.json "
],
"UntagResource": [
"aws cloudfront untag-resource --resource arn:aws:cloudfront::123456789012:distribution/EDFDVBD6EXAMPLE --tag-keys Items=Name,Project ",
"aws cloudfront untag-resource --resource arn:aws:cloudfront::123456789012:distribution/EDFDVBD6EXAMPLE --tag-keys file://tag-keys.json "
],
"UpdateCloudFrontOriginAccessIdentity": [
"aws cloudfront update-cloud-front-origin-access-identity --id E74FTE3AEXAMPLE --if-match E2QWRUHEXAMPLE --cloud-front-origin-access-identity-config CallerReference=cli-example,Comment=\"Example OAI Updated\" ",
"aws cloudfront update-cloud-front-origin-access-identity --id E74FTE3AEXAMPLE --if-match E2QWRUHEXAMPLE --cloud-front-origin-access-identity-config file://OAI-config.json "
],
"UpdateDistribution": [
"aws cloudfront update-distribution --id EDFDVBD6EXAMPLE --default-root-object index.html ",
"aws cloudfront update-distribution --id EMLARXS9EXAMPLE --if-match E2QWRUHEXAMPLE --distribution-config file://dist-config-disable.json "
],
"UpdateFieldLevelEncryptionConfig": [
"aws cloudfront update-field-level-encryption-config --id C3KM2WVD605UAY --if-match E2P4Z4VU7TY5SG --field-level-encryption-config file://fle-config.json "
],
"UpdateFieldLevelEncryptionProfile": [
"aws cloudfront update-field-level-encryption-profile --id PPK0UOSIF5WSV --if-match E1QQG65FS2L2GC --field-level-encryption-profile-config file://fle-profile-config.json "
]
},
"cloudsearchdomain": {
"UploadDocuments": [
"aws cloudsearchdomain upload-documents --endpoint-url https://doc-my-domain.us-west-1.cloudsearch.amazonaws.com --content-type application/json --documents document-batch.json "
]
},
"cloudtrail": {
"AddTags": [
"aws cloudtrail add-tags --resource-id arn:aws:cloudtrail:us-east-1:123456789012:trail/Trail1 --tags-list Key=name,Value=Alice Key=location,Value=us "
],
"CreateSubscription": [
"aws cloudtrail create-subscription --name Trail1 --s3-new-bucket my-bucket --sns-new-topic my-topic "
],
"CreateTrail": [
"aws cloudtrail create-trail --name Trail1 --s3-bucket-name my-bucket --is-multi-region-trail "
],
"DeleteTrail": [
"aws cloudtrail delete-trail --name Trail1 "
],
"DescribeTrails": [
"aws cloudtrail describe-trails --trail-name-list Trail1 Trail2 "
],
"GetEventSelectors": [
"aws cloudtrail get-event-selectors --trail-name Trail1 "
],
"GetTrailStatus": [
"aws cloudtrail get-trail-status --name Trail1 "
],
"ListPublicKeys": [
"aws cloudtrail list-public-keys --start-time 2016-01-01T20:30:00.000Z "
],
"ListTags": [
"aws cloudtrail list-tags --resource-id-list arn:aws:cloudtrail:us-east-1:123456789012:trail/Trail1 arn:aws:cloudtrail:us-east-1:123456789012:trail/Trail2 "
],
"LookupEvents": [
"aws cloudtrail lookup-events --lookup-attributes AttributeKey=EventName,AttributeValue=ConsoleLogin "
],
"PutEventSelectors": [
"aws cloudtrail put-event-selectors --trail-name TrailName --event-selectors '[{\"ReadWriteType\": \"All\",\"IncludeManagementEvents\": true,\"DataResources\": [{\"Type\":\"AWS::S3::Object\", \"Values\": [\"arn:aws:s3:::mybucket/prefix\",\"arn:aws:s3:::mybucket2/prefix2\"]},{\"Type\": \"AWS::Lambda::Function\",\"Values\": [\"arn:aws:lambda:us-west-2:999999999999:function:hello-world-python-function\"]}]}]' ",
"aws cloudtrail put-event-selectors --trail-name TrailName2 --event-selectors '[{\"ReadWriteType\": \"All\",\"IncludeManagementEvents\": true,\"DataResources\": [{\"Type\":\"AWS::S3::Object\", \"Values\": [\"arn:aws:s3:::\"]},{\"Type\": \"AWS::Lambda::Function\",\"Values\": [\"arn:aws:lambda\"]}]}]' "
],
"RemoveTags": [
"aws cloudtrail remove-tags --resource-id arn:aws:cloudtrail:us-east-1:123456789012:trail/Trail1 --tags-list Key=name Key=location "
],
"StartLogging": [
"aws cloudtrail start-logging --name Trail1 "
],
"StopLogging": [
"aws cloudtrail stop-logging --name Trail1 "
],
"UpdateSubscription": [
"aws cloudtrail update-subscription --name Trail1 --s3-new-bucket my-bucket-new --sns-new-topic my-topic-new "
],
"UpdateTrail": [
"aws cloudtrail update-trail --name Trail1 --s3-bucket-name my-bucket "
],
"ValidateLogs": [
"aws cloudtrail validate-logs --trail-arn arn:aws:cloudtrail:us-east-1:123456789012:trail/Trail1 --start-time 20160129T19:00:00Z "
]
},
"cloudwatch": {
"DeleteAlarms": [
"aws cloudwatch delete-alarms --alarm-names myalarm "
],
"DescribeAlarmHistory": [
"aws cloudwatch describe-alarm-history --alarm-name \"myalarm\" --history-item-type StateUpdate "
],
"DescribeAlarms": [
"aws cloudwatch describe-alarms --alarm-names \"myalarm\" "
],
"DescribeAlarmsForMetric": [
"aws cloudwatch describe-alarms-for-metric --metric-name CPUUtilization --namespace AWS/EC2 --dimensions Name=InstanceId,Value=i-0c986c72 "
],
"DisableAlarmActions": [
"aws cloudwatch disable-alarm-actions --alarm-names myalarm "
],
"EnableAlarmActions": [
"aws cloudwatch enable-alarm-actions --alarm-names myalarm "
],
"GetMetricStatistics": [
"aws cloudwatch get-metric-statistics --metric-name CPUUtilization --start-time 2014-04-08T23:18:00Z --end-time 2014-04-09T23:18:00Z --period 3600 --namespace AWS/EC2 --statistics Maximum --dimensions Name=InstanceId,Value=i-abcdef ",
"aws cloudwatch get-metric-statistics --metric-name Buffers --namespace MyNameSpace --dimensions Name=InstanceID,Value=i-abcdef Name=InstanceType,Value=m1.small --start-time 2016-10-15T04:00:00Z --end-time 2016-10-19T07:00:00Z --statistics Average --period 60 "
],
"ListMetrics": [
"aws cloudwatch list-metrics --namespace \"AWS/SNS\" "
],
"PutMetricAlarm": [
"aws cloudwatch put-metric-alarm --alarm-name cpu-mon --alarm-description \"Alarm when CPU exceeds 70 percent\" --metric-name CPUUtilization --namespace AWS/EC2 --statistic Average --period 300 --threshold 70 --comparison-operator GreaterThanThreshold --dimensions \"Name=InstanceId,Value=i-12345678\" --evaluation-periods 2 --alarm-actions arn:aws:sns:us-east-1:111122223333:MyTopic --unit Percent ",
"aws cloudwatch put-metric-alarm --alarm-name \"Default_Test_Alarm3\" --alarm-description \"The default example alarm\" --namespace \"CW EXAMPLE METRICS\" --metric-name Default_Test --statistic Average --period 60 --evaluation-periods 3 --threshold 50 --comparison-operator GreaterThanOrEqualToThreshold --dimensions Name=key1,Value=value1 Name=key2,Value=value2 "
],
"PutMetricData": [
"aws cloudwatch put-metric-data --namespace \"Usage Metrics\" --metric-data file://metric.json ",
"aws cloudwatch put-metric-data --metric-name Buffers --namespace MyNameSpace --unit Bytes --value 231434333 --dimensions InstanceID=1-23456789,InstanceType=m1.small "
],
"SetAlarmState": [
"aws cloudwatch set-alarm-state --alarm-name \"myalarm\" --state-value ALARM --state-reason \"testing purposes\" "
]
},
"codeartifact": {
"AssociateExternalConnection": [
"aws codeartifact associate-external-connection --repository test-repo --domain test-domain --external-connection public:npmjs "
],
"CopyPackageVersions": [
"aws codeartifact copy-package-versions --domain test-domain --source-repository my-repo --destination-repository test-repo --format npm --package test-package --versions '[\"4.0.0\", \"5.0.0\"]' "
],
"CreateDomain": [
"aws codeartifact create-domain --domain test-domain "
],
"CreateRepository": [
"aws codeartifact create-repository --domain test-domain --domain-owner 111122223333 --repository test-repo --description \"This is a test repository.\" "
],
"DeleteDomain": [
"aws codeartifact delete-domain --domain test-domain "
],
"DeleteDomainPermissionsPolicy": [
"aws codeartifact delete-domain-permissions-policy --domain test-domain "
],
"DeletePackageVersions": [
"aws codeartifact delete-package-versions --domain test-domain --repo test-repo --format npm --package test-package --versions 4.0.0 "
],
"DeleteRepository": [
"aws codeartifact delete-repository --domain test-domain --repository test-repo "
],
"DeleteRepositoryPermissionsPolicy": [
"aws codeartifact delete-repository-permissions-policy --domain test-domain --repository test-repo "
],
"DescribeDomain": [],
"DescribeRepository": [
"aws codeartifact describe-repository --domain test-domain --repository test-repo "
],
"DisassociateExternalConnection": [
"aws codeartifact disassociate-external-connection --repository test-repo --domain test-domain --external-connection public:npmjs "
],
"DisposePackageVersions": [
"aws codeartifact dispose-package-versions --domain test-domain --repo test-repo --format npm --package test-package --versions 4.0.0 "
],
"GetAuthorizationToken": [
"aws codeartifact get-authorization-token --domain test-domain --query authorizationToken --output text "
],
"GetDomainPermissionsPolicy": [
"aws codeartifact get-domain-permissions-policy --domain test-domain "
],
"GetPackageVersionAsset": [
"aws codeartifact get-package-version-asset --domain test-domain --repo test-repo --format npm --package test-package --package-version 4.0.0 --asset test-asset outfileName "
],
"GetPackageVersionReadme": [
"aws codeartifact get-package-version-readme --domain test-domain --repo test-repo --format npm --package test-package --package-version 4.0.0 "
],
"GetRepositoryEndpoint": [
"aws codeartifact get-repository-endpoint --domain test-domain --repository test-repo --format npm "
],
"GetRepositoryPermissionsPolicy": [
"aws codeartifact get-repository-permissions-policy --domain test-domain --repository test-repo "
],
"ListDomains": [
"aws codeartifact list-domains "
],
"ListPackageVersionAssets": [
"aws codeartifact list-package-version-assets --domain test-domain --repo test-repo --format npm --package test-package --package-version 4.0.0 "
],
"ListPackageVersionDependencies": [
"aws codeartifact list-package-version-dependencies --domain test-domain --repo test-repo --format npm --package test-package --package-version 4.0.0 "
],
"ListPackageVersions": [
"aws codeartifact list-package-versions --package kind-of --domain test-domain --repository test-repo --format npm "
],
"ListPackages": [
"aws codeartifact list-packages --domain test-domain --repository test-repo "
],
"ListRepositories": [
"aws codeartifact list-repositories "
],
"ListRepositoriesInDomain": [
"aws codeartifact list-repositories-in-domain --domain test-domain "
],
"Login": [
"aws codeartifact login --domain test-domain --repository test-repo --tool npm "
],
"PutDomainPermissionsPolicy": [
"aws codeartifact put-domain-permissions-policy --domain test-domain --policy-document file://PATH/TO/policy.json "
],
"PutRepositoryPermissionsPolicy": [
"aws codeartifact put-repository-permissions-policy --domain test-domain --repository test-repo --policy-document file://PATH/TO/policy.json "
],
"UpdatePackageVersionsStatus": [
"aws codeartifact update-package-versions-status --domain test-domain --repo test-repo --format npm --package test-package --versions 4.0.0 --target-status Archived "
],
"UpdateRepository": [
"aws codeartifact update-repository --domain test-domain --repository test-repo --description \"this is an updated description\" "
]
},
"codebuild": {
"BatchDeleteBuilds": [
"aws codebuild batch-delete-builds --ids my-build-project-one:a1b2c3d4-5678-9012-abcd-11111EXAMPLE my-build-project-two:a1b2c3d4-5678-9012-abcd-22222EXAMPLE "
],
"BatchGetBuildBatches": [
"aws codebuild batch-get-build-batches --ids codebuild-demo-project:e9c4f4df-3f43-41d2-ab3a-60fe2EXAMPLE "
],
"BatchGetBuilds": [
"aws codebuild batch-get-builds --ids codebuild-demo-project:e9c4f4df-3f43-41d2-ab3a-60fe2EXAMPLE codebuild-demo-project:815e755f-bade-4a7e-80f0-efe51EXAMPLE "
],
"BatchGetProjects": [
"aws codebuild batch-get-projects --names codebuild-demo-project codebuild-demo-project2 my-other-demo-project "
],
"BatchGetReportGroups": [
"aws codebuild batch-get-report-groups --report-group-arns \"arn:aws:codebuild:<region-ID>:<user-ID>:report-group/<report-group-name>\" "
],
"BatchGetReports": [
"aws codebuild batch-get-reports --report-arns \"arn:aws:codebuild:<region-ID>:<user-ID>:report/<report-group-name>:<report 1 ID>\" \"arn:aws:codebuild:<region-ID>:<user-ID>:report/<report-group-name>:<report 2 ID>\" "
],
"CreateProject": [
"aws codebuild create-project --name \"my-demo-project\" --source \"{\\\"type\\\": \\\"S3\\\",\\\"location\\\": \\\"codebuild-us-west-2-123456789012-input-bucket/my-source.zip\\\"}\" --artifacts {\"\\\"type\\\": \\\"S3\\\",\\\"location\\\": \\\"codebuild-us-west-2-123456789012-output-bucket\\\"\"} --environment \"{\\\"type\\\": \\\"LINUX_CONTAINER\\\",\\\"image\\\": \\\"aws/codebuild/standard:1.0\\\",\\\"computeType\\\": \\\"BUILD_GENERAL1_SMALL\\\"}\" --service-role \"arn:aws:iam::123456789012:role/service-role/my-codebuild-service-role\" ",
"aws codebuild create-project --cli-input-json file://create-project.json "
],
"CreateReportGroup": [
"aws codebuild create-report-group --cli-input-json file://create-report-group-source.json "
],
"CreateWebhook": [
"aws codebuild create-webhook --project-name my-project --filter-groups \"[[{\\\"type\\\":\\\"EVENT\\\",\\\"pattern\\\":\\\"PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED, PULL_REQUEST_REOPENED\\\"},{\\\"type\\\":\\\"HEAD_REF\\\",\\\"pattern\\\":\\\"^refs/heads/myBranch$\\\",\\\"excludeMatchedPattern\\\":true},{\\\"type\\\":\\\"BASE_REF\\\",\\\"pattern\\\":\\\"^refs/heads/master$\\\",\\\"excludeMatchedPattern\\\":true}],[{\\\"type\\\":\\\"EVENT\\\",\\\"pattern\\\":\\\"PUSH\\\"},{\\\"type\\\":\\\"HEAD_REF\\\",\\\"pattern\\\":\\\"^refs/heads/myBranch$\\\",\\\"excludeMatchedPattern\\\":true}]]\" "
],
"DeleteBuildBatch": [
"aws codebuild delete-build-batch --id \"<project-name>:<batch-ID>\" "
],
"DeleteProject": [
"aws codebuild delete-project --name my-project "
],
"DeleteReport": [
"aws codebuild delete-report --arn \"arn:aws:codebuild:<region-ID>:<account-ID>:report/<report-group-name>:<report-ID>\" "
],
"DeleteReportGroup": [
"aws codebuild delete-report-group --arn \"arn:aws:codebuild:<region-ID>:<user-ID>:report-group/<report-group-name>\" "
],
"DeleteSourceCredentials": [
"aws codebuild delete-source-credentials --arn \"arn:aws:codebuild:us-west-2:<account-ID "
],
"DeleteWebhook": [
"aws codebuild delete-webhook --project-name my-project "
],
"DescribeCodeCoverages": [
"aws codebuild describe-code-coverages --report-arn \"arn:aws:codebuild:<region-ID>:<account-ID>:report/<report-group-name>:<report-ID>\" "
],
"DescribeTestCases": [
"aws codebuild describe-test-cases --report-arn \"arn:aws:codebuild:<region-ID>:<account-ID>:report/<report-group-name>:<report-ID>\" "
],
"ImportSourceCredentials": [
"aws codebuild import-source-credentials --server-type BITBUCKET --auth-type BASIC_AUTH --token my-Bitbucket-password --username my-Bitbucket-username "
],
"InvalidateProjectCache": [
"aws codebuild invalidate-project-cache --project-name my-project "
],
"ListBuildBatches": [
"aws codebuild list-build-batches "
],
"ListBuildBatchesForProject": [
"aws codebuild list-build-batches-for-project --project-name \"<project-name>\" "
],
"ListBuilds": [
"aws codebuild list-builds --sort-order ASCENDING ",
"aws codebuild list-builds --sort-order ASCENDING --next-token \"4AEA6u7J...The full token has been omitted for brevity...MzY2OA==\" "
],
"ListBuildsForProject": [
"aws codebuild list-builds-for-project --project-name codebuild-demo-project --sort-order DESCENDING "
],
"ListCuratedEnvironmentImages": [
"aws codebuild list-curated-environment-images "
],
"ListProjects": [
"aws codebuild list-projects --sort-by NAME --sort-order ASCENDING ",
"aws codebuild list-projects --sort-by NAME --sort-order ASCENDING --next-token \"Ci33ACF6...The full token has been omitted for brevity...U+AkMx8=\" "
],
"ListReportGroups": [
"aws codebuild list-report-groups "
],
"ListReports": [
"aws codebuild list-reports "
],
"ListReportsForReportGroup": [
"aws codebuild list-reports-for-report-group --report-group-arn \"arn:aws:codebuild:<region-ID>:<user-ID>:report-group/<report-group-name>\" "
],
"ListSharedProjects": [
"aws codebuild list-shared-projects "
],
"ListSharedReportGroups": [
"aws codebuild list-shared-report-groups "
],
"ListSourceCredentials": [
"aws codebuild list-source-credentials "
],
"RetryBuild": [
"aws codebuild retry-build --id \"<project-name>:<build-ID>\" "
],
"RetryBuildBatch": [
"aws codebuild retry-build-batch --id \"<project-name>:<batch-ID>\" "
],
"StartBuild": [
"aws codebuild start-build --project-name \"my-demo-project\" --queued-timeout-in-minutes-override 5 --artifacts-override {\"\\\"type\\\": \\\"S3\\\",\\\"location\\\": \\\"arn:aws:s3:::artifacts-override\\\",\\\"overrideArtifactName\\\":true\"} "
],
"StartBuildBatch": [
"aws codebuild start-build-batch --project-name \"<project-name>\" "
],
"StopBuild": [
"aws codebuild stop-build --id my-demo-project:12345678-a1b2-c3d4-e5f6-11111EXAMPLE "
],
"StopBuildBatch": [
"aws codebuild stop-build-batch --id \"<project-name>:<batch-ID>\" "
],
"UpdateProject": [
"aws codebuild update-project --name \"my-demo-project\" --description \"This project is updated\" --source \"{\\\"type\\\": \\\"S3\\\",\\\"location\\\": \\\"codebuild-us-west-2-123456789012-input-bucket/my-source-2.zip\\\"}\" --artifacts {\"\\\"type\\\": \\\"S3\\\",\\\"location\\\": \\\"codebuild-us-west-2-123456789012-output-bucket-2\\\"\"} --environment \"{\\\"type\\\": \\\"LINUX_CONTAINER\\\",\\\"image\\\": \\\"aws/codebuild/standard:1.0\\\",\\\"computeType\\\": \\\"BUILD_GENERAL1_MEDIUM\\\"}\" --service-role \"arn:aws:iam::123456789012:role/service-role/my-codebuild-service-role\" "
],
"UpdateReportGroup": [
"aws codebuild update-report-group --arn \"arn:aws:codebuild:<region-ID>:<user-ID>:report-group/cli-created-report-group\" --export-config=\"exportConfigType=NO_EXPORT\" "
],
"UpdateWebhook": [
"aws codebuild update-webhook --project-name Project2 --rotate-secret --filter-groups \"[[{\\\"type\\\":\\\"EVENT\\\",\\\"pattern\\\":\\\"PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED, PULL_REQUEST_REOPENED\\\"},{\\\"type\\\":\\\"HEAD_REF\\\",\\\"pattern\\\":\\\"^refs/heads/myBranch$\\\",\\\"excludeMatchedPattern\\\":true},{\\\"type\\\":\\\"BASE_REF\\\",\\\"pattern\\\":\\\"^refs/heads/master$\\\",\\\"excludeMatchedPattern\\\":true}],[{\\\"type\\\":\\\"EVENT\\\",\\\"pattern\\\":\\\"PUSH\\\"},{\\\"type\\\":\\\"HEAD_REF\\\",\\\"pattern\\\":\\\"^refs/heads/myBranch$\\\",\\\"excludeMatchedPattern\\\":true}]]\" "
]
},
"codecommit": {
"AssociateApprovalRuleTemplateWithRepository": [
"aws codecommit associate-approval-rule-template-with-repository --repository-name MyDemoRepo --approval-rule-template-name 2-approver-rule-for-main "
],
"BatchAssociateApprovalRuleTemplateWithRepositories": [
"aws codecommit batch-associate-approval-rule-template-with-repositories --repository-names MyDemoRepo, MyOtherDemoRepo --approval-rule-template-name 2-approver-rule-for-main "
],
"BatchDescribeMergeConflicts": [
"aws codecommit batch-describe-merge-conflicts --source-commit-specifier feature-randomizationfeature --destination-commit-specifier main --merge-option THREE_WAY_MERGE --repository-name MyDemoRepo "
],
"BatchDisassociateApprovalRuleTemplateFromRepositories": [
"aws codecommit batch-disassociate-approval-rule-template-from-repositories --repository-names MyDemoRepo, MyOtherDemoRepo --approval-rule-template-name 1-approval-rule-for-all pull requests "
],
"BatchGetCommits": [
"aws codecommit batch-get-commits --repository-name MyDemoRepo --commit-ids 317f8570EXAMPLE 4c925148EXAMPLE "
],
"BatchGetRepositories": [
"aws codecommit batch-get-repositories --repository-names MyDemoRepo MyOtherDemoRepo "
],
"CreateApprovalRuleTemplate": [
"aws codecommit create-approval-rule-template --approval-rule-template-name 2-approver-rule-for-main --approval-rule-template-description \"Requires two developers from the team to approve the pull request if the destination branch is main\" --approval-rule-template-content \"{\\\"Version\\\": \\\"2018-11-08\\\",\\\"DestinationReferences\\\": [\\\"refs/heads/main\\\"],\\\"Statements\\\": [{\\\"Type\\\": \\\"Approvers\\\",\\\"NumberOfApprovalsNeeded\\\": 2,\\\"ApprovalPoolMembers\\\": [\\\"arn:aws:sts::123456789012:assumed-role/CodeCommitReview/*\\\"]}]}\" "
],
"CreateBranch": [
"aws codecommit create-branch --repository-name MyDemoRepo --branch-name MyNewBranch --commit-id 317f8570EXAMPLE "
],
"CreateCommit": [
"aws codecommit create-commit --repository-name MyDemoRepo --branch-name main --put-files \"filePath=readme.md,fileContent='Welcome to our team repository.'\" "
],
"CreatePullRequest": [
"aws codecommit create-pull-request --title \"My Pull Request\" --description \"Please review these changes by Tuesday\" --client-request-token 123Example --targets repositoryName=MyDemoRepo,sourceReference=MyNewBranch "
],
"CreatePullRequestApprovalRule": [
"aws codecommit create-pull-request-approval-rule --approval-rule-name \"Require two approved approvers\" --approval-rule-content \"{\\\"Version\\\": \\\"2018-11-08\\\",\\\"Statements\\\": [{\\\"Type\\\": \\\"Approvers\\\",\\\"NumberOfApprovalsNeeded\\\": 2,\\\"ApprovalPoolMembers\\\": [\\\"CodeCommitApprovers:123456789012:Nikhil_Jayashankar\\\", \\\"arn:aws:sts::123456789012:assumed-role/CodeCommitReview/*\\\"]}]}\" "
],
"CreateRepository": [
"aws codecommit create-repository --repository-name MyDemoRepo --repository-description \"My demonstration repository\" "
],
"CreateUnreferencedMergeCommit": [
"aws codecommit create-unreferenced-merge-commit --source-commit-specifier bugfix-1234 --destination-commit-specifier main --merge-option THREE_WAY_MERGE --repository-name MyDemoRepo --name \"Maria Garcia\" --email \"maria_garcia@example.com\" --commit-message \"Testing the results of this merge.\" "
],
"CredentialHelper": [],
"DeleteApprovalRuleTemplate": [
"aws codecommit delete-approval-rule-template --approval-rule-template-name 1-approver-for-all-pull-requests "
],
"DeleteBranch": [
"aws codecommit delete-branch --repository-name MyDemoRepo --branch-name MyNewBranch "
],
"DeleteCommentContent": [
"aws codecommit delete-comment-content --comment-id ff30b348EXAMPLEb9aa670f "
],
"DeleteFile": [
"aws codecommit delete-file --repository-name MyDemoRepo --branch-name main --file-path README.md --parent-commit-id c5709475EXAMPLE "
],
"DeletePullRequestApprovalRule": [
"aws codecommit delete-pull-request-approval-rule --approval-rule-name \"My Approval Rule\" --pull-request-id 15 "
],
"DeleteRepository": [
"aws codecommit delete-repository --repository-name MyDemoRepo "
],
"DescribeMergeConflicts": [
"aws codecommit describe-merge-conflicts --source-commit-specifier feature-randomizationfeature --destination-commit-specifier main --merge-option THREE_WAY_MERGE --file-path readme.md --repository-name MyDemoRepo "
],
"DescribePullRequestEvents": [
"aws codecommit describe-pull-request-events --pull-request-id 8 "
],
"DisassociateApprovalRuleTemplateFromRepository": [
"aws codecommit disassociate-approval-rule-template-from-repository --repository-name MyDemoRepo --approval-rule-template-name 1-approver-rule-for-all-pull-requests "
],
"EvaluatePullRequestApprovalRules": [
"aws codecommit evaluate-pull-request-approval-rules --pull-request-id 27 --revision-id 9f29d167EXAMPLE "
],
"GetApprovalRuleTemplate": [
"aws codecommit get-approval-rule-template --approval-rule-template-name 1-approver-rule-for-all-pull-requests "
],
"GetBlob": [
"aws codecommit get-blob --repository-name MyDemoRepo --blob-id 2eb4af3bEXAMPLE "
],
"GetBranch": [
"aws codecommit get-branch --repository-name MyDemoRepo --branch-name MyNewBranch "
],
"GetComment": [
"aws codecommit get-comment --comment-id ff30b348EXAMPLEb9aa670f "
],
"GetCommentReactions": [
"aws codecommit get-comment-reactions --comment-id abcd1234EXAMPLEb5678efgh "
],
"GetCommentsForComparedCommit": [
"aws codecommit get-comments-for-compared-commit --repository-name MyDemoRepo --before-commit-ID 6e147360EXAMPLE --after-commit-id 317f8570EXAMPLE "
],
"GetCommentsForPullRequest": [
"aws codecommit get-comments-for-pull-request --repository-name MyDemoRepo --before-commit-ID 317f8570EXAMPLE --after-commit-id 5d036259EXAMPLE "
],
"GetCommit": [
"aws codecommit get-commit --repository-name MyDemoRepo --commit-id 7e9fd3091thisisanexamplethisisanexample1 "
],
"GetDifferences": [
"aws codecommit get-differences --repository-name MyDemoRepo --before-commit-specifier 955bba12thisisanexamplethisisanexample --after-commit-specifier 14a95463thisisanexamplethisisanexample --before-path tmp/example-folder --after-path tmp/renamed-folder "
],
"GetFile": [
"aws codecommit get-file --repository-name MyDemoRepo --commit-specifier main --file-path README.md "
],
"GetFolder": [
"aws codecommit get-folder --repository-name MyDemoRepo --folder-path \"\" "
],
"GetMergeCommit": [
"aws codecommit get-merge-commit --source-commit-specifier bugfix-bug1234 --destination-commit-specifier main --merge-option THREE_WAY_MERGE --repository-name MyDemoRepo "
],
"GetMergeConflicts": [
"aws codecommit get-merge-conflicts --repository-name MyDemoRepo --source-commit-specifier feature-randomizationfeature --destination-commit-specifier main --merge-option THREE_WAY_MERGE "
],
"GetMergeOptions": [
"aws codecommit get-merge-options --source-commit-specifier bugfix-bug1234 --destination-commit-specifier main --repository-name MyDemoRepo "
],
"GetPullRequest": [
"aws codecommit get-pull-request --pull-request-id 27 "
],
"GetPullRequestApprovalStates": [
"aws codecommit get-pull-request-approval-states --pull-request-id 8 --revision-id 9f29d167EXAMPLE "
],
"GetPullRequestOverrideState": [
"aws codecommit get-pull-request-override-state --pull-request-id 34 --revision-id 9f29d167EXAMPLE "
],
"GetRepository": [
"aws codecommit get-repository --repository-name MyDemoRepo "
],
"GetRepositoryTriggers": [
"aws codecommit get-repository-triggers --repository-name MyDemoRepo "
],
"ListApprovalRuleTemplates": [
"aws codecommit list-approval-rule-templates --region us-east-2 "
],
"ListAssociatedApprovalRuleTemplatesForRepository": [
"aws codecommit list-associated-approval-rule-templates-for-repository --repository-name MyDemoRepo "
],
"ListBranches": [
"aws codecommit list-branches --repository-name MyDemoRepo "
],
"ListPullRequests": [
"aws codecommit list-pull-requests --author-arn arn:aws:iam::111111111111:user/Li_Juan --pull-request-status CLOSED --repository-name MyDemoRepo "
],
"ListRepositories": [
"aws codecommit list-repositories "
],
"ListRepositoriesForApprovalRuleTemplate": [
"aws codecommit list-repositories-for-approval-rule-template --approval-rule-template-name 2-approver-rule-for-main "
],
"ListTagsForResource": [
"aws codecommit list-tags-for-resource --resource-arn arn:aws:codecommit:us-west-2:111111111111:MyDemoRepo "
],
"MergeBranchesByFastForward": [
"aws codecommit merge-branches-by-fast-forward --source-commit-specifier bugfix-bug1234 --destination-commit-specifier bugfix-bug1233 --repository-name MyDemoRepo "
],
"MergeBranchesBySquash": [
"aws codecommit merge-branches-by-squash --source-commit-specifier bugfix-bug1234 --destination-commit-specifier bugfix-bug1233 --author-name \"Maria Garcia\" --email \"maria_garcia@example.com\" --commit-message \"Merging two fix branches to prepare for a general patch.\" --repository-name MyDemoRepo "
],
"MergeBranchesByThreeWay": [
"aws codecommit merge-branches-by-three-way --source-commit-specifier main --destination-commit-specifier bugfix-bug1234 --author-name \"Jorge Souza\" --email \"jorge_souza@example.com\" --commit-message \"Merging changes from main to bugfix branch before additional testing.\" --repository-name MyDemoRepo "
],
"MergePullRequestByFastForward": [
"aws codecommit merge-pull-request-by-fast-forward --pull-request-id 47 --source-commit-id 99132ab0EXAMPLE --repository-name MyDemoRepo "
],
"MergePullRequestBySquash": [
"aws codecommit merge-pull-request-by-squash --pull-request-id 47 --source-commit-id 99132ab0EXAMPLE --repository-name MyDemoRepo --conflict-detail-level LINE_LEVEL --conflict-resolution-strategy ACCEPT_SOURCE --name \"Jorge Souza\" --email \"jorge_souza@example.com\" --commit-message \"Merging pull request 47 by squash and accepting source in merge conflicts\" "
],
"MergePullRequestByThreeWay": [
"aws codecommit merge-pull-request-by-three-way --pull-request-id 47 --source-commit-id 99132ab0EXAMPLE --repository-name MyDemoRepo --name \"Maria Garcia\" --email \"maria_garcia@example.com\" --commit-message \"Merging pull request 47 by three-way with default options\" "
],
"OverridePullRequestApprovalRules": [
"aws codecommit override-pull-request-approval-rules --pull-request-id 34 --revision-id 927df8d8EXAMPLE --override-status OVERRIDE "
],
"PostCommentForComparedCommit": [
"aws codecommit post-comment-for-compared-commit --repository-name MyDemoRepo --before-commit-id 317f8570EXAMPLE --after-commit-id 5d036259EXAMPLE --client-request-token 123Example --content \"Can you add a test case for this?\" --location filePath=cl_sample.js,filePosition=1232,relativeFileVersion=AFTER "
],
"PostCommentForPullRequest": [
"aws codecommit post-comment-for-pull-request --pull-request-id \"47\" --repository-name MyDemoRepo --before-commit-id 317f8570EXAMPLE --after-commit-id 5d036259EXAMPLE --client-request-token 123Example --content \"These don't appear to be used anywhere. Can we remove them?\" --location filePath=ahs_count.py,filePosition=367,relativeFileVersion=AFTER "
],
"PostCommentReply": [
"aws codecommit post-comment-reply --in-reply-to abcd1234EXAMPLEb5678efgh --content \"Good catch. I'll remove them.\" --client-request-token 123Example "
],
"PutCommentReaction": [
"aws codecommit put-comment-reaction --comment-id abcd1234EXAMPLEb5678efgh --reaction-value :thumbsup: "
],
"PutFile": [
"aws codecommit put-file --repository-name MyDemoRepo --branch-name feature-randomizationfeature --file-content file://MyDirectory/ExampleSolution.py --file-path /solutions/ExampleSolution.py --parent-commit-id 4c925148EXAMPLE --name \"Maria Garcia\" --email \"maria_garcia@example.com\" --commit-message \"I added a third randomization routine.\" "
],
"PutRepositoryTriggers": [
"aws codecommit put-repository-triggers --repository-name MyDemoRepo file://MyTriggers.json "
],
"TagResource": [
"aws codecommit tag-resource --resource-arn arn:aws:codecommit:us-west-2:111111111111:MyDemoRepo --tags Status=Secret,Team=Saanvi "
],
"TestRepositoryTriggers": [
"aws codecommit test-repository-triggers --repository-name MyDemoRepo --triggers name=MyFirstTrigger,destinationArn=arn:aws:sns:us-east-1:111111111111:MyCodeCommitTopic,branches=mainline,preprod,events=all "
],
"UntagResource": [
"aws codecommit untag-resource --resource-arn arn:aws:codecommit:us-west-2:111111111111:MyDemoRepo --tag-keys Status "
],
"UpdateApprovalRuleTemplateContent": [
"aws codecommit update-approval-rule-template-content --approval-rule-template-name 1-approver-rule --new-rule-content \"{\\\"Version\\\": \\\"2018-11-08\\\",\\\"DestinationReferences\\\": [\\\"refs/heads/main\\\"],\\\"Statements\\\": [{\\\"Type\\\": \\\"Approvers\\\",\\\"NumberOfApprovalsNeeded\\\": 2,\\\"ApprovalPoolMembers\\\": [\\\"arn:aws:sts::123456789012:assumed-role/CodeCommitReview/*\\\"]}]}\" "
],
"UpdateApprovalRuleTemplateDescription": [
"aws codecommit update-approval-rule-template-description --approval-rule-template-name 1-approver-rule-for-all-pull-requests --approval-rule-template-description \"Requires 1 approval for all pull requests from the CodeCommitReview pool\" "
],
"UpdateApprovalRuleTemplateName": [
"aws codecommit update-approval-rule-template-name --old-approval-rule-template-name 1-approver-rule --new-approval-rule-template-name 1-approver-rule-for-all-pull-requests "
],
"UpdateComment": [
"aws codecommit update-comment --comment-id 442b498bEXAMPLE5756813 --content \"Fixed as requested. I'll update the pull request.\" "
],
"UpdateDefaultBranch": [
"aws codecommit update-default-branch --repository-name MyDemoRepo --default-branch-name MyNewBranch "
],
"UpdatePullRequestApprovalRuleContent": [
"aws codecommit update-pull-request-approval-rule-content --pull-request-id 27 --approval-rule-name \"Require two approved approvers\" --approval-rule-content \"{Version: 2018-11-08, Statements: [{Type: \\\"Approvers\\\", NumberOfApprovalsNeeded: 1, ApprovalPoolMembers:[\\\"CodeCommitApprovers:123456789012:user/*\\\"]}]}}\" "
],
"UpdatePullRequestApprovalState": [
"aws codecommit update-pull-request-approval-state --pull-request-id 27 --revision-id 9f29d167EXAMPLE --approval-state \"APPROVE\" "
],
"UpdatePullRequestDescription": [
"aws codecommit update-pull-request-description --pull-request-id 47 --description \"Updated the pull request to remove unused global variable.\" "
],
"UpdatePullRequestStatus": [
"aws codecommit update-pull-request-status --pull-request-id 42 --pull-request-status CLOSED "
],
"UpdatePullRequestTitle": [
"aws codecommit update-pull-request-title --pull-request-id 47 --title \"Consolidation of global variables - updated review\" "
],
"UpdateRepositoryDescription": [
"aws codecommit update-repository-description --repository-name MyDemoRepo --repository-description \"This description was changed\" "
],
"UpdateRepositoryName": [
"aws codecommit update-repository-name --old-name MyDemoRepo --new-name MyRenamedDemoRepo "
]
},
"codeguru-reviewer": {
"AssociateRepository": [
"aws codeguru-reviewer associate-repository --repository 'Bitbucket={Owner=sample-owner, Name=mySampleRepo, ConnectionArn=arn:aws:codestar-connections:us-west-2:123456789012:connection/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 }' ",
"aws codeguru-reviewer associate-repository --repository 'GitHubEnterpriseServer={Owner=sample-owner, Name=mySampleRepo, ConnectionArn=arn:aws:codestar-connections:us-west-2:123456789012:connection/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 }' ",
"aws codeguru-reviewer associate-repository --repository CodeCommit={Name=mySampleRepo} "
],
"CreateCodeReview": [
"aws codeguru-reviewer create-code-review --name my-code-review --repository-association-arn arn:aws:codeguru-reviewer:us-west-2:123456789012:association:a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 --type '{\"RepositoryAnalysis\": {\"RepositoryHead\": {\"BranchName\": \"mainline\"}}}' "
],
"DescribeCodeReview": [],
"DescribeRecommendationFeedback": [
"aws codeguru-reviewer describe-recommendation-feedback --code-review-arn arn:aws:codeguru-reviewer:us-west-2:123456789012:association:a1b2c3d4-5678-90ab-cdef-EXAMPLE11111:code-review:RepositoryAnalysis-my-repository-name-branch-abcdefgh12345678 --recommendation-id 3be1b2e5d7ef6e298a06499379ee290c9c596cf688fdcadb08285ddb0dd390eb "
],
"DescribeRepositoryAssociation": [
"aws codeguru-reviewer describe-repository-association --association-arn arn:aws:codeguru-reviewer:us-west-2:123456789012:association:a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 ",
"aws codeguru-reviewer describe-repository-association --association-arn arn:aws:codeguru-reviewer:us-west-2:123456789012:association:a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 ",
"aws codeguru-reviewer describe-repository-association --association-arn arn:aws:codeguru-reviewer:us-west-2:123456789012:association:a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"DisassociateRepository": [
"aws codeguru-reviewer disassociate-repository --association-arn arn:aws:codeguru-reviewer:us-west-2:123456789012:association:a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"ListCodeReviews": [
"aws codeguru-reviewer list-code-reviews --type PullRequest "
],
"ListRecommendationFeedback": [
"aws codeguru-reviewer list-recommendation-feedback --code-review-arn arn:aws:codeguru-reviewer:us-west-2:123456789012:association:a1b2c3d4-5678-90ab-cdef-EXAMPLE11111:code-review:RepositoryAnalysis-my-repository-name-branch-abcdefgh12345678 "
],
"ListRecommendations": [
"aws codeguru-reviewer list-recommendations --code-review-arn arn:aws:codeguru-reviewer:us-west-2:544120495673:code-review:a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"ListRepositoryAssociations": [
"aws codeguru-reviewer list-repository-associations "
],
"ListTagsForResource": [
"aws codeguru-reviewer list-tags-for-resource --resource-arn arn:aws:codeguru-reviewer:us-west-2:123456789012:association:a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"PutRecommendationFeedback": [
"aws codeguru-reviewer put-recommendation-feedback --code-review-arn \\arn:aws:codeguru-reviewer:us-west-2:123456789012:association:a1b2c3d4-5678-90ab-cdef-EXAMPLE11111:code-review:RepositoryAnalysis-my-repository-name-branch-abcdefgh12345678 --recommendation-id 3be1b2e5d7ef6e298a06499379ee290c9c596cf688fdcadb08285ddb0dd390eb --reactions ThumbsUp "
],
"TagResource": [
"aws codeguru-reviewer tag-resource --resource-arn arn:aws:codeguru-reviewer:us-west-2:123456789012:association:a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 --tags Status=Secret,Team=Saanvi "
],
"UntagResource": [
"aws codeguru-reviewer untag-resource --resource-arn arn:aws:codeguru-reviewer:us-west-2:123456789012:association:a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 --tag-keys Status Team "
]
},
"codepipeline": {
"AcknowledgeJob": [
"aws codepipeline acknowledge-job --job-id f4f4ff82-2d11-EXAMPLE --nonce 3 "
],
"CreateCustomActionType": [
"aws codepipeline create-custom-action-type --cli-input-json file://MyCustomAction.json "
],
"CreatePipeline": [
"aws codepipeline create-pipeline --cli-input-json file://MySecondPipeline.json "
],
"DeleteCustomActionType": [
"aws codepipeline delete-custom-action-type --cli-input-json file://DeleteMyCustomAction.json "
],
"DeletePipeline": [
"aws codepipeline delete-pipeline --name MySecondPipeline "
],
"DeleteWebhook": [
"aws codepipeline delete-webhook --name my-webhook "
],
"DeregisterWebhookWithThirdParty": [
"aws codepipeline deregister-webhook-with-third-party --webhook-name my-webhook "
],
"DisableStageTransition": [
"aws codepipeline disable-stage-transition --pipeline-name MyFirstPipeline --stage-name Beta --transition-type Inbound --reason \"Disabled\" "
],
"EnableStageTransition": [
"aws codepipeline enable-stage-transition --pipeline-name MyFirstPipeline --stage-name Beta --transition-type Inbound "
],
"GetJobDetails": [
"aws codepipeline get-job-details --job-id f4f4ff82-2d11-EXAMPLE "
],
"GetPipeline": [
"aws codepipeline get-pipeline --name MyFirstPipeline "
],
"GetPipelineState": [
"aws codepipeline get-pipeline-state --name MyFirstPipeline "
],
"ListActionExecutions": [
"aws codepipeline list-action-executions --pipeline-name myPipeline "
],
"ListActionTypes": [
"aws codepipeline list-action-types --action-owner-filter Custom "
],
"ListPipelineExecutions": [
"aws codepipeline list-pipeline-executions --pipeline-name MyPipeline "
],
"ListPipelines": [
"aws codepipeline list-pipelines "
],
"ListTagsForResource": [
"aws codepipeline list-tags-for-resource --resource-arn arn:aws:codepipeline:us-east-1:123456789012:MyPipeline "
],
"ListWebhooks": [
"aws codepipeline list-webhooks --endpoint-url \"https://codepipeline.eu-central-1.amazonaws.com\" --region \"eu-central-1\" "
],
"PollForJobs": [
"aws codepipeline poll-for-jobs --cli-input-json file://MyActionTypeInfo.json "
],
"PutWebhook": [
"aws codepipeline put-webhook --cli-input-json file://webhook_json.json --region \"eu-central-1\" "
],
"RetryStageExecution": [
"aws codepipeline retry-stage-execution --pipeline-name MyPipeline --stage-name Deploy --pipeline-execution-id b59babff-5f34-EXAMPLE --retry-mode FAILED_ACTIONS "
],
"StartPipelineExecution": [
"aws codepipeline start-pipeline-execution --name MyFirstPipeline "
],
"StopPipelineExecution": [
"aws codepipeline stop-pipeline-execution --pipeline-name MyFirstPipeline --pipeline-execution-id d-EXAMPLE --reason \"Stopping pipeline after the build action is done\" "
],
"TagResource": [
"aws codepipeline tag-resource --resource-arn arn:aws:codepipeline:us-east-1:123456789012:MyPipeline --tags key=Project,value=ProjectA key=IscontainerBased,value=true "
],
"UntagResource": [
"aws codepipeline untag-resource --resource-arn arn:aws:codepipeline:us-east-1:123456789012:MyPipeline --tag-keys Project IscontainerBased "
],
"UpdatePipeline": [
"aws codepipeline update-pipeline --cli-input-json file://MyFirstPipeline.json "
]
},
"codestar": {
"AssociateTeamMember": [
"aws codestar associate-team-member --project-id my-project --user-arn arn:aws:iam::123456789012:user/intern --project-role Viewer "
],
"CreateProject": [
"aws codestar create-project --cli-input-json file://create-project.json "
],
"CreateUserProfile": [
"aws codestar create-user-profile --user-arn arn:aws:iam::123456789012:user/intern --display-name Intern --email-address intern@example.com "
],
"DeleteProject": [
"aws codestar delete-project --id my-project "
],
"DeleteUserProfile": [
"aws codestar delete-user-profile --user-arn arn:aws:iam::123456789012:user/intern "
],
"DescribeProject": [
"aws codestar describe-project --id my-project "
],
"DescribeUserProfile": [
"aws codestar describe-user-profile --user-arn arn:aws:iam::123456789012:user/intern "
],
"DisassociateTeamMember": [
"aws codestar disassociate-team-member --project-id my-project --user-arn arn:aws:iam::123456789012:user/intern "
],
"ListProjects": [
"aws codestar list-projects "
],
"ListResources": [
"aws codestar list-resources --project-id my-project "
],
"ListTagsForProject": [
"aws codestar list-tags-for-project --id my-project "
],
"ListTeamMembers": [
"aws codestar list-team-members --project-id my-project "
],
"ListUserProfiles": [
"aws codestar list-user-profiles "
],
"TagProject": [
"aws codestar tag-project --id my-project --tags Department=Marketing "
],
"UntagProject": [
"aws codestar untag-project --id my-project --tags Team "
],
"UpdateProject": [
"aws codestar update-project --id my-project --description \"My first CodeStar project\" "
],
"UpdateTeamMember": [
"aws codestar update-team-member --project-id my-project --user-arn arn:aws:iam::123456789012:user/intern --project-role Contributor --remote-access-allowed "
],
"UpdateUserProfile": [
"aws codestar update-user-profile --ssh-public-key intern --user-arn arn:aws:iam::123456789012:user/intern "
]
},
"codestar-connections": {
"CreateConnection": [
"aws codestar-connections create-connection --provider-type Bitbucket --connection-name MyConnection "
],
"CreateHost": [
"aws codestar-connections create-host --name MyHost --provider-type GitHub --provider-endpoint \"https://github.com\" "
],
"DeleteConnection": [
"aws codestar-connections delete-connection --connection-arn arn:aws:codestar-connections:us-west-2:123456789012:connection/aEXAMPLE-8aad-4d5d-8878-dfcab0bc441f "
],
"DeleteHost": [
"aws codestar-connections delete-host --host-arn \"arn:aws:codestar-connections:us-east-1 :123456789012:host/My-Host-28aef605\" "
],
"GetConnection": [
"aws codestar-connections get-connection --connection-arn arn:aws:codestar-connections:us-east-1:123456789012:connection/aEXAMPLE-8aad-4d5d-8878-dfcab0bc441f "
],
"GetHost": [
"aws codestar-connections get-host --host-arn arn:aws:codestar-connections:us-east-1:123456789012:host/MyHost-28aef605 "
],
"ListConnections": [
"aws codestar-connections list-connections --provider-type Bitbucket --max-results 5 --next-token next-token "
],
"ListHosts": [
"aws codestar-connections list-hosts "
],
"ListTagsForResource": [
"aws codestar-connections list-tags-for-resource --resource-arn arn:aws:codestar-connections:us-east-1:123456789012:connection/aEXAMPLE-8aad-4d5d-8878-dfcab0bc441f "
],
"TagResource": [
"aws codestar-connections tag-resource --resource-arn arn:aws:codestar-connections:us-east-1:123456789012:connection/aEXAMPLE-8aad-4d5d-8878-dfcab0bc441f --tags Key=Project,Value=ProjectA Key=IscontainerBased,Value=true "
],
"UntagResource": [
"aws codestar-connections untag-resource --resource-arn arn:aws:codestar-connections:us-east-1:123456789012:connection/aEXAMPLE-8aad-4d5d-8878-dfcab0bc441f --tag-keys Project ReadOnly "
]
},
"codestar-notifications": {
"CreateNotificationRule": [
"aws codestar-notifications create-notification-rule --cli-input-json file://rule.json "
],
"DeleteNotificationRule": [
"aws codestar-notifications delete-notification-rule --arn arn:aws:codestar-notifications:us-east-1:123456789012:notificationrule/dc82df7a-EXAMPLE "
],
"DeleteTarget": [
"aws codestar-notifications delete-target --target-address arn:aws:sns:us-east-1:123456789012:MyNotificationTopic --force-unsubscribe-all "
],
"DescribeNotificationRule": [
"aws codestar-notifications describe-notification-rule --arn arn:aws:codestar-notifications:us-west-2:123456789012:notificationrule/dc82df7a-EXAMPLE "
],
"ListEventTypes": [
"aws codestar-notifications list-event-types --filters Name=SERVICE_NAME,Value=CodeDeploy "
],
"ListNotificationRules": [
"aws codestar-notifications list-notification-rules --region us-east-1 "
],
"ListTagsForResource": [
"aws codestar-notifications list-tags-for-resource --arn arn:aws:codestar-notifications:us-east-1:123456789012:notificationrule/fe1efd35-EXAMPLE "
],
"ListTargets": [
"aws codestar-notifications list-targets --region us-east-1 "
],
"Subscribe": [
"aws codestar-notifications subscribe --arn arn:aws:codestar-notifications:us-east-1:123456789012:notificationrule/dc82df7a-EXAMPLE --target TargetType=SNS,TargetAddress=arn:aws:sns:us-east-1:123456789012:MyNotificationTopic "
],
"TagResource": [
"aws codestar-notifications tag-resource --arn arn:aws:codestar-notifications:us-east-1:123456789012:notificationrule/fe1efd35-EXAMPLE --tags Team=Li_Juan "
],
"Unsubscribe": [
"aws codestar-notifications unsubscribe --arn arn:aws:codestar-notifications:us-east-1:123456789012:notificationrule/dc82df7a-EXAMPLE --target TargetType=SNS,TargetAddress=arn:aws:sns:us-east-1:123456789012:MyNotificationTopic "
],
"UntagResource": [
"aws codestar-notifications untag-resource --arn arn:aws:codestar-notifications:us-east-1:123456789012:notificationrule/fe1efd35-EXAMPLE --tag-keys Team "
],
"UpdateNotificationRule": [
"aws codestar-notifications update-notification-rule --cli-input-json file://update.json "
]
},
"cognito-identity": {
"CreateIdentityPool": [
"aws cognito-identity create-identity-pool --identity-pool-name MyIdentityPool --no-allow-unauthenticated-identities --cognito-identity-providers ProviderName=\"cognito-idp.us-west-2.amazonaws.com/us-west-2_aaaaaaaaa\",ClientId=\"3n4b5urk1ft4fl3mg5e62d9ado\",ServerSideTokenCheck=false "
],
"DeleteIdentities": [],
"DeleteIdentityPool": [
"aws cognito-identity delete-identity-pool --identity-pool-id \"us-west-2:11111111-1111-1111-1111-111111111111\" "
],
"DescribeIdentityPool": [
"aws cognito-identity describe-identity-pool --identity-pool-id \"us-west-2:11111111-1111-1111-1111-111111111111\" "
],
"GetIdentityPoolRoles": [
"aws cognito-identity get-identity-pool-roles --identity-pool-id \"us-west-2:11111111-1111-1111-1111-111111111111\" "
],
"ListIdentityPools": [
"aws cognito-identity list-identity-pools --max-results 20 "
],
"SetIdentityPoolRoles": [
"aws cognito-identity set-identity-pool-roles --identity-pool-id \"us-west-2:11111111-1111-1111-1111-111111111111\" --roles authenticated=\"arn:aws:iam::111111111111:role/Cognito_MyIdentityPoolAuth_Role\" "
],
"UpdateIdentityPool": [
"aws cognito-identity update-identity-pool --identity-pool-id \"us-west-2:11111111-1111-1111-1111-111111111111\" --identity-pool-name \"MyIdentityPool\" --no-allow-unauthenticated-identities --cognito-identity-providers ProviderName=\"cognito-idp.us-west-2.amazonaws.com/us-west-2_111111111\",ClientId=\"3n4b5urk1ft4fl3mg5e62d9ado\",ServerSideTokenCheck=false "
]
},
"cognito-idp": {
"AddCustomAttributes": [
"aws cognito-idp add-custom-attributes --user-pool-id us-west-2_aaaaaaaaa --custom-attributes Name=\"CustomAttr1\",AttributeDataType=\"String\",DeveloperOnlyAttribute=false,Required=false,StringAttributeConstraints=\"{MinLength=1,MaxLength=15}\" "
],
"AdmimDisableUser": [],
"AdmimEnableUser": [],
"AdminAddUserToGroup": [
"aws cognito-idp admin-add-user-to-group --user-pool-id us-west-2_aaaaaaaaa --username Jane --group-name MyGroup "
],
"AdminConfirmSignUp": [
"aws cognito-idp admin-confirm-sign-up --user-pool-id us-west-2_aaaaaaaaa --username jane@example.com "
],
"AdminCreateUser": [
"aws cognito-idp admin-create-user --user-pool-id us-west-2_aaaaaaaaa --username diego@example.com --user-attributes Name=email,Value=kermit2@somewhere.com Name=phone_number,Value=\"+15555551212\" --message-action SUPPRESS "
],
"AdminDeleteUser": [
"aws cognito-idp admin-delete-user --user-pool-id us-west-2_aaaaaaaaa --username diego@example.com "
],
"AdminDeleteUserAttributes": [
"aws cognito-idp admin-delete-user-attributes --user-pool-id us-west-2_aaaaaaaaa --username diego@example.com --user-attribute-names \"custom:CustomAttr1\" "
],
"AdminForgetDevice": [
"aws cognito-idp admin-forget-device --user-pool-id us-west-2_aaaaaaaaa --username jane@example.com --device-key us-west-2_abcd_1234-5678 "
],
"AdminGetDevice": [
"aws cognito-idp admin-get-device --user-pool-id us-west-2_aaaaaaaaa --username jane@example.com --device-key us-west-2_abcd_1234-5678 "
],
"AdminGetUser": [
"aws cognito-idp admin-get-user --user-pool-id us-west-2_aaaaaaaaa --username jane@example.com "
],
"AdminInitiateAuth": [
"aws cognito-idp admin-initiate-auth --user-pool-id us-west-2_aaaaaaaaa --client-id 3n4b5urk1ft4fl3mg5e62d9ado --auth-flow ADMIN_NO_SRP_AUTH --auth-parameters USERNAME=jane@example.com,PASSWORD=password "
],
"AdminListDevices": [
"aws cognito-idp admin-list-devices --user-pool-id us-west-2_aaaaaaaaa --username jane@example.com "
],
"AdminListGroupsForUser": [
"aws cognito-idp admin-list-groups-for-user --user-pool-id us-west-2_aaaaaaaaa --username diego@example.com "
],
"AdminListUserAuthEvents": [
"aws cognito-idp admin-list-user-auth-events --user-pool-id us-west-2_aaaaaaaaa --username diego@example.com "
],
"AdminRemoveUserFromGroup": [
"aws cognito-idp admin-remove-user-from-group --user-pool-id us-west-2_aaaaaaaaa --username jane@example.com --group-name SampleGroup "
],
"AdminResetUserPassword": [
"aws cognito-idp admin-reset-user-password --user-pool-id us-west-2_aaaaaaaaa --username diego@example.com "
],
"AdminSetUserMfaPreference": [
"aws cognito-idp admin-set-user-mfa-preference --user-pool-id us-west-2_aaaaaaaaa --username diego@example.com --sms-mfa-settings Enabled=false,PreferredMfa=false "
],
"AdminSetUserSettings": [
"aws cognito-idp admin-set-user-settings --user-pool-id us-west-2_aaaaaaaaa --username diego@example.com --mfa-options DeliveryMedium=EMAIL "
],
"AdminUpdateAuthEventFeedback": [
"aws cognito-idp admin-update-auth-event-feedback --user-pool-id us-west-2_aaaaaaaaa --username diego@example.com --event-id c2c2cf89-c0d3-482d-aba6-99d78a5b0bfe --feedback-value Valid "
],
"AdminUpdateDeviceStatus": [
"aws cognito-idp admin-update-device-status --user-pool-id us-west-2_aaaaaaaaa --username diego@example.com --device-key xxxx --device-remembered-status not_remembered "
],
"AdminUpdateUserAttributes": [
"aws cognito-idp admin-update-user-attributes --user-pool-id us-west-2_aaaaaaaaa --username diego@example.com --user-attributes Name=\"custom:CustomAttr1\",Value=\"Purple\" "
],
"ChangePassword": [
"aws cognito-idp change-password --previous-password OldPassword --proposed-password NewPassword --access-token ACCESS_TOKEN "
],
"ConfirmForgotPassword": [
"aws cognito-idp confirm-forgot-password --client-id 3n4b5urk1ft4fl3mg5e62d9ado --username=diego@example.com --password PASSWORD --confirmation-code CONF_CODE "
],
"ConfirmSignUp": [
"aws cognito-idp confirm-sign-up --client-id 3n4b5urk1ft4fl3mg5e62d9ado --username=diego@example.com --confirmation-code CONF_CODE "
],
"CreateGroup": [
"aws cognito-idp create-group --user-pool-id us-west-2_aaaaaaaaa --group-name MyNewGroup --description \"New group.\" ",
"aws cognito-idp create-group --user-pool-id us-west-2_aaaaaaaaa --group-name MyNewGroupWithRole --description \"New group with a role.\" --role-arn arn:aws:iam::111111111111:role/MyNewGroupRole --precedence 2 "
],
"CreateUserImportJob": [
"aws cognito-idp create-user-import-job --user-pool-id us-west-2_aaaaaaaaa --job-name MyImportJob --cloud-watch-logs-role-arn arn:aws:iam::111111111111:role/CognitoCloudWatchLogsRole "
],
"CreateUserPool": [
"aws cognito-idp create-user-pool --pool-name MyUserPool ",
"aws cognito-idp create-user-pool --pool-name MyUserPool --username-attributes \"email\" --email-configuration=SourceArn=\"arn:aws:ses:us-east-1:111111111111:identity/jane@example.com\",ReplyToEmailAddress=\"jane@example.com\" "
],
"CreateUserPoolClient": [
"aws cognito-idp create-user-pool-client --user-pool-id us-west-2_aaaaaaaaa --client-name MyNewClient --no-generate-secret --explicit-auth-flows \"USER_PASSWORD_AUTH\" \"ADMIN_NO_SRP_AUTH\" "
],
"CreateUserPoolDomain": [
"aws cognito-idp create-user-pool-domain --user-pool-id us-west-2_aaaaaaaaa --domain my-new-domain "
],
"DeleteGroup": [
"aws cognito-idp delete-group --user-pool-id us-west-2_aaaaaaaaa --group-name MyGroupName "
],
"DeleteIdentityProvider": [
"aws cognito-idp delete-identity-provider --user-pool-id us-west-2_aaaaaaaaa --provider-name Facebook "
],
"DeleteResourceServer": [
"aws cognito-idp delete-resource-server --user-pool-id us-west-2_aaaaaaaaa --identifier weather.example.com "
],
"DeleteUser": [
"aws cognito-idp delete-user --access-token ACCESS_TOKEN "
],
"DeleteUserAttributes": [
"aws cognito-idp delete-user-attributes --access-token ACCESS_TOKEN --user-attribute-names \"FAVORITE_ANIMAL\" "
],
"DeleteUserPool": [
"aws cognito-idp delete-user-pool --user-pool-id us-west-2_aaaaaaaaa "
],
"DeleteUserPoolClient": [
"aws cognito-idp delete-user-pool-client --user-pool-id us-west-2_aaaaaaaaa --client-id 38fjsnc484p94kpqsnet7mpld0 "
],
"DeleteUserPoolDomain": [
"aws cognito-idp delete-user-pool-domain --user-pool-id us-west-2_aaaaaaaaa --domain my-domain "
],
"DescribeIdentityProvider": [
"aws cognito-idp describe-identity-provider --user-pool-id us-west-2_aaaaaaaaa --provider-name Facebook "
],
"DescribeResourceServer": [
"aws cognito-idp describe-resource-server --user-pool-id us-west-2_aaaaaaaaa --identifier weather.example.com "
],
"DescribeRiskConfiguration": [
"aws cognito-idp describe-risk-configuration --user-pool-id us-west-2_aaaaaaaaa "
],
"DescribeUserImportJob": [
"aws cognito-idp describe-user-import-job --user-pool-id us-west-2_aaaaaaaaa --job-id import-TZqNQvDRnW "
],
"DescribeUserPool": [
"aws cognito-idp describe-user-pool --user-pool-id us-west-2_aaaaaaaaa "
],
"DescribeUserPoolClient": [
"aws cognito-idp describe-user-pool-client --user-pool-id us-west-2_aaaaaaaaa --client-id 38fjsnc484p94kpqsnet7mpld0 "
],
"DescribeUserPoolDomain": [
"aws cognito-idp describe-user-pool-domain --domain my-domain "
],
"ForgetDevice": [
"aws cognito-idp forget-device --device-key us-west-2_abcd_1234-5678 "
],
"ForgotPassword": [
"aws cognito-idp forgot-password --client-id 38fjsnc484p94kpqsnet7mpld0 --username jane@example.com "
],
"GetCsvHeader": [
"aws cognito-idp get-csv-header --user-pool-id us-west-2_aaaaaaaaa "
],
"GetGroup": [
"aws cognito-idp get-group --user-pool-id us-west-2_aaaaaaaaa --group-name MyGroup "
],
"GetSigningCertificate": [
"aws cognito-idp get-signing-certificate --user-pool-id us-west-2_aaaaaaaaa "
],
"GetUiCustomization": [
"aws cognito-idp get-ui-customization --user-pool-id us-west-2_aaaaaaaaa "
],
"ListUserImportJobs": [
"aws cognito-idp list-user-import-jobs --user-pool-id us-west-2_aaaaaaaaa --max-results 20 "
],
"ListUserPools": [
"aws cognito-idp list-user-pools --max-results 20 "
],
"ListUsers": [
"aws cognito-idp list-users --user-pool-id us-west-2_aaaaaaaaa --limit 20 "
],
"ListUsersInGroup": [
"aws cognito-idp list-users-in-group --user-pool-id us-west-2_aaaaaaaaa --group-name MyGroup "
],
"ResendConfirmationCode": [],
"RespondToAuthChallenge": [
"aws cognito-idp respond-to-auth-challenge --client-id 3n4b5urk1ft4fl3mg5e62d9ado --challenge-name NEW_PASSWORD_REQUIRED --challenge-responses USERNAME=jane@example.com,NEW_PASSWORD=\"password\" --session \"SESSION_TOKEN_EXAMPLE\" "
],
"SetRiskConfiguration": [
"aws cognito-idp set-risk-configuration --user-pool-id us-west-2_aaaaaaaaa --compromised-credentials-risk-configuration EventFilter=SIGN_UP,Actions={EventAction=NO_ACTION} "
],
"SetUiCustomization": [
"aws cognito-idp set-ui-customization --user-pool-id us-west-2_aaaaaaaaa --css \".logo-customizable {\\n\\tmax-width: 60%;\\n\\tmax-height: 30%;\\n}\\n.banner-customizable {\\n\\tpadding: 25px 0px 25px 10px;\\n\\tbackground-color: lightgray;\\n}\\n.label-customizable {\\n\\tfont-weight: 300;\\n}\\n.textDescription-customizable {\\n\\tpadding-top: 10px;\\n\\tpadding-bottom: 10px;\\n\\tdisplay: block;\\n\\tfont-size: 16px;\\n}\\n.idpDescription-customizable {\\n\\tpadding-top: 10px;\\n\\tpadding-bottom: 10px;\\n\\tdisplay: block;\\n\\tfont-size: 16px;\\n}\\n.legalText-customizable {\\n\\tcolor: #747474;\\n\\tfont-size: 11px;\\n}\\n.submitButton-customizable {\\n\\tfont-size: 14px;\\n\\tfont-weight: bold;\\n\\tmargin: 20px 0px 10px 0px;\\n\\theight: 40px;\\n\\twidth: 100%;\\n\\tcolor: #fff;\\n\\tbackground-color: #337ab7;\\n}\\n.submitButton-customizable:hover {\\n\\tcolor: #fff;\\n\\tbackground-color: #286090;\\n}\\n.errorMessage-customizable {\\n\\tpadding: 5px;\\n\\tfont-size: 14px;\\n\\twidth: 100%;\\n\\tbackground: #F5F5F5;\\n\\tborder: 2px solid #D64958;\\n\\tcolor: #D64958;\\n}\\n.inputField-customizable {\\n\\twidth: 100%;\\n\\theight: 34px;\\n\\tcolor: #555;\\n\\tbackground-color: #fff;\\n\\tborder: 1px solid #ccc;\\n}\\n.inputField-customizable:focus {\\n\\tborder-color: #66afe9;\\n\\toutline: 0;\\n}\\n.idpButton-customizable {\\n\\theight: 40px;\\n\\twidth: 100%;\\n\\ttext-align: center;\\n\\tmargin-bottom: 15px;\\n\\tcolor: #fff;\\n\\tbackground-color: #5bc0de;\\n\\tborder-color: #46b8da;\\n}\\n.idpButton-customizable:hover {\\n\\tcolor: #fff;\\n\\tbackground-color: #31b0d5;\\n}\\n.socialButton-customizable {\\n\\theight: 40px;\\n\\ttext-align: left;\\n\\twidth: 100%;\\n\\tmargin-bottom: 15px;\\n}\\n.redirect-customizable {\\n\\ttext-align: center;\\n}\\n.passwordCheck-notValid-customizable {\\n\\tcolor: #DF3312;\\n}\\n.passwordCheck-valid-customizable {\\n\\tcolor: #19BF00;\\n}\\n.background-customizable {\\n\\tbackground-color: #faf;\\n}\\n\" "
],
"SetUserMfaPreference": [
"aws cognito-idp set-user-mfa-preference --access-token ACCESS_TOKEN --sms-mfa-settings Enabled=true,PreferredMfa=true "
],
"SetUserSettings": [
"aws cognito-idp set-user-settings --access-token ACCESS_TOKEN --mfa-options DeliveryMedium=EMAIL "
],
"SignUp": [
"aws cognito-idp sign-up --client-id 3n4b5urk1ft4fl3mg5e62d9ado --username jane@example.com --password PASSWORD --user-attributes Name=\"email\",Value=\"jane@example.com\" Name=\"name\",Value=\"Jane\" "
],
"StartUserImportJob": [
"aws cognito-idp start-user-import-job --user-pool-id us-west-2_aaaaaaaaa --job-id import-TZqNQvDRnW "
],
"StopUserImportJob": [
"aws cognito-idp stop-user-import-job --user-pool-id us-west-2_aaaaaaaaa --job-id import-TZqNQvDRnW "
],
"UpdateAuthEventFeedback": [
"aws cognito-idp update-auth-event-feedback --user-pool-id us-west-2_aaaaaaaaa --username diego@example.com --event-id EVENT_ID --feedback-token FEEDBACK_TOKEN --feedback-value \"Valid\" "
],
"UpdateDeviceStatus": [
"aws cognito-idp update-device-status --access-token ACCESS_TOKEN --device-key DEVICE_KEY --device-remembered-status \"not_remembered\" "
],
"UpdateGroup": [
"aws cognito-idp update-group --user-pool-id us-west-2_aaaaaaaaa --group-name MyGroup --description \"New description\" --precedence 2 "
],
"UpdateResourceServer": [
"aws cognito-idp update-resource-server --user-pool-id us-west-2_aaaaaaaaa --identifier weather.example.com --name Weather --scopes ScopeName=NewScope,ScopeDescription=\"New scope description\" "
],
"UpdateUserAttributes": [
"aws cognito-idp update-user-attributes --access-token ACCESS_TOKEN --user-attributes Name=\"nickname\",Value=\"Dan\" "
],
"UpdateUserPool": [
"aws cognito-idp update-user-pool --user-pool-id us-west-2_aaaaaaaaa --user-pool-tags Team=Blue,Area=West "
],
"UpdateUserPoolClient": [
"aws cognito-idp update-user-pool-client --user-pool-id us-west-2_aaaaaaaaa --client-id 3n4b5urk1ft4fl3mg5e62d9ado --client-name \"NewClientName\" --write-attributes \"nickname\" "
]
},
"comprehendmedical": {
"DescribeEntitiesDetectionV2Job": [
"aws comprehendmedical describe-entities-detection-v2-job --job-id \"ab9887877365fe70299089371c043b96\" "
],
"DescribeIcd10CmInferenceJob": [
"aws comprehendmedical describe-icd10-cm-inference-job --job-id \"5780034166536cdb52ffa3295a1b00a7\" "
],
"DescribePhiDetectionJob": [
"aws comprehendmedical describe-phi-detection-job --job-id \"4750034166536cdb52ffa3295a1b00a3\" "
],
"DescribeRxNormInferenceJob": [
"aws comprehendmedical describe-rx-norm-inference-job --job-id \"eg8199877365fc70299089371c043b96\" "
],
"DetectEntitiesV2": [
"aws comprehendmedical detect-entities-v2 --text \"Sleeping trouble on present dosage of Clonidine. Severe rash on face and leg, slightly itchy.\" ",
"aws comprehendmedical detect-entities-v2 --text file://medical_entities.txt "
],
"DetectPhi": [
"aws comprehendmedical detect-phi --text \"Patient Carlos Salazar presented with rash on his upper extremities and dry cough. He lives at 100 Main Street, Anytown, USA where he works from his home as a carpenter.\" ",
"aws comprehendmedical detect-phi --text file://phi.txt "
],
"InferIcd10Cm": [
"aws comprehendmedical infer-icd10-cm --text \"The patient complains of abdominal pain, has a long-standing history of diabetes treated with Micronase daily.\" ",
"aws comprehendmedical infer-icd10-cm --text file://icd10cm.txt "
],
"InferRxNorm": [
"aws comprehendmedical infer-rx-norm --text \"Patient reports taking Levothyroxine 125 micrograms p.o. once daily, but denies taking Synthroid.\" ",
"aws comprehendmedical infer-rx-norm --text file://rxnorm.txt "
],
"ListEntitiesDetectionV2Jobs": [
"aws comprehendmedical list-entities-detection-v2-jobs "
],
"ListIcd10CmInferenceJobs": [
"aws comprehendmedical list-icd10-cm-inference-jobs "
],
"ListPhiDetectionJobs": [
"aws comprehendmedical list-phi-detection-jobs "
],
"ListRxNormInferenceJobs": [
"aws comprehendmedical list-rx-norm-inference-jobs "
],
"StartEntitiesDetectionV2Job": [
"aws comprehendmedical start-entities-detection-v2-job --input-data-config \"S3Bucket=comp-med-input\" --output-data-config \"S3Bucket=comp-med-output\" --data-access-role-arn arn:aws:iam::867139942017:role/ComprehendMedicalBatchProcessingRole --language-code en "
],
"StartIcd10CmInferenceJob": [
"aws comprehendmedical start-icd10-cm-inference-job --input-data-config \"S3Bucket=comp-med-input\" --output-data-config \"S3Bucket=comp-med-output\" --data-access-role-arn arn:aws:iam::867139942017:role/ComprehendMedicalBatchProcessingRole --language-code en "
],
"StartPhiDetectionJob": [
"aws comprehendmedical start-phi-detection-job --input-data-config \"S3Bucket=comp-med-input\" --output-data-config \"S3Bucket=comp-med-output\" --data-access-role-arn arn:aws:iam::867139942017:role/ComprehendMedicalBatchProcessingRole --language-code en "
],
"StartRxNormInferenceJob": [
"aws comprehendmedical start-rx-norm-inference-job --input-data-config \"S3Bucket=comp-med-input\" --output-data-config \"S3Bucket=comp-med-output\" --data-access-role-arn arn:aws:iam::867139942017:role/ComprehendMedicalBatchProcessingRole --language-code en "
],
"StopEntitiesDetectionV2Job": [
"aws comprehendmedical stop-entities-detection-v2-job --job-id \"ab9887877365fe70299089371c043b96\" "
],
"StopIcd10CmInferenceJob": [
"aws comprehendmedical stop-icd10-cm-inference-job --job-id \"4750034166536cdb52ffa3295a1b00a3\" "
],
"StopPhiDetectionJob": [
"aws comprehendmedical stop-phi-detection-job --job-id \"4750034166536cdb52ffa3295a1b00a3\" "
],
"StopRxNormInferenceJob": [
"aws comprehendmedical stop-rx-norm-inference-job --job-id \"eg8199877365fc70299089371c043b96\" "
]
},
"configservice": {
"DeleteConfigRule": [
"aws configservice delete-config-rule --config-rule-name MyConfigRule "
],
"DeleteDeliveryChannel": [
"aws configservice delete-delivery-channel --delivery-channel-name default "
],
"DeleteEvaluationResults": [
"aws configservice delete-evaluation-results --config-rule-name s3-bucket-versioning-enabled "
],
"DeliverConfigSnapshot": [
"aws configservice deliver-config-snapshot --delivery-channel-name default "
],
"DescribeComplianceByConfigRule": [
"aws configservice describe-compliance-by-config-rule --compliance-types NON_COMPLIANT "
],
"DescribeComplianceByResource": [
"aws configservice describe-compliance-by-resource --resource-type AWS::EC2::Instance --compliance-types NON_COMPLIANT "
],
"DescribeConfigRuleEvaluationStatus": [
"aws configservice describe-config-rule-evaluation-status --config-rule-names MyConfigRule "
],
"DescribeConfigRules": [
"aws configservice describe-config-rules --config-rule-names InstanceTypesAreT2micro "
],
"DescribeConfigurationRecorderStatus": [
"aws configservice describe-configuration-recorder-status "
],
"DescribeConfigurationRecorders": [
"aws configservice describe-configuration-recorders "
],
"DescribeDeliveryChannelStatus": [
"aws configservice describe-delivery-channel-status "
],
"DescribeDeliveryChannels": [
"aws configservice describe-delivery-channels "
],
"GetComplianceDetailsByConfigRule": [
"aws configservice get-compliance-details-by-config-rule --config-rule-name InstanceTypesAreT2micro --compliance-types NON_COMPLIANT "
],
"GetComplianceDetailsByResource": [
"aws configservice get-compliance-details-by-resource --resource-type AWS::EC2::Instance --resource-id i-1a2b3c4d --compliance-types NON_COMPLIANT "
],
"GetComplianceSummaryByConfigRule": [
"aws configservice get-compliance-summary-by-config-rule "
],
"GetComplianceSummaryByResourceType": [
"aws configservice get-compliance-summary-by-resource-type ",
"aws configservice get-compliance-summary-by-resource-type --resource-types AWS::EC2::Instance "
],
"GetResourceConfigHistory": [
"aws configservice get-resource-config-history --resource-type AWS::EC2::Instance --resource-id i-1a2b3c4d "
],
"GetStatus": [
"aws configservice get-status "
],
"ListDiscoveredResources": [
"aws configservice list-discovered-resources --resource-type AWS::EC2::Instance "
],
"PutConfigRule": [
"aws configservice put-config-rule --config-rule file://RequiredTagsForEC2Instances.json ",
"aws configservice put-config-rule --config-rule file://InstanceTypesAreT2micro.json "
],
"PutConfigurationRecorder": [
"aws configservice put-configuration-recorder --configuration-recorder name=default,roleARN=arn:aws:iam::123456789012:role/config-role --recording-group allSupported=true,includeGlobalResourceTypes=true ",
"aws configservice put-configuration-recorder --configuration-recorder name=default,roleARN=arn:aws:iam::123456789012:role/config-role --recording-group file://recordingGroup.json "
],
"PutDeliveryChannel": [
"aws configservice put-delivery-channel --delivery-channel file://deliveryChannel.json "
],
"StartConfigRulesEvaluation": [
"aws configservice start-config-rules-evaluation --config-rule-names s3-bucket-versioning-enabled cloudtrail-enabled "
],
"StartConfigurationRecorder": [
"aws configservice start-configuration-recorder --configuration-recorder-name default "
],
"StopConfigurationRecorder": [
"aws configservice stop-configuration-recorder --configuration-recorder-name default "
],
"Subscribe": [
"aws configservice subscribe --s3-bucket config-bucket-123456789012 --sns-topic arn:aws:sns:us-east-1:123456789012:config-topic --iam-role arn:aws:iam::123456789012:role/ConfigRole-A1B2C3D4E5F6 "
]
},
"configure": {
"AddModel": [
"aws configure add-model --service-model file://service.json ",
"aws configure add-model --service-model file://service.json --service-name service2 "
],
"Get": {
"_description": [],
"_examples": []
},
"Set": {
"_description": [],
"_examples": []
},
"_description": []
},
"connect": {
"CreateUser": [
"aws connect create-user --username Mary --password Pass@Word1 --identity-info FirstName=Mary,LastName=Major --phone-config PhoneType=DESK_PHONE,AutoAccept=true,AfterContactWorkTimeLimit=60,DeskPhoneNumber=+15555551212 --security-profile-id 12345678-1111-2222-aaaa-a1b2c3d4f5g7 --routing-profile-id 87654321-9999-3434-abcd-x1y2z3a1b2c3 --instance-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"DeleteUser": [
"aws connect delete-user --instance-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 --user-id 87654321-2222-1234-1234-111234567891 "
],
"DescribeUser": [
"aws connect describe-user --user-id 0c245dc0-0cf5-4e37-800e-2a7481cc8a60 --instance-id 40c83b68-ea62-414c-97bb-d018e39e158e "
],
"DescribeUserHierarchyGroup": [
"aws connect describe-user-hierarchy-group --hierarchy-group-id 12345678-1111-2222-800e-aaabbb555gg --instance-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"DescribeUserHierarchyStructure": [],
"GetContactAttributes": [
"aws connect get-contact-attributes --instance-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 --initial-contact-id 12345678-1111-2222-800e-a2b3c4d5f6g7 "
],
"ListContactFlows": [
"aws connect list-contact-flows --instance-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"ListHoursOfOperations": [
"aws connect list-hours-of-operations --instance-id 40c83b68-ea62-414c-97bb-d018e39e158e "
],
"ListPhoneNumbers": [
"aws connect list-phone-numbers --instance-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"ListQueues": [
"aws connect list-queues --instance-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"ListRoutingProfiles": [
"aws connect list-routing-profiles --instance-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"ListSecurityProfiles": [
"aws connect list-security-profiles --instance-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"ListUserHierarchyGroups": [
"aws connect list-user-hierarchy-groups --instance-id 40c83b68-ea62-414c-97bb-d018e39e158e "
],
"ListUsers": [
"aws connect list-users --instance-id 40c83b68-ea62-414c-97bb-d018e39e158e "
],
"UpdateContactAttributes": [
"aws connect update-contact-attributes --initial-contact-id 11111111-2222-3333-4444-12345678910 --instance-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 --attributes greetingPlayed=false "
],
"UpdateUserHierarchy": [
"aws connect update-user-hierarchy --hierarchy-group-id 12345678-a1b2-c3d4-e5f6-123456789abc --user-id 87654321-2222-1234-1234-111234567891 --instance-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"UpdateUserIdentityInfo": [
"aws connect update-user-identity-info --identity-info FirstName=Mary,LastName=Major,Email=marym@example.com --user-id 87654321-2222-1234-1234-111234567891 --instance-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"UpdateUserPhoneConfig": [
"aws connect update-user-phone-config --phone-config PhoneType=SOFT_PHONE,AutoAccept=false,AfterContactWorkTimeLimit=60,DeskPhoneNumber=+18005551212 --user-id 12345678-4444-3333-2222-111122223333 --instance-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"UpdateUserRoutingProfile": [
"aws connect update-user-routing-profile --routing-profile-id 12345678-1111-3333-2222-4444EXAMPLE --user-id 87654321-2222-1234-1234-111234567891 --instance-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"UpdateUserSecurityProfiles": [
"aws connect update-user-security-profiles --security-profile-ids 12345678-1234-1234-1234-1234567892111 --user-id 87654321-2222-1234-1234-111234567891 --instance-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
]
},
"cur": {
"DeleteReportDefinition": [
"aws cur --region us-east-1 delete-report-definition --report-name \"ExampleReport\" "
],
"DescribeReportDefinitions": [
"aws cur --region us-east-1 describe-report-definitions --max-items 5 "
],
"PutReportDefinition": [
"aws cur put-report-definition --report-definition file://report-definition.json "
]
},
"datapipeline": {
"ActivatePipeline": [
"aws datapipeline activate-pipeline --pipeline-id df-00627471SOVYZEXAMPLE ",
"aws datapipeline activate-pipeline --pipeline-id df-00627471SOVYZEXAMPLE --start-timestamp 2015-04-07T00:00:00Z "
],
"AddTags": [
"aws datapipeline add-tags --pipeline-id df-00627471SOVYZEXAMPLE --tags key=environment,value=production key=owner,value=sales "
],
"CreatePipeline": [
"aws datapipeline create-pipeline --name my-pipeline --unique-id my-pipeline-token "
],
"DeactivatePipeline": [
"aws datapipeline deactivate-pipeline --pipeline-id df-00627471SOVYZEXAMPLE ",
"aws datapipeline deactivate-pipeline --pipeline-id df-00627471SOVYZEXAMPLE --no-cancel-active "
],
"DeletePipeline": [
"aws datapipeline delete-pipeline --pipeline-id df-00627471SOVYZEXAMPLE "
],
"DescribePipelines": [
"aws datapipeline describe-pipelines --pipeline-ids df-00627471SOVYZEXAMPLE "
],
"GetPipelineDefinition": [
"aws datapipeline get-pipeline-definition --pipeline-id df-00627471SOVYZEXAMPLE "
],
"ListPipelines": [
"aws datapipeline list-pipelines "
],
"ListRuns": [
"aws datapipeline list-runs --pipeline-id df-00627471SOVYZEXAMPLE ",
"aws datapipeline list-runs --pipeline-id df-01434553B58A2SHZUKO5 --start-interval 2017-10-07T00:00:00,2017-10-08T00:00:00 "
],
"PutPipelineDefinition": [
"aws datapipeline put-pipeline-definition --pipeline-id df-00627471SOVYZEXAMPLE --pipeline-definition file://my-pipeline-definition.json "
],
"RemoveTags": [
"aws datapipeline remove-tags --pipeline-id df-00627471SOVYZEXAMPLE --tag-keys environment "
]
},
"dax": {
"CreateCluster": [
"aws dax create-cluster --cluster-name daxcluster --node-type dax.r4.large --replication-factor 3 --iam-role-arn roleARN --sse-specification Enabled=true "
],
"CreateParameterGroup": [
"aws dax create-parameter-group --parameter-group-name daxparametergroup --description \"A new parameter group\" "
],
"CreateSubnetGroup": [
"aws dax create-subnet-group --subnet-group-name daxSubnetGroup --subnet-ids subnet-11111111 subnet-22222222 "
],
"DecreaseReplicationFactor": [
"aws dax decrease-replication-factor --cluster-name daxcluster --new-replication-factor 1 "
],
"DeleteCluster": [
"aws dax delete-cluster --cluster-name daxcluster "
],
"DeleteParameterGroup": [
"aws dax delete-parameter-group --parameter-group-name daxparametergroup "
],
"DeleteSubnetGroup": [
"aws dax delete-subnet-group --subnet-group-name daxSubnetGroup "
],
"DescribeClusters": [
"aws dax describe-clusters "
],
"DescribeDefaultParameters": [
"aws dax describe-default-parameters "
],
"DescribeEvents": [
"aws dax describe-events "
],
"DescribeParameterGroups": [
"aws dax describe-parameter-groups "
],
"DescribeParameters": [
"aws dax describe-parameters --parameter-group-name default.dax1.0 "
],
"DescribeSubnetGroups": [
"aws dax describe-subnet-groups "
],
"IncreaseReplicationFactor": [
"aws dax increase-replication-factor --cluster-name daxcluster --new-replication-factor 3 "
],
"ListTags": [
"aws dax list-tags --resource-name arn:aws:dax:us-west-2:123456789012:cache/daxcluster "
],
"TagResource": [
"aws dax tag-resource --resource-name arn:aws:dax:us-west-2:123456789012:cache/daxcluster --tags=\"Key=ClusterUsage,Value=prod\" "
],
"UntagResource": [
"aws dax untag-resource --resource-name arn:aws:dax:us-west-2:123456789012:cache/daxcluster --tag-keys=\"ClusterUsage\" "
]
},
"deploy": {
"AddTagsToOnPremisesInstances": [
"aws deploy add-tags-to-on-premises-instances --instance-names AssetTag12010298EX AssetTag23121309EX --tags Key=Name,Value=CodeDeployDemo-OnPrem "
],
"BatchGetApplicationRevisions": [
"aws deploy batch-get-application-revisions --application-name my-codedeploy-application --revisions \"[{\\\"gitHubLocation\\\": {\\\"commitId\\\": \\\"fa85936EXAMPLEa31736c051f10d77297EXAMPLE\\\",\\\"repository\\\": \\\"my-github-token/my-repository\\\"},\\\"revisionType\\\": \\\"GitHub\\\"}]\" "
],
"BatchGetApplications": [
"aws deploy batch-get-applications --application-names WordPress_App MyOther_App "
],
"BatchGetDeploymentGroups": [
"aws deploy batch-get-deployment-groups --application-name my-codedeploy-application --deployment-group-names \"[\\\"my-deployment-group-1\\\",\\\"my-deployment-group-2\\\"]\" "
],
"BatchGetDeploymentTargets": [
"aws deploy batch-get-deployment-targets --deployment-id \"d-1A2B3C4D5\" --target-ids \"i-01a2b3c4d5e6f1111\" "
],
"BatchGetDeployments": [
"aws deploy batch-get-deployments --deployment-ids d-A1B2C3111 d-A1B2C3222 "
],
"BatchGetOnPremisesInstances": [
"aws deploy batch-get-on-premises-instances --instance-names AssetTag12010298EX AssetTag23121309EX "
],
"ContinueDeployment": [
"aws deploy continue-deployment --deployment-id \"d-A1B2C3111\" --deployment-wait-type \"READY_WAIT\" "
],
"CreateApplication": [
"aws deploy create-application --application-name MyOther_App "
],
"CreateDeployment": [
"aws deploy create-deployment --application-name WordPress_App --deployment-config-name CodeDeployDefault.OneAtATime --deployment-group-name WordPress_DG --description \"My demo deployment\" --s3-location bucket=CodeDeployDemoBucket,bundleType=zip,eTag=dd56cfdEXAMPLE8e768f9d77fEXAMPLE,key=WordPressApp.zip ",
"aws deploy create-deployment --cli-input-json file://create-deployment.json --region us-east-1 "
],
"CreateDeploymentConfig": [
"aws deploy create-deployment-config --deployment-config-name ThreeQuartersHealthy --minimum-healthy-hosts type=FLEET_PERCENT,value=75 "
],
"CreateDeploymentGroup": [
"aws deploy create-deployment-group --application-name WordPress_App --auto-scaling-groups CodeDeployDemo-ASG --deployment-config-name CodeDeployDefault.OneAtATime --deployment-group-name WordPress_DG --ec2-tag-filters Key=Name,Value=CodeDeployDemo,Type=KEY_AND_VALUE --service-role-arn arn:aws:iam::123456789012:role/CodeDeployDemoRole "
],
"DeleteApplication": [
"aws deploy delete-application --application-name WordPress_App "
],
"DeleteDeploymentConfig": [
"aws deploy delete-deployment-config --deployment-config-name ThreeQuartersHealthy "
],
"DeleteDeploymentGroup": [
"aws deploy delete-deployment-group --application-name WordPress_App --deployment-group-name WordPress_DG "
],
"DeleteGitHubAccountToken": [
"aws deploy delete-git-hub-account-token --token-name my-github-account "
],
"Deregister": [
"aws deploy deregister --instance-name AssetTag12010298EX --no-delete-iam-user --region us-west-2 "
],
"DeregisterOnPremisesInstance": [
"aws deploy deregister-on-premises-instance --instance-name AssetTag12010298EX "
],
"GetApplication": [
"aws deploy get-application --application-name WordPress_App "
],
"GetApplicationRevision": [
"aws deploy get-application-revision --application-name WordPress_App --s3-location bucket=CodeDeployDemoBucket,bundleType=zip,eTag=dd56cfdEXAMPLE8e768f9d77fEXAMPLE,key=WordPressApp.zip "
],
"GetDeployment": [
"aws deploy get-deployment --deployment-id d-A1B2C3123 "
],
"GetDeploymentConfig": [
"aws deploy get-deployment-config --deployment-config-name ThreeQuartersHealthy "
],
"GetDeploymentGroup": [
"aws deploy get-deployment-group --application-name WordPress_App --deployment-group-name WordPress_DG "
],
"GetDeploymentInstance": [
"aws deploy get-deployment-instance --deployment-id d-QA4G4F9EX --instance-id i-902e9fEX "
],
"GetDeploymentTarget": [
"aws deploy get-deployment-target --deployment-id \"d-A1B2C3111\" --target-id \"i-a1b2c3d4e5f611111\" "
],
"GetOnPremisesInstance": [
"aws deploy get-on-premises-instance --instance-name AssetTag12010298EX "
],
"Install": [
"aws deploy install --override-config --config-file C:\\temp\\codedeploy.onpremises.yml --region us-west-2 --agent-installer s3://aws-codedeploy-us-west-2/latest/codedeploy-agent.msi "
],
"ListApplicationRevisions": [
"aws deploy list-application-revisions --application-name WordPress_App --s-3-bucket CodeDeployDemoBucket --deployed exclude --s-3-key-prefix WordPress_ --sort-by lastUsedTime --sort-order descending "
],
"ListApplications": [
"aws deploy list-applications "
],
"ListDeploymentConfigs": [
"aws deploy list-deployment-configs "
],
"ListDeploymentGroups": [
"aws deploy list-deployment-groups --application-name WordPress_App "
],
"ListDeploymentInstances": [
"aws deploy list-deployment-instances --deployment-id d-A1B2C3111 --instance-status-filter Succeeded "
],
"ListDeploymentTargets": [
"aws deploy list-deployment-targets --deployment-id \"d-A1B2C3111\" --target-filters \"{\\\"TargetStatus\\\":[\\\"Failed\\\",\\\"InProgress\\\"]}\" "
],
"ListDeployments": [
"aws deploy list-deployments --application-name WordPress_App --create-time-range start=2014-08-19T00:00:00,end=2014-08-20T00:00:00 --deployment-group-name WordPress_DG --include-only-statuses Failed "
],
"ListGitHubAccountTokenNames": [
"aws deploy list-git-hub-account-token-names "
],
"ListOnPremisesInstances": [
"aws deploy list-on-premises-instances --registration-status Registered --tag-filters Key=Name,Value=CodeDeployDemo-OnPrem,Type=KEY_AND_VALUE "
],
"ListTagsForResource": [
"aws deploy list-tags-for-resource --resource-arn arn:aws:codedeploy:us-west-2:111122223333:application:testApp "
],
"Push": [
"aws deploy push --application-name WordPress_App --description \"This is my deployment\" --ignore-hidden-files --s3-location s3://CodeDeployDemoBucket/WordPressApp.zip --source /tmp/MyLocalDeploymentFolder/ "
],
"Register": [
"aws deploy register --instance-name AssetTag12010298EX --iam-user-arn arn:aws:iam::123456789012:user/CodeDeployUser-OnPrem --tags Key=Name,Value=CodeDeployDemo-OnPrem --region us-west-2 "
],
"RegisterApplicationRevision": [
"aws deploy register-application-revision --application-name WordPress_App --description \"Revised WordPress application\" --s3-location bucket=CodeDeployDemoBucket,key=RevisedWordPressApp.zip,bundleType=zip,eTag=cecc9b8a08eac650a6e71fdb88EXAMPLE "
],
"RegisterOnPremisesInstance": [
"aws deploy register-on-premises-instance --instance-name AssetTag12010298EX --iam-user-arn arn:aws:iam::80398EXAMPLE:user/CodeDeployDemoUser-OnPrem "
],
"RemoveTagsFromOnPremisesInstances": [
"aws deploy remove-tags-from-on-premises-instances --instance-names AssetTag12010298EX AssetTag23121309EX --tags Key=Name,Value=CodeDeployDemo-OnPrem "
],
"StopDeployment": [
"aws deploy stop-deployment --deployment-id d-A1B2C3111 "
],
"TagResource": [
"aws deploy tag-resource --resource-arn arn:aws:codedeploy:us-west-2:111122223333:application:testApp --tags Key=Name,Value=testName Key=Type,Value=testType "
],
"Uninstall": [
"aws deploy uninstall "
],
"UntagResource": [
"aws deploy untag-resource --resource-arn arn:aws:codedeploy:us-west-2:111122223333:application:testApp --tag-keys Name Type "
],
"UpdateApplication": [
"aws deploy update-application --application-name WordPress_App --new-application-name My_WordPress_App "
],
"UpdateDeploymentGroup": [
"aws deploy update-deployment-group --application-name WordPress_App --auto-scaling-groups My_CodeDeployDemo_ASG --current-deployment-group-name WordPress_DG --deployment-config-name CodeDeployDefault.AllAtOnce --ec2-tag-filters Key=Name,Type=KEY_AND_VALUE,Value=My_CodeDeployDemo --new-deployment-group-name My_WordPress_DepGroup --service-role-arn arn:aws:iam::80398EXAMPLE:role/CodeDeployDemo-2 "
],
"Wait": {
"DeploymentSuccessful": [
"aws deploy wait deployment-successful --deployment-id d-A1B2C3111 "
]
}
},
"detective": {
"AcceptInvitation": [
"aws detective accept-invitation --graph-arn arn:aws:detective:us-east-1:111122223333:graph:123412341234 "
],
"CreateGraph": [
"aws detective create-graph --tags '{\"Department\": \"Finance\"}' "
],
"CreateMembers": [
"aws detective create-members --accounts AccountId=444455556666,EmailAddress=mmajor@example.com AccountId=123456789012,EmailAddress=jstiles@example.com --graph-arn arn:aws:detective:us-east-1:111122223333:graph:123412341234 --message \"This is Paul Santos. I need to add your account to the data we use for security investigation in Amazon Detective. If you have any questions, contact me at psantos@example.com.\" ",
"aws detective create-members --accounts AccountId=444455556666,EmailAddress=mmajor@example.com AccountId=123456789012,EmailAddress=jstiles@example.com --graph-arn arn:aws:detective:us-east-1:111122223333:graph:123412341234 --disable-email-notification "
],
"DeleteGraph": [
"aws detective delete-graph --graph-arn arn:aws:detective:us-east-1:111122223333:graph:123412341234 "
],
"DeleteMembers": [
"aws detective delete-members --account-ids 444455556666 123456789012 --graph-arn arn:aws:detective:us-east-1:111122223333:graph:123412341234 "
],
"DisassociateMembership": [
"aws detective disassociate-membership --graph-arn arn:aws:detective:us-east-1:111122223333:graph:123412341234 "
],
"GetMembers": [
"aws detective get-members --account-ids 444455556666 123456789012 --graph-arn arn:aws:detective:us-east-1:111122223333:graph:123412341234 "
],
"ListGraphs": [
"aws detective list-graphs "
],
"ListInvitations": [
"aws detective list-invitations "
],
"ListMembers": [
"aws detective list-members --graph-arn arn:aws:detective:us-east-1:111122223333:graph:123412341234 "
],
"ListTagsForResource": [
"aws detective list-tags-for-resource --resource-arn arn:aws:detective:us-east-1:111122223333:graph:123412341234 "
],
"RejectInvitation": [
"aws detective reject-invitation --graph-arn arn:aws:detective:us-east-1:111122223333:graph:123412341234 "
],
"TagResource": [
"aws detective tag-resource --resource-arn arn:aws:detective:us-east-1:111122223333:graph:123412341234 --tags '{\"Department\":\"Finance\"}' "
],
"UntagResource": [
"aws detective untag-resource --resource-arn arn:aws:detective:us-east-1:111122223333:graph:123412341234 --tag-keys \"Department\" "
]
},
"devicefarm": {
"CreateDevicePool": [
"aws devicefarm create-device-pool --name pool1 --rules file://device-pool-rules.json --project-arn \"arn:aws:devicefarm:us-west-2:123456789012:project:070fc3ca-7ec1-4741-9c1f-d3e044efc506\" "
],
"CreateProject": [
"aws devicefarm create-project --name my-project "
],
"CreateUpload": [
"aws devicefarm create-upload --project-arn \"arn:aws:devicefarm:us-west-2:123456789012:project:070fc3ca-7ec1-4741-9c1f-d3e044efc506\" --name app.apk --type ANDROID_APP "
],
"GetUpload": [
"aws devicefarm get-upload --arn \"arn:aws:devicefarm:us-west-2:123456789012:upload:070fc3ca-7ec1-4741-9c1f-d3e044efc506/dd72723a-ae9e-4087-09e6-f4cea3599514\" "
],
"ListProjects": [
"aws devicefarm list-projects "
]
},
"directconnect": {
"AcceptDirectConnectGatewayAssociationProposal": [
"aws directconnect accept-direct-connect-gateway-association-proposal --direct-connect-gateway-id 11460968-4ac1-4fd3-bdb2-00599EXAMPLE --proposal-id cb7f41cb-8128-43a5-93b1-dcaedEXAMPLE --associated-gateway-owner-account 111122223333 "
],
"AllocateConnectionOnInterconnect": [
"aws directconnect allocate-connection-on-interconnect --bandwidth 500Mbps --connection-name mydcinterconnect --owner-account 123456789012 --interconnect-id dxcon-fgktov66 --vlan 101 "
],
"AllocateHostedConnection": [
"aws directconnect allocate-hosted-connection --bandwidth 500Mbps --connection-name mydcinterconnect --owner-account 123456789012 --connection-id dxcon-fgktov66 --vlan 101 "
],
"AllocatePrivateVirtualInterface": [
"aws directconnect allocate-private-virtual-interface --connection-id dxcon-ffjrkx17 --owner-account 123456789012 --new-private-virtual-interface-allocation virtualInterfaceName=PrivateVirtualInterface,vlan=1000,asn=65000,authKey=asdf34example,amazonAddress=192.168.1.1/30,customerAddress=192.168.1.2/30 "
],
"AllocatePublicVirtualInterface": [
"aws directconnect allocate-public-virtual-interface --connection-id dxcon-ffjrkx17 --owner-account 123456789012 --new-public-virtual-interface-allocation virtualInterfaceName=PublicVirtualInterface,vlan=2000,asn=65000,authKey=asdf34example,amazonAddress=203.0.113.1/30,customerAddress=203.0.113.2/30,routeFilterPrefixes=[{cidr=203.0.113.0/30},{cidr=203.0.113.4/30}] "
],
"AllocateTransitVirtualInterface": [
"aws directconnect allocate-transit-virtual-interface --connection-id dxlag-fEXAMPLE --owner-account 123456789012 --new-transit-virtual-interface-allocation \"virtualInterfaceName=Example Transit Virtual Interface,vlan=126,asn=65110,mtu=1500,authKey=0xzxgA9YoW9h58u8SEXAMPLE,amazonAddress=192.168.1.1/30,customerAddress=192.168.1.2/30,addressFamily=ipv4,tags=[{key=Tag,value=Example}]\" "
],
"AssociateConnectionWithLag": [
"aws directconnect associate-connection-with-lag --lag-id dxlag-fhccu14t --connection-id dxcon-fg9607vm "
],
"AssociateHostedConnection": [
"aws directconnect associate-hosted-connection --parent-connection-id dxlag-fhccu14t --connection-id dxcon-fg9607vm "
],
"AssociateVirtualInterface": [
"aws directconnect associate-virtual-interface --connection-id dxlag-ffjhj9lx --virtual-interface-id dxvif-fgputw0j "
],
"ConfirmConnection": [
"aws directconnect confirm-connection --connection-id dxcon-fg2wi7hy "
],
"ConfirmPrivateVirtualInterface": [
"aws directconnect confirm-private-virtual-interface --virtual-interface-id dxvif-fgy8orxu --virtual-gateway-id vgw-e4a47df9 "
],
"ConfirmPublicVirtualInterface": [
"aws directconnect confirm-public-virtual-interface --virtual-interface-id dxvif-fg9xo9vp "
],
"ConfirmTransitVirtualInterface": [
"aws directconnect confirm-transit-virtual-interface --virtual-interface-id dxvif-fEXAMPLE --direct-connect-gateway-id 4112ccf9-25e9-4111-8237-b6c5dEXAMPLE "
],
"CreateBgpPeer": [
"aws directconnect create-bgp-peer --virtual-interface-id dxvif-fg1vuj3d --new-bgp-peer asn=64600,addressFamily=ipv6 "
],
"CreateConnection": [
"aws directconnect create-connection --location TIVIT --bandwidth 1Gbps --connection-name \"Connection to AWS\" "
],
"CreateDirectConnectGateway": [
"aws directconnect create-direct-connect-gateway --direct-connect-gateway-name \"DxGateway1\" "
],
"CreateDirectConnectGatewayAssociation": [
"aws directconnect create-direct-connect-gateway-association --direct-connect-gateway-id 5f294f92-bafb-4011-916d-9b0bexample --virtual-gateway-id vgw-6efe725e "
],
"CreateDirectConnectGatewayAssociationProposal": [
"aws directconnect create-direct-connect-gateway-association-proposal --direct-connect-gateway-id 11460968-4ac1-4fd3-bdb2-00599EXAMPLE --direct-connect-gateway-owner-account 111122223333 --gateway-id tgw-02f776b1a7EXAMPLE --add-allowed-prefixes-to-direct-connect-gateway cidr=192.168.1.0/30 "
],
"CreateInterconnect": [
"aws directconnect create-interconnect --interconnect-name \"1G Interconnect to AWS\" --bandwidth 1Gbps --location TIVIT "
],
"CreateLag": [
"aws directconnect create-lag --location CSVA1 --number-of-connections 2 --connections-bandwidth 1Gbps --lag-name 1GBLag ",
"aws directconnect create-lag --location EqDC2 --number-of-connections 2 --connections-bandwidth 1Gbps --lag-name 2ConnLAG --connection-id dxcon-fgk145dr "
],
"CreatePrivateVirtualInterface": [
"aws directconnect create-private-virtual-interface --connection-id dxcon-ffjrkx17 --new-private-virtual-interface virtualInterfaceName=PrivateVirtualInterface,vlan=101,asn=65000,authKey=asdf34example,amazonAddress=192.168.1.1/30,customerAddress=192.168.1.2/30,virtualGatewayId=vgw-aba37db6 "
],
"CreatePublicVirtualInterface": [
"aws directconnect create-public-virtual-interface --connection-id dxcon-ffjrkx17 --new-public-virtual-interface virtualInterfaceName=PublicVirtualInterface,vlan=2000,asn=65000,authKey=asdf34example,amazonAddress=203.0.113.1/30,customerAddress=203.0.113.2/30,routeFilterPrefixes=[{cidr=203.0.113.0/30},{cidr=203.0.113.4/30}] "
],
"CreateTransitVirtualInterface": [],
"DeleteBgpPeer": [
"aws directconnect delete-bgp-peer --virtual-interface-id dxvif-fg1vuj3d --asn 64600 --customer-address 2001:db8:1100:2f0:0:1:9cb4:4216/125 "
],
"DeleteConnection": [
"aws directconnect delete-connection --connection-id dxcon-fg31dyv6 "
],
"DeleteDirectConnectGateway": [
"aws directconnect delete-direct-connect-gateway --direct-connect-gateway-id 5f294f92-bafb-4011-916d-9b0bexample "
],
"DeleteDirectConnectGatewayAssociation": [
"aws directconnect delete-direct-connect-gateway-association --association-id be85116d-46eb-4b43-a27a-da0c2ad648de "
],
"DeleteInterconnect": [
"aws directconnect delete-interconnect --interconnect-id dxcon-fgktov66 "
],
"DeleteLag": [
"aws directconnect delete-lag --lag-id dxlag-ffrhowd9 "
],
"DeleteVirtualInterface": [
"aws directconnect delete-virtual-interface --virtual-interface-id dxvif-ffhhk74f "
],
"DescribeConnectionLoa": [
"aws directconnect describe-connection-loa --connection-id dxcon-fh6ayh1d --output text --query loa.loaContent ",
"aws directconnect describe-connection-loa --connection-id dxcon-fh6ayh1d --output text --query loa.loaContent "
],
"DescribeConnections": [
"aws directconnect describe-connections "
],
"DescribeConnectionsOnInterconnect": [
"aws directconnect describe-connections-on-interconnect --interconnect-id dxcon-fgktov66 "
],
"DescribeDirectConnectGatewayAssociationProposals": [
"aws directconnect describe-direct-connect-gateway-association-proposals "
],
"DescribeDirectConnectGatewayAssociations": [
"aws directconnect describe-direct-connect-gateway-associations --direct-connect-gateway-id 5f294f92-bafb-4011-916d-9b0bexample "
],
"DescribeDirectConnectGatewayAttachments": [
"aws directconnect describe-direct-connect-gateway-attachments --direct-connect-gateway-id 5f294f92-bafb-4011-916d-9b0bexample "
],
"DescribeDirectConnectGateways": [
"aws directconnect describe-direct-connect-gateways "
],
"DescribeHostedConnections": [
"aws directconnect describe-hosted-connections --connection-id dxcon-fgktov66 "
],
"DescribeInterconnectLoa": [
"aws directconnect describe-interconnect-loa --interconnect-id dxcon-fh6ayh1d --output text --query loa.loaContent ",
"aws directconnect describe-interconnect-loa --interconnect-id dxcon-fh6ayh1d --output text --query loa.loaContent "
],
"DescribeInterconnects": [
"aws directconnect describe-interconnects "
],
"DescribeLags": [
"aws directconnect describe-lags "
],
"DescribeLoa": [
"aws directconnect describe-loa --connection-id dxcon-fh6ayh1d --output text --query loa.loaContent ",
"aws directconnect describe-loa --connection-id dxcon-fh6ayh1d --output text --query loa.loaContent "
],
"DescribeLocations": [
"aws directconnect describe-locations "
],
"DescribeTags": [
"aws directconnect describe-tags --resource-arns arn:aws:directconnect:us-east-1:123456789012:dxcon/dxcon-abcabc12 "
],
"DescribeVirtualGateways": [
"aws directconnect describe-virtual-gateways "
],
"DescribeVirtualInterfaces": [
"aws directconnect describe-virtual-interfaces --connection-id dxcon-ffjrkx17 "
],
"DisassociateConnectionFromLag": [
"aws directconnect disassociate-connection-from-lag --lag-id dxlag-fhccu14t --connection-id dxcon-fg9607vm "
],
"TagResource": [
"aws directconnect tag-resource --resource-arn arn:aws:directconnect:us-east-1:123456789012:dxcon/dxcon-abcabc12 --tags \"key=Name,value=VAConnection\" "
],
"UntagResource": [
"aws directconnect untag-resource --resource-arn arn:aws:directconnect:us-east-1:123456789012:dxcon/dxcon-abcabc12 --tag-keys Name "
],
"UpdateDirectConnectGatewayAssociation": [
"aws directconnect update-direct-connect-gateway-association --association-id 820a6e4f-5374-4004-8317-3f64bEXAMPLE --add-allowed-prefixes-to-direct-connect-gateway cidr=192.168.2.0/30 "
],
"UpdateLag": [
"aws directconnect update-lag --lag-id dxlag-ffjhj9lx --lag-name 2ConnLag "
],
"UpdateVirtualInterfaceAttributes": [
"aws directconnect update-virtual-interface-attributes --virtual-interface-id dxvif-fEXAMPLE --mtu 1500 "
]
},
"discovery": {
"DescribeAgents": [
"aws discovery describe-agents --filters name=\"collectionStatus\",values=\"STARTED\",\"STOPPED\",condition=\"EQUALS\" --max-results 3 "
],
"DescribeConfigurations": [
"aws discovery describe-configurations --configuration-ids \"d-server-099385097ef9fbcfb\" \"d-server-0c4f2dd1fee22c6c1\" ",
"aws discovery describe-configurations --configuration-ids \"d-application-0ac39bc0e4fad0e42\" \"d-application-02444a45288013764q\" "
],
"ListConfigurations": [
"aws discovery list-configurations --configuration-type SERVER --filters name=\"server.hostName\",values=\"172-31-35\",\"172-31-42\",condition=\"CONTAINS\" name=\"server.osName\",values=\"Ubuntu\",condition=\"NOT_CONTAINS\" "
]
},
"dlm": {
"CreateDefaultRole": [
"aws dlm create-default-role "
],
"CreateLifecyclePolicy": [
"aws dlm create-lifecycle-policy --description \"My first policy\" --state ENABLED --execution-role-arn arn:aws:iam::12345678910:role/AWSDataLifecycleManagerDefaultRole --policy-details file://policyDetails.json "
],
"DeleteLifecyclePolicy": [
"aws dlm delete-lifecycle-policy --policy-id policy-0123456789abcdef0 "
],
"GetLifecyclePolicies": [
"aws dlm get-lifecycle-policies "
],
"GetLifecyclePolicy": [
"aws dlm get-lifecycle-policy --policy-id policy-0123456789abcdef0 "
],
"UpdateLifecyclePolicy": [
"aws dlm update-lifecycle-policy --policy-id policy-0123456789abcdef0 --state ENABLED ",
"aws dlm update-lifecycle-policy --policy-id policy-0123456789abcdef0 --state DISABLED ",
"aws dlm update-lifecycle-policy --policy-id policy-0123456789abcdef0 --policy-details file://policyDetails.json "
]
},
"dms": {
"AddTagsToResource": [
"aws dms add-tags-to-resource --resource-arn arn:aws:dms:us-east-1:123456789012:rep:T3OM7OUB5NM2LCVZF7JPGJRNUE --tags Key=Environment,Value=PROD Key=Project,Value=dbMigration "
],
"CreateEndpoint": [
"aws dms create-endpoint --endpoint-type source --engine-name s3 --endpoint-identifier src-endpoint --s3-settings file://s3-settings.json "
],
"CreateEventSubscription": [
"aws dms create-event-subscription --subscription-name my-dms-events --sns-topic-arn arn:aws:sns:us-east-1:123456789012:my-sns-topic "
],
"CreateReplicationInstance": [
"aws dms create-replication-instance --replication-instance-identifier my-repl-instance --replication-instance-class dms.t2.micro --allocated-storage 5 "
],
"CreateReplicationSubnetGroup": [
"aws dms create-replication-subnet-group --replication-subnet-group-identifier my-subnet-group --replication-subnet-group-description \"my subnet group\" --subnet-ids subnet-da327bf6 subnet-bac383e0 subnet-d7c825e8 "
],
"CreateReplicationTask": [
"aws dms create-replication-task --replication-task-identifier movedata --source-endpoint-arn arn:aws:dms:us-east-1:123456789012:endpoint:6GGI6YPWWGAYUVLKIB732KEVWA --target-endpoint-arn arn:aws:dms:us-east-1:123456789012:endpoint:EOM4SFKCZEYHZBFGAGZT3QEC5U --replication-instance-arn $RI_ARN --migration-type full-load --table-mappings file://table-mappings.json "
],
"DeleteConnection": [
"aws dms delete-connection --endpoint-arn arn:aws:dms:us-east-1:123456789012:endpoint:6GGI6YPWWGAYUVLKIB732KEVWA --replication-instance-arn arn:aws:dms:us-east-1:123456789012:rep:T3OM7OUB5NM2LCVZF7JPGJRNUE "
],
"DeleteEndpoint": [
"aws dms delete-endpoint --endpoint-arn arn:aws:dms:us-east-1:123456789012:endpoint:OUJJVXO4XZ4CYTSEG5XGMN2R3Y "
],
"DeleteEventSubscription": [
"aws dms delete-event-subscription --subscription-name \"my-dms-events\" "
],
"DeleteReplicationInstance": [
"aws dms delete-replication-instance --replication-instance-arn arn:aws:dms:us-east-1:123456789012:rep:T3OM7OUB5NM2LCVZF7JPGJRNUE "
],
"DeleteReplicationSubnetGroup": [
"aws dms delete-replication-subnet-group --replication-subnet-group-identifier my-subnet-group "
],
"DeleteReplicationTask": [
"aws dms delete-replication-task --replication-task-arn arn:aws:dms:us-east-1:123456789012:task:K55IUCGBASJS5VHZJIINA45FII "
],
"DescribeAccountAttributes": [
"aws dms describe-account-attributes "
],
"DescribeCertificates": [
"aws dms describe-certificates "
],
"DescribeConnections": [
"aws dms describe-connections "
],
"DescribeEndpointTypes": [
"aws dms describe-endpoint-types --filters \"Name=engine-name,Values=mysql\" "
],
"DescribeEndpoints": [
"aws dms describe-endpoints "
],
"DescribeEventCategories": [
"aws dms describe-event-categories "
],
"DescribeEventSubscriptions": [
"aws dms describe-event-subscriptions "
],
"DescribeEvents": [
"aws dms describe-events --source-type \"replication-instance\" "
],
"DescribeOrderableReplicationInstances": [
"aws dms describe-orderable-replication-instances "
],
"DescribeRefreshSchemasStatus": [
"aws dms describe-refresh-schemas-status --endpoint-arn arn:aws:dms:us-east-1:123456789012:endpoint:6GGI6YPWWGAYUVLKIB732KEVWA "
],
"DescribeReplicationInstances": [
"aws dms describe-replication-instances "
],
"DescribeReplicationSubnetGroups": [
"aws dms describe-replication-subnet-groups --filter \"Name=replication-subnet-group-id,Values=my-subnet-group\" "
],
"DescribeReplicationTaskAssessmentResults": [
"aws dms describe-replication-task-assessment-results "
],
"DescribeReplicationTasks": [
"aws dms describe-replication-tasks "
],
"DescribeSchemas": [
"aws dms describe-schemas --endpoint-arn \"arn:aws:dms:us-east-1:123456789012:endpoint:6GGI6YPWWGAYUVLKIB732KEVWA\" "
],
"ListTagsForResource": [
"aws dms list-tags-for-resource --resource-arn arn:aws:dms:us-east-1:123456789012:rep:T3OM7OUB5NM2LCVZF7JPGJRNUE "
],
"ModifyEndpoint": [
"aws dms modify-endpoint --endpoint-arn \"arn:aws:dms:us-east-1:123456789012:endpoint:GUVAFG34EECUOJ6QVZ56DAHT3U\" --extra-connection-attributes \"compressionType=GZIP\" "
],
"ModifyEventSubscription": [
"aws dms modify-event-subscription --subscription-name \"my-dms-events\" --source-type replication-task "
],
"ModifyReplicationInstance": [
"aws dms modify-replication-instance --replication-instance-arn arn:aws:dms:us-east-1:123456789012:rep:T3OM7OUB5NM2LCVZF7JPGJRNUE --multi-az "
],
"ModifyReplicationSubnetGroup": [
"aws dms modify-replication-subnet-group --replication-subnet-group-identifier my-subnet-group --subnet-id subnet-da327bf6 subnet-bac383e0 "
],
"ModifyReplicationTask": [
"aws dms modify-replication-task --replication-task-arn \"arn:aws:dms:us-east-1:123456789012:task:K55IUCGBASJS5VHZJIINA45FII\" --table-mappings file://table-mappings.json "
],
"RebootReplicationInstance": [
"aws dms reboot-replication-instance --replication-instance-arn arn:aws:dms:us-east-1:123456789012:rep:T3OM7OUB5NM2LCVZF7JPGJRNUE "
],
"RefreshSchemas": [
"aws dms refresh-schemas --replication-instance-arn arn:aws:dms:us-east-1:123456789012:rep:T3OM7OUB5NM2LCVZF7JPGJRNUE --endpoint-arn \"arn:aws:dms:us-east-1:123456789012:endpoint:6GGI6YPWWGAYUVLKIB732KEVWA\" "
],
"ReloadTables": [
"aws dms reload-tables --replication-task-arn \"arn:aws:dms:us-east-1:123456789012:task:K55IUCGBASJS5VHZJIINA45FII\" --tables-to-reload \"SchemaName=prodrep,TableName=ACCT_BAL\" "
],
"RemoveTagsFromResource": [
"aws dms remove-tags-from-resource --resource-arn arn:aws:dms:us-east-1:123456789012:rep:T3OM7OUB5NM2LCVZF7JPGJRNUE --tag-keys Environment Project "
],
"StartReplicationTask": [
"aws dms start-replication-task --replication-task-arn arn:aws:dms:us-east-1:123456789012:task:K55IUCGBASJS5VHZJIINA45FII --start-replication-task-type reload-target "
],
"StartReplicationTaskAssessment": [
"aws dms start-replication-task-assessment --replication-task-arn arn:aws:dms:us-east-1:123456789012:task:K55IUCGBASJS5VHZJIINA45FII "
],
"StopReplicationTask": [
"aws dms stop-replication-task --replication-task-arn arn:aws:dms:us-east-1:123456789012:task:K55IUCGBASJS5VHZJIINA45FII "
],
"TestConnection": [
"aws dms test-connection --replication-instance-arn arn:aws:dms:us-east-1:123456789012:rep:T3OM7OUB5NM2LCVZF7JPGJRNUE --endpoint-arn arn:aws:dms:us-east-1:123456789012:endpoint:6GGI6YPWWGAYUVLKIB732KEVWA "
]
},
"docdb": {
"AddTagsToResource": [
"aws docdb add-tags-to-resource --resource-name arn:aws:rds:us-west-2:123456789012:cluster:sample-cluster --tags Key=\"CropA\",Value=\"Apple\" Key=\"CropB\" Key=\"CropC\",Value=\"Corn\" "
],
"ApplyPendingMaintenanceAction": [
"aws docdb apply-pending-maintenance-action --resource-identifier arn:aws:rds:us-west-2:123456789012:cluster:sample-cluster --apply-action system-update --opt-in-type next-maintenance "
],
"CopyDbClusterParameterGroup": [
"aws docdb copy-db-cluster-parameter-group --source-db-cluster-parameter-group-identifier custom-docdb3-6 --target-db-cluster-parameter-group-identifier custom-docdb3-6-copy --target-db-cluster-parameter-group-description \"Copy of custom-docdb3-6\" --tags Key=\"CopyNumber\",Value=\"1\" Key=\"Modifiable\",Value=\"Yes\" "
],
"CopyDbClusterSnapshot": [
"aws docdb copy-db-cluster-snapshot --source-db-cluster-snapshot-identifier sample-cluster-snapshot --target-db-cluster-snapshot-identifier sample-cluster-snapshot-copy --copy-tags --tags Key=\"CopyNumber\",Value=\"1\" "
],
"CreateDbCluster": [
"aws docdb create-db-cluster --db-cluster-identifier sample-cluster --engine docdb --master-username master-user --master-user-password password --preferred-maintenance-window Sun:20:30-Sun:21:00 "
],
"CreateDbClusterParameterGroup": [
"aws docdb create-db-cluster-parameter-group --db-cluster-parameter-group-name sample-parameter-group --db-parameter-group-family docdb3.6 --description \"Sample parameter group based on docdb3.6\" "
],
"CreateDbClusterSnapshot": [
"aws docdb create-db-cluster-snapshot --db-cluster-identifier sample-cluster --db-cluster-snapshot-identifier sample-cluster-snapshot "
],
"CreateDbInstance": [
"aws docdb create-db-instance --db-cluster-identifier sample-cluster --db-instance-class db.r4.xlarge --db-instance-identifier sample-cluster-instance-2 --engine docdb "
],
"CreateDbSubnetGroup": [
"aws docdb create-db-subnet-group --db-subnet-group-description \"a sample subnet group\" --db-subnet-group-name sample-subnet-group --subnet-ids \"subnet-29ab1025\" \"subnet-991cb8d0\" \"subnet-53ab3636\" "
],
"DeleteDbCluster": [
"aws docdb delete-db-cluster --db-cluster-identifier sample-cluster --skip-final-snapshot "
],
"DeleteDbClusterParameterGroup": [
"aws docdb delete-db-cluster-parameter-group --db-cluster-parameter-group-name sample-parameter-group "
],
"DeleteDbClusterSnapshot": [
"aws docdb delete-db-cluster-snapshot --db-cluster-snapshot-identifier sample-cluster-snapshot "
],
"DeleteDbInstance": [
"aws docdb delete-db-instance --db-instance-identifier sample-cluster-instance-2 "
],
"DeleteDbSubnetGroup": [
"aws docdb delete-db-subnet-group --db-subnet-group-name sample-subnet-group "
],
"DescribeDbClusterParameterGroups": [
"aws docdb describe-db-cluster-parameter-groups --db-cluster-parameter-group-name custom3-6-param-grp "
],
"DescribeDbClusterParameters": [
"aws docdb describe-db-cluster-parameters --db-cluster-parameter-group-name custom3-6-param-grp "
],
"DescribeDbClusterSnapshotAttributes": [
"aws docdb describe-db-cluster-snapshot-attributes --db-cluster-snapshot-identifier sample-cluster-snapshot "
],
"DescribeDbClusterSnapshots": [
"aws docdb describe-db-cluster-snapshots --db-cluster-snapshot-identifier sample-cluster-snapshot "
],
"DescribeDbClusters": [
"aws docdb describe-db-clusters --db-cluster-identifier sample-cluster "
],
"DescribeDbEngineVersions": [
"aws docdb describe-db-engine-versions --engine docdb "
],
"DescribeDbInstances": [
"aws docdb describe-db-instances --db-instance-identifier sample-cluster-instance "
],
"DescribeDbSubnetGroups": [
"aws docdb describe-db-subnet-groups --db-subnet-group-name default "
],
"DescribeEngineDefaultClusterParameters": [
"aws docdb describe-engine-default-cluster-parameters --db-parameter-group-family docdb3.6 "
],
"DescribeEventCategories": [
"aws docdb describe-event-categories --source-type db-cluster "
],
"DescribeEvents": [
"aws docdb describe-events --duration 1440 "
],
"DescribeOrderableDbInstanceOptions": [
"aws docdb describe-orderable-db-instance-options --engine docdb --region us-east-1 "
],
"DescribePendingMaintenanceActions": [
"aws docdb describe-pending-maintenance-actions "
],
"FailoverDbCluster": [
"aws docdb failover-db-cluster --db-cluster-identifier sample-cluster "
],
"ListTagsForResource": [
"aws docdb list-tags-for-resource --resource-name arn:aws:rds:us-west-2:123456789012:cluster:sample-cluster "
],
"ModifyDbCluster": [
"aws docdb modify-db-cluster --db-cluster-identifier sample-cluster --no-apply-immediately --backup-retention-period 7 --preferred-backup-window 18:00-18:30 --preferred-maintenance-window sun:20:00-sun:20:30 "
],
"ModifyDbClusterParameterGroup": [
"aws docdb modify-db-cluster-parameter-group --db-cluster-parameter-group-name custom3-6-param-grp --parameters ParameterName=audit_logs,ParameterValue=enabled,ApplyMethod=pending-reboot ParameterName=ttl_monitor,ParameterValue=enabled,ApplyMethod=pending-reboot "
],
"ModifyDbClusterSnapshotAttribute": [
"aws docdb modify-db-cluster-snapshot-attribute --db-cluster-snapshot-identifier sample-cluster-snapshot --attribute-name restore --values-to-add all 123456789011 123456789012 123456789013 ",
"aws docdb modify-db-cluster-snapshot-attribute --db-cluster-snapshot-identifier sample-cluster-snapshot --attribute-name restore --values-to-remove 123456789012 all "
],
"ModifyDbInstance": [
"aws docdb modify-db-instance --db-instance-identifier sample-cluster2 --apply-immediately --db-instance-class db.r4.4xlarge --promotion-tier 5 "
],
"ModifyDbSubnetGroup": [
"aws docdb modify-db-subnet-group --db-subnet-group-name sample-subnet-group --subnet-ids subnet-b3806e8f subnet-53ab3636 subnet-991cb8d0 --db-subnet-group-description \"New subnet description\" "
],
"RebootDbInstance": [
"aws docdb reboot-db-instance --db-instance-identifier sample-cluster2 "
],
"RemoveTagsFromResource": [
"aws docdb remove-tags-from-resource --resource-name arn:aws:rds:us-west-2:123456789012:cluster:sample-cluster --tag-keys B "
],
"ResetDbClusterParameterGroup": [
"aws docdb reset-db-cluster-parameter-group --db-cluster-parameter-group-name custom3-6-param-grp --parameters ParameterName=ttl_monitor,ApplyMethod=immediate ",
"aws docdb reset-db-cluster-parameter-group --db-cluster-parameter-group-name custom3-6-param-grp --reset-all-parameters "
],
"RestoreDbClusterFromSnapshot": [
"aws docdb restore-db-cluster-from-snapshot --db-cluster-identifier sample-cluster-2019-03-16-00-01-restored --engine docdb --snapshot-identifier rds:sample-cluster-2019-03-16-00-01 "
],
"RestoreDbClusterToPointInTime": [
"aws docdb restore-db-cluster-to-point-in-time --db-cluster-identifier sample-cluster-pit --source-db-cluster-identifier arn:aws:rds:us-west-2:123456789012:cluster:sample-cluster --use-latest-restorable-time "
],
"StartDbCluster": [
"aws docdb start-db-cluster --db-cluster-identifier sample-cluster "
],
"StopDbCluster": [
"aws docdb stop-db-cluster --db-cluster-identifier sample-cluster "
],
"Wait": {
"DbInstanceAvailable": [
"aws docdb wait db-instance-available --db-instance-identifier \"sample-instance\" "
],
"DbInstanceDeleted": [
"aws docdb wait db-instance-deleted --db-instance-identifier \"sample-instance\" "
]
}
},
"ds": {
"DescribeDirectories": [
"aws ds describe-directories --directory-id d-a1b2c3d4e5 "
],
"DescribeTrusts": [
"aws ds describe-trusts --directory-id d-a1b2c3d4e5 "
]
},
"dynamodb": {
"BatchGetItem": [
"aws dynamodb batch-get-item --request-items file://request-items.json --return-consumed-capacity TOTAL "
],
"BatchWriteItem": [
"aws dynamodb batch-write-item --request-items file://request-items.json --return-consumed-capacity INDEXES --return-item-collection-metrics SIZE "
],
"CreateBackup": [
"aws dynamodb create-backup --table-name MusicCollection --backup-name MusicCollectionBackup "
],
"CreateGlobalTable": [
"aws dynamodb create-global-table --global-table-name MusicCollection --replication-group RegionName=us-east-2 RegionName=us-east-1 --region us-east-2 "
],
"CreateTable": [
"aws dynamodb create-table --table-name MusicCollection --attribute-definitions AttributeName=Artist,AttributeType=S AttributeName=SongTitle,AttributeType=S --key-schema AttributeName=Artist,KeyType=HASH AttributeName=SongTitle,KeyType=RANGE --provisioned-throughput ReadCapacityUnits=5,WriteCapacityUnits=5 --tags Key=Owner,Value=blueTeam ",
"aws dynamodb create-table --table-name MusicCollection --attribute-definitions AttributeName=Artist,AttributeType=S AttributeName=SongTitle,AttributeType=S --key-schema AttributeName=Artist,KeyType=HASH AttributeName=SongTitle,KeyType=RANGE --billing-mode PAY_PER_REQUEST ",
"aws dynamodb create-table --table-name MusicCollection --attribute-definitions AttributeName=Artist,AttributeType=S AttributeName=SongTitle,AttributeType=S --key-schema AttributeName=Artist,KeyType=HASH AttributeName=SongTitle,KeyType=RANGE --provisioned-throughput ReadCapacityUnits=5,WriteCapacityUnits=5 --sse-specification Enabled=true,SSEType=KMS,KMSMasterKeyId=abcd1234-abcd-1234-a123-ab1234a1b234 ",
"aws dynamodb create-table --table-name MusicCollection --attribute-definitions AttributeName=Artist,AttributeType=S AttributeName=SongTitle,AttributeType=S AttributeName=AlbumTitle,AttributeType=S --key-schema AttributeName=Artist,KeyType=HASH AttributeName=SongTitle,KeyType=RANGE --provisioned-throughput ReadCapacityUnits=10,WriteCapacityUnits=5 --local-secondary-indexes \"[ { \\\"IndexName\\\": \\\"AlbumTitleIndex\\\", \\\"KeySchema\\\": [ {\\\"AttributeName\\\": \\\"Artist\\\",\\\"KeyType\\\":\\\"HASH\\\"}, {\\\"AttributeName\\\": \\\"AlbumTitle\\\",\\\"KeyType\\\":\\\"RANGE\\\"} ], \\\"Projection\\\": { \\\"ProjectionType\\\": \\\"INCLUDE\\\", \\\"NonKeyAttributes\\\": [\\\"Genre\\\", \\\"Year\\\"] } } ]\" ",
"aws dynamodb create-table --table-name GameScores --attribute-definitions AttributeName=UserId,AttributeType=S AttributeName=GameTitle,AttributeType=S AttributeName=TopScore,AttributeType=N --key-schema AttributeName=UserId,KeyType=HASH AttributeName=GameTitle,KeyType=RANGE --provisioned-throughput ReadCapacityUnits=10,WriteCapacityUnits=5 --global-secondary-indexes \"[ { \\\"IndexName\\\": \\\"GameTitleIndex\\\", \\\"KeySchema\\\": [ {\\\"AttributeName\\\":\\\"GameTitle\\\",\\\"KeyType\\\":\\\"HASH\\\"}, {\\\"AttributeName\\\":\\\"TopScore\\\",\\\"KeyType\\\":\\\"RANGE\\\"} ], \\\"Projection\\\": { \\\"ProjectionType\\\":\\\"INCLUDE\\\", \\\"NonKeyAttributes\\\":[\\\"UserId\\\"] }, \\\"ProvisionedThroughput\\\": { \\\"ReadCapacityUnits\\\": 10, \\\"WriteCapacityUnits\\\": 5 } } ]\" ",
"aws dynamodb create-table --table-name GameScores --attribute-definitions AttributeName=UserId,AttributeType=S AttributeName=GameTitle,AttributeType=S AttributeName=TopScore,AttributeType=N AttributeName=Date,AttributeType=S --key-schema AttributeName=UserId,KeyType=HASH AttributeName=GameTitle,KeyType=RANGE --provisioned-throughput ReadCapacityUnits=10,WriteCapacityUnits=5 --global-secondary-indexes file://gsi.json ",
"aws dynamodb create-table --table-name GameScores --attribute-definitions AttributeName=UserId,AttributeType=S AttributeName=GameTitle,AttributeType=S --key-schema AttributeName=UserId,KeyType=HASH AttributeName=GameTitle,KeyType=RANGE --provisioned-throughput ReadCapacityUnits=10,WriteCapacityUnits=5 --stream-specification StreamEnabled=TRUE,StreamViewType=NEW_AND_OLD_IMAGES "
],
"DeleteBackup": [
"aws dynamodb delete-backup --backup-arn arn:aws:dynamodb:us-west-2:123456789012:table/MusicCollection/backup/01576616366715-b4e58d3a "
],
"DeleteItem": [
"aws dynamodb delete-item --table-name MusicCollection --key file://key.json --return-values ALL_OLD --return-consumed-capacity TOTAL --return-item-collection-metrics SIZE ",
"aws dynamodb delete-item --table-name ProductCatalog --key '{\"Id\":{\"N\":\"456\"}}' --condition-expression \"(ProductCategory IN (:cat1, :cat2)) and (#P between :lo and :hi)\" --expression-attribute-names file://names.json --expression-attribute-values file://values.json --return-values ALL_OLD "
],
"DeleteTable": [
"aws dynamodb delete-table --table-name MusicCollection "
],
"DescribeBackup": [
"aws dynamodb describe-backup --backup-arn arn:aws:dynamodb:us-west-2:123456789012:table/MusicCollection/backup/01576616366715-b4e58d3a "
],
"DescribeContinuousBackups": [
"aws dynamodb describe-continuous-backups --table-name MusicCollection "
],
"DescribeContributorInsights": [
"aws dynamodb describe-contributor-insights --table-name MusicCollection --index-name AlbumTitle-index "
],
"DescribeEndpoints": [
"aws dynamodb describe-endpoints "
],
"DescribeGlobalTable": [
"aws dynamodb describe-global-table --global-table-name MusicCollection "
],
"DescribeGlobalTableSettings": [
"aws dynamodb describe-global-table-settings --global-table-name MusicCollection "
],
"DescribeLimits": [
"aws dynamodb describe-limits "
],
"DescribeTable": [
"aws dynamodb describe-table --table-name MusicCollection "
],
"DescribeTableReplicaAutoScaling": [
"aws dynamodb describe-table-replica-auto-scaling --table-name MusicCollection "
],
"DescribeTimeToLive": [
"aws dynamodb describe-time-to-live --table-name MusicCollection "
],
"GetItem": [
"aws dynamodb get-item --table-name MusicCollection --key file://key.json --return-consumed-capacity TOTAL ",
"aws dynamodb get-item --table-name MusicCollection --key file://key.json --consistent-read --return-consumed-capacity TOTAL ",
"aws dynamodb get-item --table-name ProductCatalog --key '{\"Id\": {\"N\": \"102\"}}' --projection-expression \"#T, #C, #P\" --expression-attribute-names file://names.json "
],
"ListBackups": [
"aws dynamodb list-backups ",
"aws dynamodb list-backups --table-name MusicCollection --time-range-lower-bound 1577836800 --time-range-upper-bound 1583020800 --backup-type USER ",
"aws dynamodb list-backups --page-size 1 ",
"aws dynamodb list-backups --max-items 1 ",
"aws dynamodb list-backups --starting-token abCDeFGhiJKlmnOPqrSTuvwxYZ1aBCdEFghijK7LM51nOpqRSTuv3WxY3ZabC5dEFGhI2Jk3LmnoPQ6RST9 "
],
"ListContributorInsights": [
"aws dynamodb list-contributor-insights ",
"aws dynamodb list-contributor-insights --max-results 4 ",
"aws dynamodb list-contributor-insights --max-results 4 --next-token abCDeFGhiJKlmnOPqrSTuvwxYZ1aBCdEFghijK7LM51nOpqRSTuv3WxY3ZabC5dEFGhI2Jk3LmnoPQ6RST9 "
],
"ListGlobalTables": [
"aws dynamodb list-global-tables "
],
"ListTables": [
"aws dynamodb list-tables ",
"aws dynamodb list-tables --page-size 1 ",
"aws dynamodb list-tables --max-items 2 ",
"aws dynamodb list-tables --starting-token abCDeFGhiJKlmnOPqrSTuvwxYZ1aBCdEFghijK7LM51nOpqRSTuv3WxY3ZabC5dEFGhI2Jk3LmnoPQ6RST9 "
],
"ListTagsOfResource": [
"aws dynamodb list-tags-of-resource --resource-arn arn:aws:dynamodb:us-west-2:123456789012:table/MusicCollection ",
"aws dynamodb list-tags-of-resource --resource-arn arn:aws:dynamodb:us-west-2:123456789012:table/MusicCollection --max-items 1 ",
"aws dynamodb list-tags-of-resource --resource-arn arn:aws:dynamodb:us-west-2:123456789012:table/MusicCollection --starting-token abCDeFGhiJKlmnOPqrSTuvwxYZ1aBCdEFghijK7LM51nOpqRSTuv3WxY3ZabC5dEFGhI2Jk3LmnoPQ6RST9 "
],
"PutItem": [
"aws dynamodb put-item --table-name MusicCollection --item file://item.json --return-consumed-capacity TOTAL --return-item-collection-metrics SIZE ",
"aws dynamodb put-item --table-name MusicCollection --item file://item.json --condition-expression \"#A = :A\" --expression-attribute-names file://names.json --expression-attribute-values file://values.json --return-values ALL_OLD "
],
"Query": [
"aws dynamodb query --table-name MusicCollection --projection-expression \"SongTitle\" --key-condition-expression \"Artist = :v1\" --expression-attribute-values file://expression-attributes.json --return-consumed-capacity TOTAL ",
"aws dynamodb query --table-name MusicCollection --projection-expression \"SongTitle\" --key-condition-expression \"Artist = :v1\" --expression-attribute-values file://expression-attributes.json --consistent-read --no-scan-index-forward --return-consumed-capacity TOTAL ",
"aws dynamodb query --table-name MusicCollection --key-condition-expression \"#n1 = :v1\" --filter-expression \"NOT (#n2 IN (:v2, :v3))\" --expression-attribute-names file://names.json --expression-attribute-values file://values.json --return-consumed-capacity TOTAL ",
"aws dynamodb query --table-name MusicCollection --select COUNT --key-condition-expression \"Artist = :v1\" --expression-attribute-values file://expression-attributes.json ",
"aws dynamodb query --table-name MusicCollection --index-name AlbumTitleIndex --key-condition-expression \"Artist = :v1\" --expression-attribute-values file://expression-attributes.json --select ALL_PROJECTED_ATTRIBUTES --return-consumed-capacity INDEXES "
],
"RestoreTableFromBackup": [
"aws dynamodb restore-table-from-backup --target-table-name MusicCollection --backup-arn arn:aws:dynamodb:us-west-2:123456789012:table/MusicCollection/backup/01576616366715-b4e58d3a "
],
"RestoreTableToPointInTime": [
"aws dynamodb restore-table-to-point-in-time --source-table-name MusicCollection --target-table-name MusicCollectionRestore --restore-date-time 1576622404.0 "
],
"Scan": [
"aws dynamodb scan --table-name MusicCollection --filter-expression \"Artist = :a\" --projection-expression \"#ST, #AT\" --expression-attribute-names file://expression-attribute-names.json --expression-attribute-values file://expression-attribute-values.json "
],
"TagResource": [
"aws dynamodb tag-resource --resource-arn arn:aws:dynamodb:us-west-2:123456789012:table/MusicCollection --tags Key=Owner,Value=blueTeam "
],
"TransactGetItems": [
"aws dynamodb transact-get-items --transact-items file://transact-items.json --return-consumed-capacity TOTAL "
],
"TransactWriteItems": [
"aws dynamodb transact-write-items --transact-items file://transact-items.json --return-consumed-capacity TOTAL --return-item-collection-metrics SIZE ",
"aws dynamodb transact-write-items --transact-items file://transact-items.json --client-request-token abc123 "
],
"UntagResource": [
"aws dynamodb untag-resource --resource-arn arn:aws:dynamodb:us-west-2:123456789012:table/MusicCollection --tag-keys Owner "
],
"UpdateContinuousBackups": [
"aws dynamodb update-continuous-backups --table-name MusicCollection --point-in-time-recovery-specification PointInTimeRecoveryEnabled=true "
],
"UpdateContributorInsights": [
"aws dynamodb update-contributor-insights --table-name MusicCollection --index-name AlbumTitle-index --contributor-insights-action ENABLE "
],
"UpdateGlobalTable": [
"aws dynamodb update-global-table --global-table-name MusicCollection --replica-updates Create={RegionName=eu-west-1} "
],
"UpdateGlobalTableSettings": [
"aws dynamodb update-global-table-settings --global-table-name MusicCollection --global-table-provisioned-write-capacity-units 15 "
],
"UpdateItem": [
"aws dynamodb update-item --table-name MusicCollection --key file://key.json --update-expression \"SET #Y = :y, #AT = :t\" --expression-attribute-names file://expression-attribute-names.json --expression-attribute-values file://expression-attribute-values.json --return-values ALL_NEW --return-consumed-capacity TOTAL --return-item-collection-metrics SIZE ",
"aws dynamodb update-item --table-name MusicCollection --key file://key.json --update-expression \"SET #Y = :y, #AT = :t\" --expression-attribute-names file://expression-attribute-names.json --expression-attribute-values file://expression-attribute-values.json --condition-expression \"attribute_not_exists(#Y)\" "
],
"UpdateTable": [
"aws dynamodb update-table --table-name MusicCollection --billing-mode PROVISIONED --provisioned-throughput ReadCapacityUnits=15,WriteCapacityUnits=10 ",
"aws dynamodb update-table --table-name MusicCollection --attribute-definitions AttributeName=AlbumTitle,AttributeType=S --global-secondary-index-updates file://gsi-updates.json ",
"aws dynamodb update-table --table-name MusicCollection --stream-specification StreamEnabled=true,StreamViewType=NEW_IMAGE ",
"aws dynamodb update-table --table-name MusicCollection --sse-specification Enabled=true,SSEType=KMS "
],
"UpdateTableReplicaAutoScaling": [
"aws dynamodb update-table-replica-auto-scaling --table-name MusicCollection --provisioned-write-capacity-auto-scaling-update file://auto-scaling-policy.json "
],
"UpdateTimeToLive": [
"aws dynamodb update-time-to-live --table-name MusicCollection --time-to-live-specification Enabled=true,AttributeName=ttl "
],
"Wait": {
"TableExists": [
"aws dynamodb wait table-exists --table-name MusicCollection "
]
}
},
"dynamodbstreams": {
"DescribeStream": [
"aws dynamodbstreams describe-stream --stream-arn arn:aws:dynamodb:us-west-1:123456789012:table/Music/stream/2019-10-22T18:02:01.576 "
],
"GetRecords": [
"aws dynamodbstreams get-records --shard-iterator \"arn:aws:dynamodb:us-west-1:123456789012:table/Music/stream/2019-10-22T18:02:01.576|1|AAAAAAAAAAGgM3YZ89vLZZxjmoQeo33r9M4x3+zmmTLsiL86MfrF4+B4EbsByi52InVmiONmy6xVW4IRcIIbs1zO7MNIlqZfx8WQzMwVDyINtGG2hCLg78JKbYxFasXeePGlApTyf3rJxR765uyOVaBvBHAJuwF2TXIuxhaAlOupNGHr52qAC3a49ZOmf+CjNPlqQjnyRSAnfOwWmKhL1/KNParWSfz2odf780oOObIDIWRRMkt7+Hyzh9SD+hFxFAWR5C7QIlOXPc8mRBfNIazfrVCjJK8/jsjCzsqNyXKzJbhh+GXCoxYN+Kpmg4nyj1EAsYhbGL35muvHFoHjcyuynbsczbWaXNfThDwRAyvoTmc8XhHKtAWUbJiaVd8ZPtQwDsThCrmDRPIdmTRGWllGfUr5ezN5LscvkQezzgpaU5p8BgCqRzjv5Vl8LB6wHgQWNG+w/lEGS05ha1qNP+Vl4+tuhz2TRnhnJo/pny9GI/yGpce97mWvSPr5KPwy+Dtcm5BHayBs+PVYHITaTliInFlT+LCwvaz1QH3MY3b8A05Z800wjpktm60iQqtMeDwN4NX6FrcxR34JoFKGsgR8XkHVJzz2xr1xqSJ12ycpNTyHnndusw==\" "
],
"GetShardIterator": [
"aws dynamodbstreams get-shard-iterator --stream-arn arn:aws:dynamodb:us-west-1:12356789012:table/Music/stream/2019-10-22T18:02:01.576 --shard-id shardId-00000001571780995058-40810d86 --shard-iterator-type LATEST "
],
"ListStreams": [
"aws dynamodbstreams list-streams "
]
},
"ec2": {
"AcceptReservedInstancesExchangeQuote": [
"aws ec2 accept-reserved-instances-exchange-quote --reserved-instance-ids 7b8750c3-397e-4da4-bbcb-a45ebexample --target-configurations OfferingId=b747b472-423c-48f3-8cee-679bcexample "
],
"AcceptTransitGatewayPeeringAttachment": [
"aws ec2 accept-transit-gateway-peering-attachment --transit-gateway-attachment-id tgw-attach-4455667788aabbccd --region us-east-2 "
],
"AcceptTransitGatewayVpcAttachment": [],
"AcceptVpcEndpointConnections": [
"aws ec2 accept-vpc-endpoint-connections --service-id vpce-svc-03d5ebb7d9579a2b3 --vpc-endpoint-ids vpce-0c1308d7312217abc "
],
"AcceptVpcPeeringConnection": [
"aws ec2 accept-vpc-peering-connection --vpc-peering-connection-id pcx-1a2b3c4d "
],
"AdvertiseByoipCidr": [
"aws ec2 advertise-byoip-cidr --cidr 203.0.113.25/24 "
],
"AllocateAddress": [
"aws ec2 allocate-address ",
"aws ec2 allocate-address --domain vpc --network-border-group us-west-2-lax-1 "
],
"AllocateHosts": [
"aws ec2 allocate-hosts --instance-type m5.large --availability-zone eu-west-1a --quantity 1 ",
"aws ec2 allocate-hosts --instance-type m5.large --availability-zone eu-west-1a --auto-placement on --host-recovery on --quantity 1 ",
"aws ec2 allocate-hosts --instance-type m5.large --availability-zone eu-west-1a --quantity 1 --tag-specifications 'ResourceType=dedicated-host,Tags={Key=purpose,Value=production}' "
],
"ApplySecurityGroupsToClientVpnTargetNetwork": [
"aws ec2 apply-security-groups-to-client-vpn-target-network --security-group-ids sg-01f6e627a89f4db32 --vpc-id vpc-0e2110c2f324332e0 --client-vpn-endpoint-id cvpn-endpoint-123456789123abcde "
],
"AssignIpv6Addresses": [
"aws ec2 assign-ipv6-addresses --network-interface-id eni-38664473 --ipv6-addresses 2001:db8:1234:1a00:3304:8879:34cf:4071 2001:db8:1234:1a00:9691:9503:25ad:1761 ",
"aws ec2 assign-ipv6-addresses --network-interface-id eni-38664473 --ipv6-address-count 2 "
],
"AssignPrivateIpAddresses": [
"aws ec2 assign-private-ip-addresses --network-interface-id eni-e5aa89a3 --private-ip-addresses 10.0.0.82 ",
"aws ec2 assign-private-ip-addresses --network-interface-id eni-e5aa89a3 --secondary-private-ip-address-count 2 "
],
"AssociateAddress": [
"aws ec2 associate-address --instance-id i-07ffe74c7330ebf53 --public-ip 198.51.100.0 ",
"aws ec2 associate-address --instance-id i-0b263919b6498b123 --allocation-id eipalloc-64d5890a ",
"aws ec2 associate-address --allocation-id eipalloc-64d5890a --network-interface-id eni-1a2b3c4d ",
"aws ec2 associate-address --allocation-id eipalloc-64d5890a --network-interface-id eni-1a2b3c4d --private-ip-address 10.0.0.85 "
],
"AssociateClientVpnTargetNetwork": [
"aws ec2 associate-client-vpn-target-network --subnet-id subnet-0123456789abcabca --client-vpn-endpoint-id cvpn-endpoint-123456789123abcde "
],
"AssociateDhcpOptions": [
"aws ec2 associate-dhcp-options --dhcp-options-id dopt-d9070ebb --vpc-id vpc-a01106c2 ",
"aws ec2 associate-dhcp-options --dhcp-options-id default --vpc-id vpc-a01106c2 "
],
"AssociateIamInstanceProfile": [
"aws ec2 associate-iam-instance-profile --instance-id i-123456789abcde123 --iam-instance-profile Name=admin-role "
],
"AssociateRouteTable": [
"aws ec2 associate-route-table --route-table-id rtb-22574640 --subnet-id subnet-9d4a7b6c "
],
"AssociateSubnetCidrBlock": [
"aws ec2 associate-subnet-cidr-block --subnet-id subnet-5f46ec3b --ipv6-cidr-block 2001:db8:1234:1a00::/64 "
],
"AssociateTransitGatewayMulticastDomain": [
"aws ec2 associate-transit-gateway-multicast-domain --transit-gateway-multicast-domain-id tgw-mcast-domain-0c4905cef79d6e597 --transit-gateway-attachment-id tgw-attach-028c1dd0f8f5cbe8e --subnet-id subnet-000de86e3b49c932a --transit-gateway-multicast-domain-id tgw-mcast-domain-0c4905cef7EXAMPLE "
],
"AssociateTransitGatewayRouteTable": [
"aws ec2 associate-transit-gateway-route-table --transit-gateway-route-table-id tgw-rtb-002573ed1eEXAMPLE --transit-gateway-attachment-id tgw-attach-0b5968d3b6EXAMPLE "
],
"AssociateVpcCidrBlock": [
"aws ec2 associate-vpc-cidr-block --amazon-provided-ipv6-cidr-block --ipv6-cidr-block-network-border-group us-west-2-lax-1 --vpc-id vpc-8EXAMPLE ",
"aws ec2 associate-vpc-cidr-block --vpc-id vpc-1EXAMPLE --cidr-block 10.2.0.0/16 "
],
"AttachClassicLinkVpc": [
"aws ec2 attach-classic-link-vpc --instance-id i-1234567890abcdef0 --vpc-id vpc-88888888 --groups sg-12312312 "
],
"AttachInternetGateway": [
"aws ec2 attach-internet-gateway --internet-gateway-id igw-c0a643a9 --vpc-id vpc-a01106c2 "
],
"AttachNetworkInterface": [
"aws ec2 attach-network-interface --network-interface-id eni-0dc56a8d4640ad10a --instance-id i-1234567890abcdef0 --device-index 1 ",
"aws ec2 attach-network-interface --network-interface-id eni-07483b1897541ad83 --instance-id i-01234567890abcdef --network-card-index 1 --device-index 1 "
],
"AttachVolume": [
"aws ec2 attach-volume --volume-id vol-1234567890abcdef0 --instance-id i-01474ef662b89480 --device /dev/sdf "
],
"AttachVpnGateway": [
"aws ec2 attach-vpn-gateway --vpn-gateway-id vgw-9a4cacf3 --vpc-id vpc-a01106c2 "
],
"AuthorizeClientVpnIngress": [
"aws ec2 authorize-client-vpn-ingress --client-vpn-endpoint-id cvpn-endpoint-123456789123abcde --target-network-cidr 0.0.0.0/0 --authorize-all-groups "
],
"AuthorizeSecurityGroupEgress": [
"aws ec2 authorize-security-group-egress --group-id sg-1a2b3c4d --ip-permissions IpProtocol=tcp,FromPort=80,ToPort=80,IpRanges='[{CidrIp=10.0.0.0/16}]' ",
"aws ec2 authorize-security-group-egress --group-id sg-1a2b3c4d --ip-permissions IpProtocol=tcp,FromPort=80,ToPort=80,IpRanges=[{CidrIp=10.0.0.0/16}] ",
"aws ec2 authorize-security-group-egress --group-id sg-1a2b3c4d --ip-permissions IpProtocol=tcp,FromPort=80,ToPort=80,UserIdGroupPairs='[{GroupId=sg-4b51a32f}]' ",
"aws ec2 authorize-security-group-egress --group-id sg-1a2b3c4d --ip-permissions IpProtocol=tcp,FromPort=80,ToPort=80,UserIdGroupPairs=[{GroupId=sg-4b51a32f}] "
],
"AuthorizeSecurityGroupIngress": [
"aws ec2 authorize-security-group-ingress --group-name MySecurityGroup --protocol tcp --port 22 --cidr 203.0.113.0/24 ",
"aws ec2 authorize-security-group-ingress --group-name MySecurityGroup --protocol tcp --port 80 --source-group otheraccountgroup --group-owner 123456789012 ",
"aws ec2 authorize-security-group-ingress --group-name MySecurityGroup --protocol tcp --port 443 --source-group amazon-elb-sg --group-owner amazon-elb ",
"aws ec2 authorize-security-group-ingress --group-id sg-1234567890abcdef0 --protocol tcp --port 22 --cidr 203.0.113.0/24 ",
"aws ec2 authorize-security-group-ingress --group-id sg-1234567890abcdef0 --protocol tcp --port 80 --source-group sg-1a2b3c4d ",
"aws ec2 authorize-security-group-ingress ^ --group-id sg-1234567890abcdef0 ^ --ip-permissions IpProtocol=tcp,FromPort=3389,ToPort=3389,IpRanges=[{CidrIp=172.31.0.0/16}] IpProtocol=icmp,FromPort=-1,ToPort=-1,IpRanges=[{CidrIp=172.31.0.0/16}] ",
"aws ec2 authorize-security-group-ingress --group-id sg-1234567890abcdef0 --ip-permissions IpProtocol=icmp,FromPort=3,ToPort=4,IpRanges='[{CidrIp=0.0.0.0/0}]' ",
"aws ec2 authorize-security-group-ingress ^ --group-id sg-1234567890abcdef0 ^ --ip-permissions IpProtocol=icmp,FromPort=3,ToPort=4,IpRanges=[{CidrIp=0.0.0.0/0}] ",
"aws ec2 authorize-security-group-ingress --group-id sg-1234567890abcdef0 --ip-permissions IpProtocol=tcp,FromPort=22,ToPort=22,Ipv6Ranges='[{CidrIpv6=2001:db8:1234:1a00::/64}]' ",
"aws ec2 authorize-security-group-ingress ^ --group-id sg-1234567890abcdef0 ^ --ip-permissions IpProtocol=tcp,FromPort=22,ToPort=22,Ipv6Ranges=[{CidrIpv6=2001:db8:1234:1a00::/64}] ",
"aws ec2 authorize-security-group-ingress --group-id sg-1234567890abcdef0 --ip-permissions IpProtocol=icmpv6,Ipv6Ranges='[{CidrIpv6=::/0}]' ",
"aws ec2 authorize-security-group-ingress ^ --group-id sg-1234567890abcdef0 ^ --ip-permissions IpProtocol=icmpv6,Ipv6Ranges=[{CidrIpv6=::/0}] ",
"aws ec2 authorize-security-group-ingress --group-id sg-1234567890abcdef0 --ip-permissions IpProtocol=tcp,FromPort=3389,ToPort=3389,IpRanges='[{CidrIp=203.0.113.0/24},{Description=\"RDP access from NY office\"}]' ",
"aws ec2 authorize-security-group-ingress ^ --group-id sg-1234567890abcdef0 ^ --ip-permissions IpProtocol=tcp,FromPort=3389,ToPort=3389,IpRanges=[{CidrIp=203.0.113.0/24,Description=\"RDP access from NY office\"}] "
],
"BundleInstance": [
"aws ec2 bundle-instance --instance-id i-1234567890abcdef0 --bucket bundletasks --prefix winami --owner-akid AK12AJEXAMPLE --owner-sak example123example "
],
"CancelBundleTask": [
"aws ec2 cancel-bundle-task --bundle-id bun-2a4e041c "
],
"CancelCapacityReservation": [
"aws ec2 cancel-capacity-reservation --capacity-reservation-id cr-1234abcd56EXAMPLE "
],
"CancelConversionTask": [
"aws ec2 cancel-conversion-task --conversion-task-id import-i-fh95npoc "
],
"CancelExportTask": [
"aws ec2 cancel-export-task --export-task-id export-i-fgelt0i7 "
],
"CancelImportTask": [
"aws ec2 cancel-import-task --import-task-id import-ami-1234567890abcdef0 "
],
"CancelReservedInstancesListing": [
"aws ec2 cancel-reserved-instances-listing --reserved-instances-listing-id 5ec28771-05ff-4b9b-aa31-9e57dexample "
],
"CancelSpotFleetRequests": [
"aws ec2 cancel-spot-fleet-requests --spot-fleet-request-ids sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE --terminate-instances ",
"aws ec2 cancel-spot-fleet-requests --spot-fleet-request-ids sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE --no-terminate-instances "
],
"CancelSpotInstanceRequests": [
"aws ec2 cancel-spot-instance-requests --spot-instance-request-ids sir-08b93456 "
],
"ConfirmProductInstance": [
"aws ec2 confirm-product-instance --product-code 774F4FF8 --instance-id i-1234567890abcdef0 "
],
"CopyFpgaImage": [
"aws ec2 copy-fpga-image --name copy-afi --source-fpga-image-id afi-0d123e123bfc85abc --source-region us-east-1 --region eu-west-1 "
],
"CopyImage": [
"aws ec2 copy-image --source-image-id ami-5731123e --source-region us-east-1 --region ap-northeast-1 --name \"My server\" "
],
"CopySnapshot": [
"aws ec2 copy-snapshot --region us-east-1 --source-region us-west-2 --source-snapshot-id snap-066877671789bd71b --description \"This is my copied snapshot.\" ",
"aws ec2 copy-snapshot --source-region us-west-2 --source-snapshot-id snap-066877671789bd71b --encrypted --kms-key-id alias/my-cmk "
],
"CreateCapacityReservation": [
"aws ec2 create-capacity-reservation --availability-zone eu-west-1a --instance-type t2.medium --instance-platform Linux/UNIX --instance-count 3 ",
"aws ec2 create-capacity-reservation --availability-zone eu-west-1a --instance-type m5.large --instance-platform Linux/UNIX --instance-count 3 --end-date-type limited --end-date 2019-08-31T23:59:59Z ",
"aws ec2 create-capacity-reservation --availability-zone eu-west-1a --instance-type m5.large --instance-platform Linux/UNIX --instance-count 3 --instance-match-criteria targeted "
],
"CreateClientVpnEndpoint": [
"aws ec2 create-client-vpn-endpoint --client-cidr-block \"172.31.0.0/16\" --server-certificate-arn arn:aws:acm:ap-south-1:123456789012:certificate/a1b2c3d4-5678-90ab-cdef-11111EXAMPLE --authentication-options Type=certificate-authentication,MutualAuthentication={ClientRootCertificateChainArn=arn:aws:acm:ap-south-1:123456789012:certificate/a1b2c3d4-5678-90ab-cdef-22222EXAMPLE} --connection-log-options Enabled=false "
],
"CreateClientVpnRoute": [
"aws ec2 create-client-vpn-route --client-vpn-endpoint-id cvpn-endpoint-123456789123abcde --destination-cidr-block 0.0.0.0/0 --target-vpc-subnet-id subnet-0123456789abcabca "
],
"CreateCustomerGateway": [
"aws ec2 create-customer-gateway --type ipsec.1 --public-ip 12.1.2.3 --bgp-asn 65534 "
],
"CreateDefaultSubnet": [
"aws ec2 create-default-subnet --availability-zone us-east-2a "
],
"CreateDefaultVpc": [
"aws ec2 create-default-vpc "
],
"CreateDhcpOptions": [
"aws ec2 create-dhcp-options --dhcp-configuration \"Key=domain-name-servers,Values=10.2.5.1,10.2.5.2\" \"Key=domain-name,Values=example.com\" \"Key=netbios-node-type,Values=2\" "
],
"CreateEgressOnlyInternetGateway": [
"aws ec2 create-egress-only-internet-gateway --vpc-id vpc-0c62a468 "
],
"CreateFleet": [
"aws ec2 create-fleet --cli-input-json file://file_name.json ",
"aws ec2 create-fleet --cli-input-json file://file_name.json ",
"aws ec2 create-fleet --cli-input-json file://file_name.json ",
"aws ec2 create-fleet --cli-input-json file://file_name.json "
],
"CreateFlowLogs": [
"aws ec2 create-flow-logs --resource-type NetworkInterface --resource-ids eni-11223344556677889 --traffic-type REJECT --log-group-name my-flow-logs --deliver-logs-permission-arn arn:aws:iam::123456789101:role/publishFlowLogs ",
"aws ec2 create-flow-logs --resource-type VPC --resource-ids vpc-00112233344556677 --traffic-type ALL --log-destination-type s3 --log-destination arn:aws:s3:::flow-log-bucket/my-custom-flow-logs/ --log-format '${version} ${vpc-id} ${subnet-id} ${instance-id} ${srcaddr} ${dstaddr} ${srcport} ${dstport} ${protocol} ${tcp-flags} ${type} ${pkt-srcaddr} ${pkt-dstaddr}' ",
"aws ec2 create-flow-logs --resource-type VPC --resource-ids vpc-00112233344556677 --traffic-type ALL --log-destination-type s3 --log-destination arn:aws:s3:::flow-log-bucket/my-custom-flow-logs/ --max-aggregation-interval 60 "
],
"CreateFpgaImage": [
"aws ec2 create-fpga-image --name my-afi --description test-afi --input-storage-location Bucket=my-fpga-bucket,Key=dcp/17_12_22-103226.Developer_CL.tar --logs-storage-location Bucket=my-fpga-bucket,Key=logs "
],
"CreateImage": [
"aws ec2 create-image --instance-id i-1234567890abcdef0 --name \"My server\" --description \"An AMI for my server\" ",
"aws ec2 create-image --instance-id i-0b09a25c58929de26 --name \"My server\" --no-reboot "
],
"CreateInstanceExportTask": [
"aws ec2 create-instance-export-task --description \"RHEL5 instance\" --instance-id i-1234567890abcdef0 --target-environment vmware --export-to-s3-task DiskImageFormat=vmdk,ContainerFormat=ova,S3Bucket=myexportbucket,S3Prefix=RHEL5 "
],
"CreateInternetGateway": [
"aws ec2 create-internet-gateway "
],
"CreateKeyPair": [
"aws ec2 create-key-pair --key-name MyKeyPair "
],
"CreateLaunchTemplate": [
"aws ec2 create-launch-template --launch-template-name TemplateForWebServer --version-description WebVersion1 --launch-template-data '{\"NetworkInterfaces\":[{\"AssociatePublicIpAddress\":true,\"DeviceIndex\":0,\"Ipv6AddressCount\":1,\"SubnetId\":\"subnet-7b16de0c\"}],\"ImageId\":\"ami-8c1be5f6\",\"InstanceType\":\"t2.small\",\"TagSpecifications\":[{\"ResourceType\":\"instance\",\"Tags\":[{\"Key\":\"purpose\",\"Value\":\"webserver\"}]}]}' ",
"aws ec2 create-launch-template --launch-template-name TemplateForAutoScaling --version-description AutoScalingVersion1 --launch-template-data '{\"NetworkInterfaces\":[{\"DeviceIndex\":0,\"AssociatePublicIpAddress\":true,\"Groups\":[\"sg-7c227019,sg-903004f8\"],\"DeleteOnTermination\":true}],\"ImageId\":\"ami-b42209de\",\"InstanceType\":\"m4.large\",\"TagSpecifications\":[{\"ResourceType\":\"instance\",\"Tags\":[{\"Key\":\"environment\",\"Value\":\"production\"},{\"Key\":\"purpose\",\"Value\":\"webserver\"}]},{\"ResourceType\":\"volume\",\"Tags\":[{\"Key\":\"environment\",\"Value\":\"production\"},{\"Key\":\"cost-center\",\"Value\":\"cc123\"}]}],\"BlockDeviceMappings\":[{\"DeviceName\":\"/dev/sda1\",\"Ebs\":{\"VolumeSize\":100}}]}' --region us-east-1 ",
"aws ec2 create-launch-template --launch-template-name TemplateForEncryption --launch-template-data file://config.json "
],
"CreateLaunchTemplateVersion": [
"aws ec2 create-launch-template-version --launch-template-id lt-0abcd290751193123 --version-description WebVersion2 --source-version 1 --launch-template-data '{\"ImageId\":\"ami-c998b6b2\"}' "
],
"CreateLocalGatewayRoute": [
"aws ec2 create-local-gateway-route --destination-cidr-block 0.0.0.0/0 --local-gateway-route-table-id lgw-rtb-059615ef7dEXAMPLE --local-gateway-virtual-interface-group-id lgw-vif-grp-07145b276bEXAMPLE "
],
"CreateLocalGatewayRouteTableVpcAssociation": [
"aws ec2 create-local-gateway-route-table-vpc-association --local-gateway-route-table-id lgw-rtb-059615ef7dEXAMPLE --vpc-id vpc-07ef66ac71EXAMPLE "
],
"CreateManagedPrefixList": [
"aws ec2 create-managed-prefix-list --address-family IPv4 --max-entries 10 --entries Cidr=10.0.0.0/16,Description=vpc-a Cidr=10.2.0.0/16,Description=vpc-b --prefix-list-name vpc-cidrs "
],
"CreateNatGateway": [
"aws ec2 create-nat-gateway --subnet-id subnet-1a2b3c4d --allocation-id eipalloc-37fc1a52 "
],
"CreateNetworkAcl": [
"aws ec2 create-network-acl --vpc-id vpc-a01106c2 "
],
"CreateNetworkAclEntry": [
"aws ec2 create-network-acl-entry --network-acl-id acl-5fb85d36 --ingress --rule-number 100 --protocol udp --port-range From=53,To=53 --cidr-block 0.0.0.0/0 --rule-action allow ",
"aws ec2 create-network-acl-entry --network-acl-id acl-5fb85d36 --ingress --rule-number 120 --protocol tcp --port-range From=80,To=80 --ipv6-cidr-block ::/0 --rule-action allow "
],
"CreateNetworkInsightsPath": [
"aws ec2 create-network-insights-path --source igw-0797cccdc9d73b0e5 --destination i-0495d385ad28331c7 --destination-port 22 --protocol TCP "
],
"CreateNetworkInterface": [
"aws ec2 create-network-interface --subnet-id subnet-9d4a7b6c --description \"my network interface\" --groups sg-903004f8 --private-ip-address 10.0.2.17 "
],
"CreateNetworkInterfacePermission": [
"aws ec2 create-network-interface-permission --network-interface-id eni-1a2b3c4d --aws-account-id 123456789012 --permission INSTANCE-ATTACH "
],
"CreatePlacementGroup": [
"aws ec2 create-placement-group --group-name my-cluster --strategy cluster ",
"aws ec2 create-placement-group --group-name HDFS-Group-A --strategy partition --partition-count 5 "
],
"CreateReservedInstancesListing": [
"aws ec2 create-reserved-instances-listing --reserved-instances-id 5ec28771-05ff-4b9b-aa31-9e57dexample --instance-count 3 --price-schedules CurrencyCode=USD,Price=25.50 --client-token 550e8400-e29b-41d4-a716-446655440000 "
],
"CreateRoute": [
"aws ec2 create-route --route-table-id rtb-22574640 --destination-cidr-block 0.0.0.0/0 --gateway-id igw-c0a643a9 ",
"aws ec2 create-route --route-table-id rtb-g8ff4ea2 --destination-cidr-block 10.0.0.0/16 --vpc-peering-connection-id pcx-1a2b3c4d ",
"aws ec2 create-route --route-table-id rtb-dce620b8 --destination-ipv6-cidr-block ::/0 --egress-only-internet-gateway-id eigw-01eadbd45ecd7943f "
],
"CreateRouteTable": [
"aws ec2 create-route-table --vpc-id vpc-a01106c2 "
],
"CreateSecurityGroup": [
"aws ec2 create-security-group --group-name MySecurityGroup --description \"My security group\" ",
"aws ec2 create-security-group --group-name MySecurityGroup --description \"My security group\" --vpc-id vpc-1a2b3c4d "
],
"CreateSnapshot": [
"aws ec2 create-snapshot --volume-id vol-1234567890abcdef0 --description \"This is my root volume snapshot\" ",
"aws ec2 create-snapshot --volume-id vol-1234567890abcdef0 --description 'Prod backup' --tag-specifications 'ResourceType=snapshot,Tags=[{Key=purpose,Value=prod},{Key=costcenter,Value=123}]' "
],
"CreateSnapshots": [
"aws ec2 create-snapshots --instance-specification InstanceId=i-1234567890abcdef0 --description \"This is snapshot of a volume from my-instance\" ",
"aws ec2 create-snapshots --instance-specification InstanceId=i-1234567890abcdef0 --copy-tags-from-source volume --description \"This is snapshot of a volume from my-instance\" ",
"aws ec2 create-snapshots --instance-specification InstanceId=i-1234567890abcdef0,ExcludeBootVolume=true ",
"aws ec2 create-snapshots --instance-specification InstanceId=i-1234567890abcdef0 --tag-specifications ResourceType=snapshot,Tags=[{Key=Name},{Value=backup},{Key=costcenter},{Value=123}] "
],
"CreateSpotDatafeedSubscription": [
"aws ec2 create-spot-datafeed-subscription --bucket my-bucket --prefix spot-data-feed "
],
"CreateSubnet": [
"aws ec2 create-subnet --vpc-id vpc-081ec835f3EXAMPLE --cidr-block 10.0.1.0/24 ",
"aws ec2 create-subnet --vpc-id vpc-07e8ffd50fEXAMPLE --cidr-block 10.0.0.0/24 --ipv6-cidr-block 2600:1f16:115:200::/64 "
],
"CreateTags": [
"aws ec2 create-tags --resources ami-1234567890abcdef0 --tags Key=Stack,Value=production ",
"aws ec2 create-tags --resources ami-1a2b3c4d i-1234567890abcdef0 --tags Key=webserver,Value= Key=stack,Value=Production ",
"aws ec2 create-tags ^ --resources i-1234567890abcdef0 ^ --tags Key=\\\"[Group]\\\",Value=test ",
"aws ec2 create-tags ^ --resources i-1234567890abcdef0 ^ --tags 'Key=\\\"[Group]\\\",Value=test' ",
"aws ec2 create-tags --resources i-1234567890abcdef0 --tags 'Key=\"[Group]\",Value=test' "
],
"CreateTrafficMirrorFilter": [
"aws ec2 create-traffic-mirror-filter --description \"TCP Filter\" "
],
"CreateTrafficMirrorFilterRule": [
"aws ec2 create-traffic-mirror-filter-rule --description \"TCP Rule\" --destination-cidr-block 0.0.0.0/0 --protocol 6 --rule-action accept --rule-number 1 --source-cidr-block 0.0.0.0/0 --traffic-direction ingress --traffic-mirror-filter-id tmf-04812ff784b25ae67 "
],
"CreateTrafficMirrorSession": [
"aws ec2 create-traffic-mirror-session --description \"example session\" --traffic-mirror-target-id tmt-07f75d8feeEXAMPLE --network-interface-id eni-070203f901EXAMPLE --session-number 1 --packet-length 25 --traffic-mirror-filter-id tmf-04812ff784EXAMPLE "
],
"CreateTrafficMirrorTarget": [
"aws ec2 create-traffic-mirror-target --description \"Example Network Load Balancer Target\" --network-load-balancer-arn arn:aws:elasticloadbalancing:us-east-1:111122223333:loadbalancer/net/NLB/7cdec873EXAMPLE ",
"aws ec2 create-traffic-mirror-target --description \"Network interface target\" --network-interface-id eni-eni-01f6f631eEXAMPLE "
],
"CreateTransitGateway": [
"aws ec2 create-transit-gateway --description MyTGW --options=AmazonSideAsn=64516,AutoAcceptSharedAttachments=enable,DefaultRouteTableAssociation=enable,DefaultRouteTablePropagation=enable,VpnEcmpSupport=enable,DnsSupport=enable "
],
"CreateTransitGatewayConnect": [
"aws ec2 create-transit-gateway-connect --transport-transit-gateway-attachment-id tgw-attach-0a89069f57EXAMPLE --options \"Protocol=gre\" "
],
"CreateTransitGatewayPeeringAttachment": [
"aws ec2 create-transit-gateway-peering-attachment --transit-gateway-id tgw-123abc05e04123abc --peer-transit-gateway-id tgw-11223344aabbcc112 --peer-account-id 123456789012 --peer-region us-east-2 "
],
"CreateTransitGatewayPrefixListReference": [
"aws ec2 create-transit-gateway-prefix-list-reference --transit-gateway-route-table-id tgw-rtb-0123456789abcd123 --prefix-list-id pl-11111122222222333 --transit-gateway-attachment-id tgw-attach-aaaaaabbbbbb11111 "
],
"CreateTransitGatewayRoute": [
"aws ec2 create-transit-gateway-route --destination-cidr-block 10.0.2.0/24 --transit-gateway-route-table-id tgw-rtb-0b6f6aaa01EXAMPLE --transit-gateway-attachment-id tgw-attach-0b5968d3b6EXAMPLE "
],
"CreateTransitGatewayRouteTable": [
"aws ec2 create-transit-gateway-route-table --transit-gateway-id tgw-0262a0e521EXAMPLE "
],
"CreateTransitGatewayVpcAttachment": [
"aws ec2 create-transit-gateway-vpc-attachment --transit-gateway-id tgw-0262a0e521EXAMPLE --vpc-id vpc-07e8ffd50f49335df --subnet-id subnet-0752213d59EXAMPLE ",
"aws ec2 create-transit-gateway-vpc-attachment --transit-gateway-id tgw-02f776b1a7EXAMPLE --vpc-id vpc-3EXAMPLE --subnet-ids \"subnet-dEXAMPLE\" \"subnet-6EXAMPLE\" "
],
"CreateVolume": [
"aws ec2 create-volume --volume-type gp2 --size 80 --availability-zone us-east-1a ",
"aws ec2 create-volume --size 80 --availability-zone us-east-1a ",
"aws ec2 create-volume --volume-type io1 --iops 1000 --snapshot-id snap-066877671789bd71b --availability-zone us-east-1a ",
"aws ec2 create-volume --size 80 --encrypted --availability-zone us-east-1a ",
"aws ec2 create-volume --size 80 --availability-zone us-east-1a ",
"aws ec2 create-volume --volume-type gp2 --size 80 --encrypted --kms-key-id 0ea3fef3-80a7-4778-9d8c-1c0c6EXAMPLE --availability-zone us-east-1a ",
"aws ec2 create-volume --availability-zone us-east-1a --volume-type gp2 --size 80 --tag-specifications 'ResourceType=volume,Tags=[{Key=purpose,Value=production},{Key=cost-center,Value=cc123}]' "
],
"CreateVpc": [
"aws ec2 create-vpc --ipv6-cidr-block-network-border-group us-west-2-lax-1 --cidr-block 10.0.0.0/16 ",
"aws ec2 create-vpc --cidr-block 10.0.0.0/16 --instance-tenancy dedicated ",
"aws ec2 create-vpc --cidr-block 10.0.0.0/16 --amazon-provided-ipv6-cidr-block "
],
"CreateVpcEndpoint": [
"aws ec2 create-vpc-endpoint --vpc-id vpc-1a2b3c4d --service-name com.amazonaws.us-east-1.s3 --route-table-ids rtb-11aa22bb ",
"aws ec2 create-vpc-endpoint --vpc-id vpc-1a2b3c4d --vpc-endpoint-type Interface --service-name com.amazonaws.us-east-1.s3 --subnet-id subnet-7b16de0c --security-group-id sg-1a2b3c4d --tag-specifications ResourceType=vpc-endpoint,Tags=[{Key=service},{Value=S3}] ",
"aws ec2 create-vpc-endpoint --service-name com.amazonaws.vpce.us-east-1.vpce-svc-123123a1c43abc123 --vpc-endpoint-type GatewayLoadBalancer --vpc-id vpc-111122223333aabbc --subnet-id subnet-0011aabbcc2233445 "
],
"CreateVpcEndpointConnectionNotification": [
"aws ec2 create-vpc-endpoint-connection-notification --connection-notification-arn arn:aws:sns:us-east-2:123456789012:VpceNotification --connection-events Connect Accept --service-id vpce-svc-1237881c0d25a3abc "
],
"CreateVpcEndpointServiceConfiguration": [
"aws ec2 create-vpc-endpoint-service-configuration --network-load-balancer-arns arn:aws:elasticloadbalancing:us-east-1:123456789012:loadbalancer/net/nlb-vpce/e94221227f1ba532 --acceptance-required ",
"aws ec2 create-vpc-endpoint-service-configuration --gateway-load-balancer-arns arn:aws:elasticloadbalancing:us-east-1:123456789012:loadbalancer/gwy/GWLBService/123123123123abcc --no-acceptance-required "
],
"CreateVpcPeeringConnection": [
"aws ec2 create-vpc-peering-connection --vpc-id vpc-1a2b3c4d --peer-vpc-id vpc-11122233 ",
"aws ec2 create-vpc-peering-connection --vpc-id vpc-1a2b3c4d --peer-vpc-id vpc-11122233 --peer-owner-id 123456789012 ",
"aws ec2 create-vpc-peering-connection --vpc-id vpc-1a2b3c4d --peer-vpc-id vpc-11122233 --peer-region us-west-2 ",
"aws ec2 create-vpc-peering-connection --vpc-id vpc-1a2b3c4d --peer-vpc-id vpc-11122233 --peer-owner-id 123456789012 --peer-region us-west-2 "
],
"CreateVpnConnection": [
"aws ec2 create-vpn-connection --type ipsec.1 --customer-gateway-id cgw-001122334455aabbc --vpn-gateway-id vgw-1a1a1a1a1a1a2b2b2 --tag-specification 'ResourceType=vpn-connection,Tags=[{Key=Name,Value=BGP-VPN}]' ",
"aws ec2 create-vpn-connection --type ipsec.1 --customer-gateway-id cgw-001122334455aabbc --vpn-gateway-id vgw-1a1a1a1a1a1a2b2b2 --options \"{\\\"StaticRoutesOnly\\\":true}\" ",
"aws ec2 create-vpn-connection --type ipsec.1 --customer-gateway-id cgw-001122334455aabbc --vpn-gateway-id vgw-1a1a1a1a1a1a2b2b2 --options TunnelOptions='[{TunnelInsideCidr=169.254.12.0/30,PreSharedKey=ExamplePreSharedKey1},{TunnelInsideCidr=169.254.13.0/30,PreSharedKey=ExamplePreSharedKey2}]' ",
"aws ec2 create-vpn-connection --type ipsec.1 --transit-gateway-id tgw-12312312312312312 --customer-gateway-id cgw-001122334455aabbc --options TunnelInsideIpVersion=ipv6,TunnelOptions=[{StartupAction=start},{StartupAction=start}] "
],
"CreateVpnConnectionRoute": [
"aws ec2 create-vpn-connection-route --vpn-connection-id vpn-40f41529 --destination-cidr-block 11.12.0.0/16 "
],
"CreateVpnGateway": [
"aws ec2 create-vpn-gateway --type ipsec.1 ",
"aws ec2 create-vpn-gateway --type ipsec.1 --amazon-side-asn 65001 "
],
"DeleteCarrierGateway": [
"aws ec2 delete-carrier-gateway --carrier-gateway-id cagw-0465cdEXAMPLE1111 "
],
"DeleteClientVpnEndpoint": [
"aws ec2 delete-client-vpn-endpoint --client-vpn-endpoint-id cvpn-endpoint-123456789123abcde "
],
"DeleteClientVpnRoute": [
"aws ec2 delete-client-vpn-route --client-vpn-endpoint-id cvpn-endpoint-123456789123abcde --destination-cidr-block 0.0.0.0/0 --target-vpc-subnet-id subnet-0123456789abcabca "
],
"DeleteCustomerGateway": [
"aws ec2 delete-customer-gateway --customer-gateway-id cgw-0e11f167 "
],
"DeleteDhcpOptions": [
"aws ec2 delete-dhcp-options --dhcp-options-id dopt-d9070ebb "
],
"DeleteEgressOnlyInternetGateway": [
"aws ec2 delete-egress-only-internet-gateway --egress-only-internet-gateway-id eigw-01eadbd45ecd7943f "
],
"DeleteFleets": [
"aws ec2 delete-fleets --fleet-ids fleet-12a34b55-67cd-8ef9-ba9b-9208dEXAMPLE --terminate-instances "
],
"DeleteFlowLogs": [
"aws ec2 delete-flow-logs --flow-log-id fl-11223344556677889 "
],
"DeleteFpgaImage": [
"aws ec2 delete-fpga-image --fpga-image-id afi-06b12350a123fbabc "
],
"DeleteInternetGateway": [
"aws ec2 delete-internet-gateway --internet-gateway-id igw-c0a643a9 "
],
"DeleteKeyPair": [
"aws ec2 delete-key-pair --key-name MyKeyPair "
],
"DeleteLaunchTemplate": [
"aws ec2 delete-launch-template --launch-template-id lt-0abcd290751193123 "
],
"DeleteLaunchTemplateVersions": [
"aws ec2 delete-launch-template-versions --launch-template-id lt-0abcd290751193123 --versions 1 "
],
"DeleteLocalGatewayRoute": [
"aws ec2 delete-local-gateway-route --destination-cidr-block 0.0.0.0/0 --local-gateway-route-table-id lgw-rtb-059615ef7dEXAMPLE "
],
"DeleteManagedPrefixList": [
"aws ec2 delete-managed-prefix-list --prefix-list-id pl-0123456abcabcabc1 "
],
"DeleteNatGateway": [
"aws ec2 delete-nat-gateway --nat-gateway-id nat-04ae55e711cec5680 "
],
"DeleteNetworkAcl": [
"aws ec2 delete-network-acl --network-acl-id acl-5fb85d36 "
],
"DeleteNetworkAclEntry": [
"aws ec2 delete-network-acl-entry --network-acl-id acl-5fb85d36 --ingress --rule-number 100 "
],
"DeleteNetworkInsightsAnalysis": [
"aws ec2 delete-network-insights-analysis --network-insights-analysis-id nia-02207aa13eb480c7a "
],
"DeleteNetworkInsightsPath": [
"aws ec2 delete-network-insights-path --network-insights-path-id nip-0b26f224f1d131fa8 "
],
"DeleteNetworkInterface": [
"aws ec2 delete-network-interface --network-interface-id eni-e5aa89a3 "
],
"DeleteNetworkInterfacePermission": [
"aws ec2 delete-network-interface-permission --network-interface-permission-id eni-perm-06fd19020ede149ea "
],
"DeletePlacementGroup": [
"aws ec2 delete-placement-group --group-name my-cluster "
],
"DeleteQueuedReservedInstances": [
"aws ec2 delete-queued-reserved-instances --reserved-instances-ids af9f760e-6f91-4559-85f7-4980eexample "
],
"DeleteRoute": [
"aws ec2 delete-route --route-table-id rtb-22574640 --destination-cidr-block 0.0.0.0/0 "
],
"DeleteRouteTable": [
"aws ec2 delete-route-table --route-table-id rtb-22574640 "
],
"DeleteSecurityGroup": [
"aws ec2 delete-security-group --group-name MySecurityGroup ",
"aws ec2 delete-security-group --group-id sg-903004f8 "
],
"DeleteSnapshot": [
"aws ec2 delete-snapshot --snapshot-id snap-1234567890abcdef0 "
],
"DeleteSpotDatafeedSubscription": [
"aws ec2 delete-spot-datafeed-subscription "
],
"DeleteSubnet": [
"aws ec2 delete-subnet --subnet-id subnet-9d4a7b6c "
],
"DeleteTags": [
"aws ec2 delete-tags --resources ami-1234567890abcdef0 --tags Key=Stack,Value=Test ",
"aws ec2 delete-tags --resources i-1234567890abcdef0 --tags Key=purpose ",
"aws ec2 delete-tags --resources i-1234567890abcdef0 --tags Key=Name,Value= ",
"aws ec2 delete-tags --resources i-1234567890abcdef0 ami-1234567890abcdef0 --tags Key=Purpose "
],
"DeleteTrafficMirrorFilter": [
"aws ec2 delete-traffic-mirror-filter --traffic-mirror-filter-id tmf-0be0b25fcdEXAMPLE "
],
"DeleteTrafficMirrorFilterRule": [
"aws ec2 delete-traffic-mirror-filter-rule --traffic-mirror-filter-rule-id tmfr-081f71283bEXAMPLE "
],
"DeleteTrafficMirrorSession": [
"aws ec2 delete-traffic-mirror-session --traffic-mirror-session-id tms-0af3141ce5EXAMPLE "
],
"DeleteTrafficMirrorTarget": [
"aws ec2 delete-traffic-mirror-target --traffic-mirror-target-id tmt-060f48ce9EXAMPLE "
],
"DeleteTransitGateway": [
"aws ec2 delete-transit-gateway --transit-gateway-id tgw-01f04542b2EXAMPLE "
],
"DeleteTransitGatewayMulticastDomain": [
"aws ec2 delete-transit-gateway-multicast-domain --transit-gateway-multicast-domain-id tgw-mcast-domain-0c4905cef7EXAMPLE "
],
"DeleteTransitGatewayPeeringAttachment": [
"aws ec2 delete-transit-gateway-peering-attachment --transit-gateway-attachment-id tgw-attach-4455667788aabbccd "
],
"DeleteTransitGatewayPrefixListReference": [
"aws ec2 delete-transit-gateway-prefix-list-reference --transit-gateway-route-table-id tgw-rtb-0123456789abcd123 --prefix-list-id pl-11111122222222333 "
],
"DeleteTransitGatewayRoute": [
"aws ec2 delete-transit-gateway-route --transit-gateway-route-table-id tgw-rtb-0b6f6aaa01EXAMPLE --destination-cidr-block 10.0.2.0/24 "
],
"DeleteTransitGatewayRouteTable": [
"aws ec2 delete-transit-gateway-route-table --transit-gateway-route-table-id tgw-rtb-0b6f6aaa01EXAMPLE "
],
"DeleteTransitGatewayVpcAttachment": [
"aws ec2 delete-transit-gateway-vpc-attachment --transit-gateway-attachment-id tgw-attach-0d2c54bdbEXAMPLE "
],
"DeleteVolume": [
"aws ec2 delete-volume --volume-id vol-049df61146c4d7901 "
],
"DeleteVpc": [
"aws ec2 delete-vpc --vpc-id vpc-a01106c2 "
],
"DeleteVpcEndpointConnectionNotifications": [
"aws ec2 delete-vpc-endpoint-connection-notifications --connection-notification-ids vpce-nfn-008776de7e03f5abc "
],
"DeleteVpcEndpointServiceConfigurations": [
"aws ec2 delete-vpc-endpoint-service-configurations --service-ids vpce-svc-03d5ebb7d9579a2b3 "
],
"DeleteVpcEndpoints": [
"aws ec2 delete-vpc-endpoints --vpc-endpoint-ids vpce-aa22bb33 vpce-1a2b3c4d "
],
"DeleteVpcPeeringConnection": [
"aws ec2 delete-vpc-peering-connection --vpc-peering-connection-id pcx-1a2b3c4d "
],
"DeleteVpnConnection": [
"aws ec2 delete-vpn-connection --vpn-connection-id vpn-40f41529 "
],
"DeleteVpnConnectionRoute": [
"aws ec2 delete-vpn-connection-route --vpn-connection-id vpn-40f41529 --destination-cidr-block 11.12.0.0/16 "
],
"DeleteVpnGateway": [
"aws ec2 delete-vpn-gateway --vpn-gateway-id vgw-9a4cacf3 "
],
"DeprovisionByoipCidr": [
"aws ec2 deprovision-byoip-cidr --cidr 203.0.113.25/24 "
],
"DeregisterImage": [
"aws ec2 deregister-image --image-id ami-4fa54026 "
],
"DeregisterInstanceEventNotificationAttributes": [
"aws ec2 deregister-instance-event-notification-attributes --instance-tag-attribute IncludeAllTagsOfInstance=true ",
"aws ec2 deregister-instance-event-notification-attributes --instance-tag-attribute InstanceTagKeys=\"tag-key2\" "
],
"DeregisterTransitGatewayMulticastGroupMembers": [
"aws ec2 deregister-transit-gateway-multicast-group-members --transit-gateway-multicast-domain-id tgw-mcast-domain-0c4905cef7EXAMPLE --group-ip-address 224.0.1.0 --network-interface-ids eni-0e246d3269EXAMPLE "
],
"DeregisterTransitGatewayMulticastGroupSource": [],
"DescribeAccountAttributes": [
"aws ec2 describe-account-attributes ",
"aws ec2 describe-account-attributes --attribute-names supported-platforms "
],
"DescribeAddresses": [
"aws ec2 describe-addresses ",
"aws ec2 describe-addresses --filters \"Name=domain,Values=vpc\" ",
"aws ec2 describe-addresses --allocation-ids eipalloc-282d9641 ",
"aws ec2 describe-addresses --filters \"Name=private-ip-address,Values=10.251.50.12\" ",
"aws ec2 describe-addresses --filters \"Name=domain,Values=standard\" ",
"aws ec2 describe-addresses --public-ips 203.0.110.25 "
],
"DescribeAggregateIdFormat": [
"aws ec2 describe-aggregate-id-format "
],
"DescribeAvailabilityZones": [
"aws ec2 describe-availability-zones "
],
"DescribeBundleTasks": [
"aws ec2 describe-bundle-tasks "
],
"DescribeByoipCidrs": [
"aws ec2 describe-byoip-cidrs --max-results 10 "
],
"DescribeCapacityReservations": [
"aws ec2 describe-capacity-reservations ",
"aws ec2 describe-capacity-reservations --capacity-reservation-id cr-1234abcd56EXAMPLE "
],
"DescribeCarrierGateways": [
"aws ec2 describe-carrier-gateways "
],
"DescribeClassicLinkInstances": [
"aws ec2 describe-classic-link-instances ",
"aws ec2 describe-classic-link-instances --filter \"Name=vpc-id,Values=vpc-88888888\" "
],
"DescribeClientVpnAuthorizationRules": [
"aws ec2 describe-client-vpn-authorization-rules --client-vpn-endpoint-id cvpn-endpoint-123456789123abcde "
],
"DescribeClientVpnConnections": [
"aws ec2 describe-client-vpn-connections --client-vpn-endpoint-id cvpn-endpoint-123456789123abcde "
],
"DescribeClientVpnEndpoints": [
"aws ec2 describe-client-vpn-endpoints "
],
"DescribeClientVpnRoutes": [
"aws ec2 describe-client-vpn-routes --client-vpn-endpoint-id cvpn-endpoint-123456789123abcde "
],
"DescribeClientVpnTargetNetworks": [
"aws ec2 describe-client-vpn-target-networks --client-vpn-endpoint-id cvpn-endpoint-123456789123abcde "
],
"DescribeCoipPools": [
"aws ec2 describe-coip-pools "
],
"DescribeConversionTasks": [
"aws ec2 describe-conversion-tasks --conversion-task-ids import-i-ffvko9js "
],
"DescribeCustomerGateways": [
"aws ec2 describe-customer-gateways ",
"aws ec2 describe-customer-gateways --customer-gateway-ids cgw-0e11f167 "
],
"DescribeDhcpOptions": [
"aws ec2 describe-dhcp-options ",
"aws ec2 describe-dhcp-options --filters Name=key,Values=domain-name-servers Name=value,Values=example.com --query \"DhcpOptions[*].[DhcpConfigurations,DhcpOptionsId]\" "
],
"DescribeEgressOnlyInternetGateways": [
"aws ec2 describe-egress-only-internet-gateways "
],
"DescribeElasticGpus": [
"aws ec2 describe-elastic-gpus --elastic-gpu-ids egpu-12345678901234567890abcdefghijkl "
],
"DescribeExportImageTasks": [
"aws ec2 describe-export-image-tasks --export-image-task-id export-ami-1234567890abcdef0 "
],
"DescribeExportTasks": [
"aws ec2 describe-export-tasks --export-task-ids export-i-fh8sjjsq "
],
"DescribeFastSnapshotRestores": [
"aws ec2 describe-fast-snapshot-restores --filters Name=state,Values=disabled ",
"aws ec2 describe-fast-snapshot-restores "
],
"DescribeFleetHistory": [
"aws ec2 describe-fleet-history --fleet-id fleet-12a34b55-67cd-8ef9-ba9b-9208dEXAMPLE --start-time 2020-09-01T00:00:00Z "
],
"DescribeFleetInstances": [
"aws ec2 describe-fleet-instances --fleet-id 12a34b55-67cd-8ef9-ba9b-9208dEXAMPLE "
],
"DescribeFleets": [
"aws ec2 describe-fleets --fleet-ids fleet-12a34b55-67cd-8ef9-ba9b-9208dEXAMPLE "
],
"DescribeFlowLogs": [
"aws ec2 describe-flow-logs ",
"aws ec2 describe-flow-logs --filter \"Name=log-group-name,Values=MyFlowLogs\" "
],
"DescribeFpgaImageAttribute": [
"aws ec2 describe-fpga-image-attribute --fpga-image-id afi-0d123e123bfc85abc --attribute loadPermission "
],
"DescribeFpgaImages": [
"aws ec2 describe-fpga-images --filters Name=owner-id,Values=123456789012 "
],
"DescribeHostReservationOfferings": [
"aws ec2 describe-host-reservation-offerings --filter Name=instance-family,Values=m4 "
],
"DescribeHostReservations": [
"aws ec2 describe-host-reservations "
],
"DescribeHosts": [
"aws ec2 describe-hosts --filter \"Name=state,Values=available\" "
],
"DescribeIamInstanceProfileAssociations": [
"aws ec2 describe-iam-instance-profile-associations "
],
"DescribeIdFormat": [
"aws ec2 describe-id-format --resource security-group ",
"aws ec2 describe-id-format "
],
"DescribeIdentityIdFormat": [
"aws ec2 describe-identity-id-format --principal-arn arn:aws:iam::123456789012:role/my-iam-role --resource instance ",
"aws ec2 describe-identity-id-format --principal-arn arn:aws:iam::123456789012:user/AdminUser --resource snapshot "
],
"DescribeImageAttribute": [
"aws ec2 describe-image-attribute --image-id ami-5731123e --attribute launchPermission ",
"aws ec2 describe-image-attribute --image-id ami-5731123e --attribute productCodes "
],
"DescribeImages": [
"aws ec2 describe-images --region us-east-1 --image-ids ami-1234567890EXAMPLE ",
"aws ec2 describe-images --owners amazon --filters \"Name=platform,Values=windows\" \"Name=root-device-type,Values=ebs\" ",
"aws ec2 describe-images --filters \"Name=tag:Type,Values=Custom\" --query 'Images[*].[ImageId]' --output text "
],
"DescribeImportImageTasks": [
"aws ec2 describe-import-image-tasks --import-task-ids import-ami-1234567890abcdef0 "
],
"DescribeImportSnapshotTasks": [
"aws ec2 describe-import-snapshot-tasks --import-task-ids import-snap-1234567890abcdef0 "
],
"DescribeInstanceAttribute": [
"aws ec2 describe-instance-attribute --instance-id i-1234567890abcdef0 --attribute instanceType ",
"aws ec2 describe-instance-attribute --instance-id i-1234567890abcdef0 --attribute disableApiTermination ",
"aws ec2 describe-instance-attribute --instance-id i-1234567890abcdef0 --attribute blockDeviceMapping "
],
"DescribeInstanceCreditSpecifications": [
"aws ec2 describe-instance-credit-specifications --instance-id i-1234567890abcdef0 "
],
"DescribeInstanceEventNotificationAttributes": [
"aws ec2 describe-instance-event-notification-attributes "
],
"DescribeInstanceStatus": [
"aws ec2 describe-instance-status --instance-id i-1234567890abcdef0 "
],
"DescribeInstanceTypeOfferings": [
"aws ec2 describe-instance-type-offerings ",
"aws ec2 describe-instance-type-offerings --region us-east-2 ",
"aws ec2 describe-instance-type-offerings --location-type availability-zone --filters Name=location,Values=us-east-2a --region us-east-2 ",
"aws ec2 describe-instance-type-offerings --filters Name=instance-type,Values=c5.xlarge --region us-east-2 ",
"aws ec2 describe-instance-type-offerings --filters Name=instance-type,Values=c5* --query \"InstanceTypeOfferings[].InstanceType\" --region us-east-2 "
],
"DescribeInstanceTypes": [
"aws ec2 describe-instance-types --instance-types t2.micro ",
"aws ec2 describe-instance-types --filters Name=hibernation-supported,Values=true --query InstanceTypes[].InstanceType "
],
"DescribeInstances": [
"aws ec2 describe-instances --instance-ids i-1234567890abcdef0 ",
"aws ec2 describe-instances --filters Name=instance-type,Values=m5.large ",
"aws ec2 describe-instances --filters Name=instance-type,Values=t2.micro,t3.micro Name=availability-zone,Values=us-east-2c ",
"aws ec2 describe-instances --filters file://filters.json ",
"aws ec2 describe-instances --filters \"Name=tag-key,Values=Owner\" ",
"aws ec2 describe-instances --filters \"Name=tag-value,Values=my-team\" ",
"aws ec2 describe-instances --filters \"Name=tag:Owner,Values=my-team\" ",
"aws ec2 describe-instances --query 'Reservations[*].Instances[*].{Instance:InstanceId,Subnet:SubnetId}' --output json ",
"aws ec2 describe-instances ^ --query \"Reservations[*].Instances[*].{Instance:InstanceId,Subnet:SubnetId}\" ^ --output json ",
"aws ec2 describe-instances --filters Name=instance-type,Values=t2.micro --query Reservations[*].Instances[*].[InstanceId] --output text ",
"aws ec2 describe-instances --filters Name=tag-key,Values=Name --query 'Reservations[*].Instances[*].{Instance:InstanceId,AZ:Placement.AvailabilityZone,Name:Tags[?Key==`Name`]|[0].Value}' --output table ",
"aws ec2 describe-instances ^ --filters Name=tag-key,Values=Name ^ --query \"Reservations[*].Instances[*].{Instance:InstanceId,AZ:Placement.AvailabilityZone,Name:Tags[?Key=='Name']|[0].Value}\" ^ --output table ",
"aws ec2 describe-instances --instance-id i-0123a456700123456 ",
"aws ec2 describe-instances --filters \"Name = placement-group-name, Values = HDFS-Group-A\" \"Name = placement-partition-number, Values = 7\" "
],
"DescribeInternetGateways": [
"aws ec2 describe-internet-gateways "
],
"DescribeIpv6Pools": [
"aws ec2 describe-ipv6-pools "
],
"DescribeKeyPairs": [
"aws ec2 describe-key-pairs --key-name MyKeyPair "
],
"DescribeLaunchTemplateVersions": [
"aws ec2 describe-launch-template-versions --launch-template-id lt-068f72b72934aff71 "
],
"DescribeLaunchTemplates": [
"aws ec2 describe-launch-templates "
],
"DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations": [
"aws ec2 describe-local-gateway-route-table-virtual-interface-group-associations "
],
"DescribeLocalGatewayRouteTableVpcAssociations": [
"aws ec2 describe-local-gateway-route-table-vpc-associations --local-gateway-route-table-vpc-association-id lgw-vpc-assoc-0e0f27af15EXAMPLE "
],
"DescribeLocalGatewayRouteTables": [
"aws ec2 describe-local-gateway-route-tables "
],
"DescribeLocalGatewayVirtualInterfaceGroups": [
"aws ec2 describe-local-gateway-virtual-interface-groups "
],
"DescribeLocalGatewayVirtualInterfaces": [
"aws ec2 describe-local-gateway-virtual-interfaces "
],
"DescribeLocalGateways": [
"aws ec2 describe-local-gateways "
],
"DescribeManagedPrefixLists": [
"aws ec2 describe-managed-prefix-lists --filters Name=owner-id,Values=123456789012 "
],
"DescribeMovingAddresses": [
"aws ec2 describe-moving-addresses ",
"aws ec2 describe-moving-addresses --filters Name=moving-status,Values=MovingToVpc "
],
"DescribeNatGateways": [
"aws ec2 describe-nat-gateways "
],
"DescribeNetworkAcls": [
"aws ec2 describe-network-acls "
],
"DescribeNetworkInsightsAnalyses": [
"aws ec2 describe-network-insights-analyses --network-insights-analysis-ids nia-02207aa13eb480c7a "
],
"DescribeNetworkInsightsPaths": [
"aws ec2 describe-network-insights-paths --network-insights-path-ids nip-0b26f224f1d131fa8 "
],
"DescribeNetworkInterfaceAttribute": [
"aws ec2 describe-network-interface-attribute --network-interface-id eni-686ea200 --attribute attachment ",
"aws ec2 describe-network-interface-attribute --network-interface-id eni-686ea200 --attribute description ",
"aws ec2 describe-network-interface-attribute --network-interface-id eni-686ea200 --attribute groupSet ",
"aws ec2 describe-network-interface-attribute --network-interface-id eni-686ea200 --attribute sourceDestCheck "
],
"DescribeNetworkInterfacePermissions": [
"aws ec2 describe-network-interface-permissions "
],
"DescribeNetworkInterfaces": [
"aws ec2 describe-network-interfaces ",
"aws ec2 describe-network-interfaces --filters Name=tag:Purpose,Values=Prod "
],
"DescribePlacementGroups": [
"aws ec2 describe-placement-groups "
],
"DescribePrefixLists": [
"aws ec2 describe-prefix-lists "
],
"DescribePrincipalIdFormat": [
"aws ec2 describe-principal-id-format --resource instance "
],
"DescribePublicIpv4Pools": [
"aws ec2 describe-public-ipv4-pools "
],
"DescribeRegions": [
"aws ec2 describe-regions ",
"aws ec2 describe-regions --filters \"Name=endpoint,Values=*us*\" ",
"aws ec2 describe-regions --all-regions ",
"aws ec2 describe-regions --all-regions --query \"Regions[].{Name:RegionName}\" --output text "
],
"DescribeReservedInstances": [
"aws ec2 describe-reserved-instances ",
"aws ec2 describe-reserved-instances --filters Name=duration,Values=94608000 Name=instance-type,Values=t2.micro Name=product-description,Values=Linux/UNIX Name=availability-zone,Values=us-east-1e "
],
"DescribeReservedInstancesListings": [
"aws ec2 describe-reserved-instances-listings --reserved-instances-listing-id 5ec28771-05ff-4b9b-aa31-9e57dexample "
],
"DescribeReservedInstancesModifications": [
"aws ec2 describe-reserved-instances-modifications "
],
"DescribeReservedInstancesOfferings": [
"aws ec2 describe-reserved-instances-offerings ",
"aws ec2 describe-reserved-instances-offerings --no-include-marketplace --instance-type \"t1.micro\" --product-description \"Windows (Amazon VPC)\" --offering-type \"no upfront\" "
],
"DescribeRouteTables": [
"aws ec2 describe-route-tables "
],
"DescribeScheduledInstanceAvailability": [
"aws ec2 describe-scheduled-instance-availability --recurrence Frequency=Weekly,Interval=1,OccurrenceDays=[1] --first-slot-start-time-range EarliestTime=2016-01-31T00:00:00Z,LatestTime=2016-01-31T04:00:00Z "
],
"DescribeScheduledInstances": [
"aws ec2 describe-scheduled-instances --scheduled-instance-ids sci-1234-1234-1234-1234-123456789012 ",
"aws ec2 describe-scheduled-instances "
],
"DescribeSecurityGroupReferences": [
"aws ec2 describe-security-group-references --group-id sg-bbbbb22222 "
],
"DescribeSecurityGroups": [
"aws ec2 describe-security-groups --group-ids sg-903004f8 ",
"aws ec2 describe-security-groups --filters Name=ip-permission.from-port,Values=22 Name=ip-permission.to-port,Values=22 Name=ip-permission.cidr,Values='0.0.0.0/0' --query \"SecurityGroups[*].[GroupName]\" --output text ",
"aws ec2 describe-security-groups --filters Name=group-name,Values=*test* Name=tag:Test,Values=To-delete --query \"SecurityGroups[*].{Name:GroupName,ID:GroupId}\" "
],
"DescribeSnapshotAttribute": [
"aws ec2 describe-snapshot-attribute --snapshot-id snap-066877671789bd71b --attribute createVolumePermission "
],
"DescribeSnapshots": [
"aws ec2 describe-snapshots --snapshot-ids snap-1234567890abcdef0 ",
"aws ec2 describe-snapshots --owner-ids self --filters Name=status,Values=pending --query \"Snapshots[*].{ID:SnapshotId,Time:StartTime}\" ",
"aws ec2 describe-snapshots --filters Name=volume-id,Values=049df61146c4d7901 --query \"Snapshots[*].[SnapshotId]\" --output text ",
"aws ec2 describe-snapshots --filters Name=tag:Stack,Values=prod ",
"aws ec2 describe-snapshots --owner-ids 012345678910 --query \"Snapshots[?(StartTime<='2020-03-31')].[SnapshotId]\" "
],
"DescribeSpotDatafeedSubscription": [
"aws ec2 describe-spot-datafeed-subscription "
],
"DescribeSpotFleetInstances": [
"aws ec2 describe-spot-fleet-instances --spot-fleet-request-id sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE "
],
"DescribeSpotFleetRequestHistory": [
"aws ec2 describe-spot-fleet-request-history --spot-fleet-request-id sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE --start-time 2015-05-26T00:00:00Z "
],
"DescribeSpotFleetRequests": [
"aws ec2 describe-spot-fleet-requests ",
"aws ec2 describe-spot-fleet-requests --spot-fleet-request-ids sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE "
],
"DescribeSpotInstanceRequests": [
"aws ec2 describe-spot-instance-requests --spot-instance-request-ids sir-08b93456 ",
"aws ec2 describe-spot-instance-requests --filters Name=launch.instance-type,Values=m3.medium Name=launched-availability-zone,Values=us-east-2a --query \"SpotInstanceRequests[*].[InstanceId]\" --output text ",
"aws ec2 describe-spot-instance-requests --filters Name=tag:cost-center,Values=cc123 "
],
"DescribeSpotPriceHistory": [
"aws ec2 describe-spot-price-history --instance-types m1.xlarge --start-time 2014-01-06T07:08:09 --end-time 2014-01-06T08:09:10 ",
"aws ec2 describe-spot-price-history --instance-types m1.xlarge --product-description \"Linux/UNIX (Amazon VPC)\" --start-time 2014-01-06T07:08:09 --end-time 2014-01-06T08:09:10 "
],
"DescribeStaleSecurityGroups": [
"aws ec2 describe-stale-security-groups --vpc-id vpc-11223344 "
],
"DescribeSubnets": [
"aws ec2 describe-subnets ",
"aws ec2 describe-subnets --filters \"Name=vpc-id,Values=vpc-3EXAMPLE\" ",
"aws ec2 describe-subnets --filters Name=tag:Name,Values=MySubnet --output text "
],
"DescribeTags": [
"aws ec2 describe-tags --filters \"Name=resource-id,Values=i-1234567890abcdef8\" ",
"aws ec2 describe-tags --filters \"Name=resource-type,Values=volume\" ",
"aws ec2 describe-tags ",
"aws ec2 describe-tags --filters Name=key,Values=Stack ",
"aws ec2 describe-tags --filters Name=key,Values=Stack Name=value,Values=Test ",
"aws ec2 describe-tags --filters \"Name=tag:Stack,Values=Test\" ",
"aws ec2 describe-tags --filters \"Name=resource-type,Values=instance\" \"Name=key,Values=Purpose\" \"Name=value,Values=\" "
],
"DescribeTrafficMirrorFilters": [
"aws ec2 describe-traffic-mirror-filters "
],
"DescribeTrafficMirrorSessions": [
"aws ec2 describe-traffic-mirror-sessions "
],
"DescribeTrafficMirrorTargets": [
"aws ec2 describe-traffic-mirror-targets --traffic-mirror-target-id tmt-0dabe9b0a6EXAMPLE "
],
"DescribeTransitGatewayAttachments": [
"aws ec2 describe-transit-gateway-attachments "
],
"DescribeTransitGatewayConnects": [],
"DescribeTransitGatewayMulticastDomains": [
"aws ec2 describe-transit-gateway-multicast-domains "
],
"DescribeTransitGatewayPeeringAttachments": [
"aws ec2 describe-transit-gateway-peering-attachments "
],
"DescribeTransitGatewayRouteTables": [
"aws ec2 describe-transit-gateway-route-tables "
],
"DescribeTransitGatewayVpcAttachments": [
"aws ec2 describe-transit-gateway-vpc-attachments "
],
"DescribeTransitGateways": [
"aws ec2 describe-transit-gateways "
],
"DescribeVolumeAttribute": [
"aws ec2 describe-volume-attribute --volume-id vol-049df61146c4d7901 --attribute autoEnableIO "
],
"DescribeVolumeStatus": [
"aws ec2 describe-volume-status --volume-ids vol-1234567890abcdef0 ",
"aws ec2 describe-volume-status --filters Name=volume-status.status,Values=impaired "
],
"DescribeVolumes": [
"aws ec2 describe-volumes --volume-ids vol-049df61146c4d7901 vol-1234567890abcdef0 ",
"aws ec2 describe-volumes --region us-east-1 --filters Name=attachment.instance-id,Values=i-1234567890abcdef0 Name=attachment.delete-on-termination,Values=true ",
"aws ec2 describe-volumes --filters Name=status,Values=available Name=availability-zone,Values=us-east-1a ",
"aws ec2 describe-volumes --filters Name=tag:Name,Values=Test* --query \"Volumes[*].{ID:VolumeId,Tag:Tags}\" "
],
"DescribeVolumesModifications": [
"aws ec2 describe-volumes-modifications --volume-ids vol-1234567890abcdef0 "
],
"DescribeVpcAttribute": [
"aws ec2 describe-vpc-attribute --vpc-id vpc-a01106c2 --attribute enableDnsSupport ",
"aws ec2 describe-vpc-attribute --vpc-id vpc-a01106c2 --attribute enableDnsHostnames "
],
"DescribeVpcClassicLink": [
"aws ec2 describe-vpc-classic-link --vpc-id vpc-88888888 ",
"aws ec2 describe-vpc-classic-link --filter \"Name=is-classic-link-enabled,Values=true\" "
],
"DescribeVpcClassicLinkDnsSupport": [
"aws ec2 describe-vpc-classic-link-dns-support "
],
"DescribeVpcEndpointConnectionNotifications": [
"aws ec2 describe-vpc-endpoint-connection-notifications "
],
"DescribeVpcEndpointConnections": [
"aws ec2 describe-vpc-endpoint-connections --filters Name=vpc-endpoint-state,Values=pendingAcceptance "
],
"DescribeVpcEndpointServiceConfigurations": [
"aws ec2 describe-vpc-endpoint-service-configurations "
],
"DescribeVpcEndpointServicePermissions": [
"aws ec2 describe-vpc-endpoint-service-permissions --service-id vpce-svc-03d5ebb7d9579a2b3 "
],
"DescribeVpcEndpointServices": [
"aws ec2 describe-vpc-endpoint-services ",
"aws ec2 describe-vpc-endpoint-services --filter \"Name=service-type,Values=Interface\" Name=service-name,Values=com.amazonaws.us-east-1.s3 "
],
"DescribeVpcEndpoints": [
"aws ec2 describe-vpc-endpoints "
],
"DescribeVpcPeeringConnections": [
"aws ec2 describe-vpc-peering-connections ",
"aws ec2 describe-vpc-peering-connections --filters Name=status-code,Values=pending-acceptance ",
"aws ec2 describe-vpc-peering-connections --filters Name=tag:Owner,Values=Finance ",
"aws ec2 describe-vpc-peering-connections --filters Name=requester-vpc-info.vpc-id,Values=vpc-1a2b3c4d "
],
"DescribeVpcs": [
"aws ec2 describe-vpcs ",
"aws ec2 describe-vpcs --vpc-ids vpc-06e4ab6c6cEXAMPLE "
],
"DescribeVpnConnections": [
"aws ec2 describe-vpn-connections ",
"aws ec2 describe-vpn-connections --filters \"Name=state,Values=available\" "
],
"DescribeVpnGateways": [
"aws ec2 describe-vpn-gateways "
],
"DetachClassicLinkVpc": [
"aws ec2 detach-classic-link-vpc --instance-id i-0598c7d356eba48d7 --vpc-id vpc-88888888 "
],
"DetachInternetGateway": [
"aws ec2 detach-internet-gateway --internet-gateway-id igw-c0a643a9 --vpc-id vpc-a01106c2 "
],
"DetachNetworkInterface": [
"aws ec2 detach-network-interface --attachment-id eni-attach-66c4350a "
],
"DetachVolume": [
"aws ec2 detach-volume --volume-id vol-1234567890abcdef0 "
],
"DetachVpnGateway": [
"aws ec2 detach-vpn-gateway --vpn-gateway-id vgw-9a4cacf3 --vpc-id vpc-a01106c2 "
],
"DisableEbsEncryptionByDefault": [
"aws ec2 disable-ebs-encryption-by-default "
],
"DisableFastSnapshotRestores": [
"aws ec2 disable-fast-snapshot-restores --availability-zones us-east-2a --source-snapshot-ids snap-1234567890abcdef0 "
],
"DisableTransitGatewayRouteTablePropagation": [
"aws ec2 disable-transit-gateway-route-table-propagation --transit-gateway-route-table-id tgw-rtb-0a823edbdeEXAMPLE --transit-gateway-attachment-id tgw-attach-09b52ccdb5EXAMPLE "
],
"DisableVgwRoutePropagation": [
"aws ec2 disable-vgw-route-propagation --route-table-id rtb-22574640 --gateway-id vgw-9a4cacf3 "
],
"DisableVpcClassicLink": [
"aws ec2 disable-vpc-classic-link --vpc-id vpc-88888888 "
],
"DisableVpcClassicLinkDnsSupport": [
"aws ec2 disable-vpc-classic-link-dns-support --vpc-id vpc-88888888 "
],
"DisassociateAddress": [
"aws ec2 disassociate-address --public-ip 198.51.100.0 ",
"aws ec2 disassociate-address --association-id eipassoc-2bebb745 "
],
"DisassociateClientVpnTargetNetwork": [
"aws ec2 disassociate-client-vpn-target-network --client-vpn-endpoint-id cvpn-endpoint-123456789123abcde --association-id cvpn-assoc-12312312312312312 "
],
"DisassociateIamInstanceProfile": [
"aws ec2 disassociate-iam-instance-profile --association-id iip-assoc-05020b59952902f5f "
],
"DisassociateRouteTable": [
"aws ec2 disassociate-route-table --association-id rtbassoc-781d0d1a "
],
"DisassociateSubnetCidrBlock": [
"aws ec2 disassociate-subnet-cidr-block --association-id subnet-cidr-assoc-3aa54053 "
],
"DisassociateTransitGatewayMulticastDomain": [
"aws ec2 disassociate-transit-gateway-multicast-domain --transit-gateway-attachment-id tgw-attach-070e571cd1EXAMPLE --subnet-id subnet-000de86e3bEXAMPLE --transit-gateway-multicast-domain-id tgw-mcast-domain-0c4905cef7EXAMPLE "
],
"DisassociateTransitGatewayRouteTable": [
"aws ec2 disassociate-transit-gateway-route-table --transit-gateway-route-table-id tgw-rtb-002573ed1eEXAMPLE --transit-gateway-attachment-id tgw-attach-08e0bc912cEXAMPLE "
],
"DisassociateVpcCidrBlock": [
"aws ec2 disassociate-vpc-cidr-block --association-id vpc-cidr-assoc-eca54085 ",
"aws ec2 disassociate-vpc-cidr-block --association-id vpc-cidr-assoc-0287ac6b "
],
"EnableEbsEncryptionByDefault": [
"aws ec2 enable-ebs-encryption-by-default "
],
"EnableFastSnapshotRestores": [
"aws ec2 enable-fast-snapshot-restores --availability-zones us-east-2a us-east-2b --source-snapshot-ids snap-1234567890abcdef0 "
],
"EnableTransitGatewayRouteTablePropagation": [
"aws ec2 enable-transit-gateway-route-table-propagation --transit-gateway-route-table-id tgw-rtb-0a823edbdeEXAMPLE --transit-gateway-attachment-id tgw-attach-09b52ccdb5EXAMPLE "
],
"EnableVgwRoutePropagation": [
"aws ec2 enable-vgw-route-propagation --route-table-id rtb-22574640 --gateway-id vgw-9a4cacf3 "
],
"EnableVolumeIo": [
"aws ec2 enable-volume-io --volume-id vol-1234567890abcdef0 "
],
"EnableVpcClassicLink": [
"aws ec2 enable-vpc-classic-link --vpc-id vpc-88888888 "
],
"EnableVpcClassicLinkDnsSupport": [
"aws ec2 enable-vpc-classic-link-dns-support --vpc-id vpc-88888888 "
],
"ExportClientVpnClientCertificateRevocationList": [
"aws ec2 export-client-vpn-client-certificate-revocation-list --client-vpn-endpoint-id cvpn-endpoint-123456789123abcde --output text "
],
"ExportClientVpnClientConfiguration": [
"aws ec2 export-client-vpn-client-configuration --client-vpn-endpoint-id cvpn-endpoint-123456789123abcde --output text "
],
"ExportImage": [
"aws ec2 export-image --image-id ami-1234567890abcdef0 --disk-image-format VMDK --s3-export-location S3Bucket=my-export-bucket,S3Prefix=exports/ "
],
"GetAssociatedIpv6PoolCidrs": [
"aws ec2 get-associated-ipv6-pool-cidrs --pool-id ipv6pool-ec2-012345abc12345abc "
],
"GetCapacityReservationUsage": [
"aws ec2 get-capacity-reservation-usage --capacity-reservation-id cr-1234abcd56EXAMPLE "
],
"GetCoipPoolUsage": [
"aws ec2 get-coip-pool-usage --pool-id ipv4pool-coip-123a45678bEXAMPLE "
],
"GetConsoleOutput": [
"aws ec2 get-console-output --instance-id i-1234567890abcdef0 ",
"aws ec2 get-console-output --instance-id i-1234567890abcdef0 --latest --output text "
],
"GetConsoleScreenshot": [
"aws ec2 get-console-screenshot --instance-id i-1234567890abcdef0 "
],
"GetDefaultCreditSpecification": [
"aws ec2 get-default-credit-specification --instance-family t2 "
],
"GetEbsDefaultKmsKeyId": [
"aws ec2 get-ebs-default-kms-key-id "
],
"GetEbsEncryptionByDefault": [
"aws ec2 get-ebs-encryption-by-default "
],
"GetGroupsForCapacityReservation": [
"aws ec2 get-groups-for-capacity-reservation --capacity-reservation-id cr-1234abcd56EXAMPLE "
],
"GetHostReservationPurchasePreview": [
"aws ec2 get-host-reservation-purchase-preview --offering-id hro-03f707bf363b6b324 --host-id-set h-013abcd2a00cbd123 "
],
"GetLaunchTemplateData": [
"aws ec2 get-launch-template-data --instance-id i-0123d646e8048babc --query 'LaunchTemplateData' "
],
"GetManagedPrefixListAssociations": [
"aws ec2 get-managed-prefix-list-associations --prefix-list-id pl-0123456abcabcabc1 "
],
"GetManagedPrefixListEntries": [
"aws ec2 get-managed-prefix-list-entries --prefix-list-id pl-0123456abcabcabc1 "
],
"GetPasswordData": [
"aws ec2 get-password-data --instance-id i-1234567890abcdef0 ",
"aws ec2 get-password-data --instance-id i-1234567890abcdef0 --priv-launch-key C:\\Keys\\MyKeyPair.pem "
],
"GetReservedInstancesExchangeQuote": [
"aws ec2 get-reserved-instances-exchange-quote --reserved-instance-ids 7b8750c3-397e-4da4-bbcb-a45ebexample --target-configurations OfferingId=6fea5434-b379-434c-b07b-a7abexample "
],
"GetTransitGatewayAttachmentPropagations": [
"aws ec2 get-transit-gateway-attachment-propagations --transit-gateway-attachment-id tgw-attach-09fbd47ddfEXAMPLE "
],
"GetTransitGatewayMulticastDomainAssociations": [
"aws ec2 get-transit-gateway-multicast-domain-associations --transit-gateway-multicast-domain-id tgw-mcast-domain-0c4905cef7EXAMPLE "
],
"GetTransitGatewayPrefixListReferences": [
"aws ec2 get-transit-gateway-prefix-list-references --transit-gateway-route-table-id tgw-rtb-0123456789abcd123 --filters Name=prefix-list-id,Values=pl-11111122222222333 "
],
"GetTransitGatewayRouteTableAssociations": [
"aws ec2 get-transit-gateway-route-table-associations --transit-gateway-route-table-id tgw-rtb-0a823edbdeEXAMPLE "
],
"GetTransitGatewayRouteTablePropagations": [],
"ImportClientVpnClientCertificateRevocationList": [
"aws ec2 import-client-vpn-client-certificate-revocation-list --certificate-revocation-list file:///path/to/crl.pem --client-vpn-endpoint-id cvpn-endpoint-123456789123abcde "
],
"ImportImage": [
"aws ec2 import-image --disk-containers Format=ova,UserBucket=\"{S3Bucket=my-import-bucket,S3Key=vms/my-server-vm.ova}\" "
],
"ImportKeyPair": [
"aws ec2 import-key-pair --key-name \"my-key\" --public-key-material fileb://~/.ssh/my-key.pub "
],
"ImportSnapshot": [
"aws ec2 import-snapshot --description \"My server VMDK\" --disk-container \"Format=VMDK,UserBucket={S3Bucket=my-import-bucket,S3Key=vms/my-server-vm.vmdk}\" "
],
"ModifyAvailabilityZoneGroup": [
"aws ec2 modify-availability-zone-group --group-name us-west-2-lax-1 --opt-in-status opted-in "
],
"ModifyCapacityReservation": [
"aws ec2 modify-capacity-reservation --capacity-reservation-id cr-1234abcd56EXAMPLE --instance-count 5 ",
"aws ec2 modify-capacity-reservation --capacity-reservation-id cr-1234abcd56EXAMPLE --end-date-type limited --end-date 2019-08-31T23:59:59Z "
],
"ModifyClientVpnEndpoint": [
"aws ec2 modify-client-vpn-endpoint --client-vpn-endpoint-id cvpn-endpoint-123456789123abcde --connection-log-options Enabled=true,CloudwatchLogGroup=ClientVPNLogs "
],
"ModifyDefaultCreditSpecification": [
"aws ec2 modify-default-credit-specification --instance-family t2 --cpu-credits unlimited "
],
"ModifyEbsDefaultKmsKeyId": [
"aws ec2 modify-ebs-default-kms-key-id --kms-key-id alias/my-cmk "
],
"ModifyFleet": [
"aws ec2 modify-fleet --fleet-id fleet-12a34b55-67cd-8ef9-ba9b-9208dEXAMPLE --target-capacity-specification TotalTargetCapacity=5 "
],
"ModifyFpgaImageAttribute": [
"aws ec2 modify-fpga-image-attribute --attribute loadPermission --fpga-image-id afi-0d123e123bfc85abc --load-permission Add=[{UserId=123456789012}] "
],
"ModifyHosts": [
"aws ec2 modify-hosts --host-id h-06c2f189b4EXAMPLE --auto-placement on ",
"aws ec2 modify-hosts --host-id h-06c2f189b4EXAMPLE --host-recovery on "
],
"ModifyIdFormat": [
"aws ec2 modify-id-format --resource instance --use-long-ids ",
"aws ec2 modify-id-format --resource instance --no-use-long-ids ",
"aws ec2 modify-id-format --resource all-current --use-long-ids "
],
"ModifyIdentityIdFormat": [
"aws ec2 modify-identity-id-format --principal-arn arn:aws:iam::123456789012:role/EC2Role --resource instance --use-long-ids ",
"aws ec2 modify-identity-id-format --principal-arn arn:aws:iam::123456789012:user/AdminUser --resource volume --use-long-ids ",
"aws ec2 modify-identity-id-format --principal-arn arn:aws:iam::123456789012:user/AdminUser --resource all-current --use-long-ids "
],
"ModifyImageAttribute": [
"aws ec2 modify-image-attribute --image-id ami-5731123e --launch-permission \"Add=[{Group=all}]\" ",
"aws ec2 modify-image-attribute --image-id ami-5731123e --launch-permission \"Remove=[{Group=all}]\" ",
"aws ec2 modify-image-attribute --image-id ami-5731123e --launch-permission \"Add=[{UserId=123456789012}]\" ",
"aws ec2 modify-image-attribute --image-id ami-5731123e --launch-permission \"Remove=[{UserId=123456789012}]\" "
],
"ModifyInstanceAttribute": [
"aws ec2 modify-instance-attribute --instance-id i-1234567890abcdef0 --instance-type \"{\\\"Value\\\": \\\"m1.small\\\"}\" ",
"aws ec2 modify-instance-attribute --instance-id i-1234567890abcdef0 --sriov-net-support simple ",
"aws ec2 modify-instance-attribute --instance-id i-1234567890abcdef0 --source-dest-check \"{\\\"Value\\\": true}\" ",
"aws ec2 modify-instance-attribute --instance-id i-1234567890abcdef0 --block-device-mappings \"[{\\\"DeviceName\\\": \\\"/dev/sda1\\\",\\\"Ebs\\\":{\\\"DeleteOnTermination\\\":false}}]\" ",
"aws ec2 modify-instance-attribute --instance-id=i-09b5a14dbca622e76 --attribute userData --value file://UserData.base64.txt "
],
"ModifyInstanceCapacityReservationAttributes": [
"aws ec2 modify-instance-capacity-reservation-attributes --instance-id i-EXAMPLE8765abcd4e --capacity-reservation-specification 'CapacityReservationTarget={CapacityReservationId= cr-1234abcd56EXAMPLE }' ",
"aws ec2 modify-instance-capacity-reservation-attributes --instance-id i-EXAMPLE8765abcd4e --capacity-reservation-specification 'CapacityReservationPreference=open' "
],
"ModifyInstanceCreditSpecification": [
"aws ec2 modify-instance-credit-specification --instance-credit-specification \"InstanceId=i-1234567890abcdef0,CpuCredits=unlimited\" "
],
"ModifyInstanceEventStartTime": [
"aws ec2 modify-instance-event-start-time --instance-id i-1234567890abcdef0 --instance-event-id instance-event-0abcdef1234567890 --not-before 2019-03-25T10:00:00.000 "
],
"ModifyInstanceMetadataOptions": [
"aws ec2 modify-instance-metadata-options --instance-id i-1234567898abcdef0 --http-tokens required --http-endpoint enabled ",
"aws ec2 modify-instance-metadata-options --instance-id i-1234567898abcdef0 --http-endpoint disabled "
],
"ModifyInstancePlacement": [
"aws ec2 modify-instance-placement --instance-id i-0e6ddf6187EXAMPLE --affinity default ",
"aws ec2 modify-instance-placement --instance-id i-0e6ddf6187EXAMPLE --affinity host --host-id i-0e6ddf6187EXAMPLE ",
"aws ec2 modify-instance-placement --instance-id i-0123a456700123456 --group-name MySpreadGroup ",
"aws ec2 modify-instance-placement --instance-id i-0123a456700123456 --group-name \" \" "
],
"ModifyLaunchTemplate": [
"aws ec2 modify-launch-template --launch-template-id lt-0abcd290751193123 --default-version 2 "
],
"ModifyManagedPrefixList": [
"aws ec2 modify-managed-prefix-list --prefix-list-id pl-0123456abcabcabc1 --add-entries Cidr=10.1.0.0/16,Description=vpc-c --current-version 1 "
],
"ModifyNetworkInterfaceAttribute": [
"aws ec2 modify-network-interface-attribute --network-interface-id eni-686ea200 --attachment AttachmentId=eni-attach-43348162,DeleteOnTermination=false ",
"aws ec2 modify-network-interface-attribute --network-interface-id eni-686ea200 --description \"My description\" ",
"aws ec2 modify-network-interface-attribute --network-interface-id eni-686ea200 --groups sg-903004f8 sg-1a2b3c4d ",
"aws ec2 modify-network-interface-attribute --network-interface-id eni-686ea200 --no-source-dest-check "
],
"ModifyReservedInstances": [
"aws ec2 modify-reserved-instances --reserved-instances-ids b847fa93-e282-4f55-b59a-1342f5bd7c02 --target-configurations AvailabilityZone=us-west-1c,Platform=EC2-Classic,InstanceCount=10 ",
"aws ec2 modify-reserved-instances --reserved-instances-ids f127bd27-edb7-44c9-a0eb-0d7e09259af0 --target-configurations AvailabilityZone=us-west-1c,Platform=EC2-VPC,InstanceCount=5 ",
"aws ec2 modify-reserved-instances --reserved-instances-ids 1ba8e2e3-3556-4264-949e-63ee671405a9 --target-configurations AvailabilityZone=us-west-1c,Platform=EC2-Classic,InstanceCount=2,InstanceType=m1.large AvailabilityZone=us-west-1c,Platform=EC2-Classic,InstanceCount=1,InstanceType=m1.medium "
],
"ModifySnapshotAttribute": [
"aws ec2 modify-snapshot-attribute --snapshot-id snap-1234567890abcdef0 --attribute createVolumePermission --operation-type remove --user-ids 123456789012 ",
"aws ec2 modify-snapshot-attribute --snapshot-id snap-1234567890abcdef0 --attribute createVolumePermission --operation-type add --group-names all "
],
"ModifySpotFleetRequest": [
"aws ec2 modify-spot-fleet-request --target-capacity 20 --spot-fleet-request-id sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE ",
"aws ec2 modify-spot-fleet-request --target-capacity 10 --excess-capacity-termination-policy NoTermination --spot-fleet-request-id sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE "
],
"ModifySubnetAttribute": [
"aws ec2 modify-subnet-attribute --subnet-id subnet-1a2b3c4d --map-public-ip-on-launch ",
"aws ec2 modify-subnet-attribute --subnet-id subnet-1a2b3c4d --assign-ipv6-address-on-creation "
],
"ModifyTrafficMirrorFilterNetworkServices": [
"aws ec2 modify-traffic-mirror-filter-network-services --traffic-mirror-filter-id tmf-04812ff784EXAMPLE --add-network-service amazon-dns "
],
"ModifyTrafficMirrorFilterRule": [
"aws ec2 modify-traffic-mirror-filter-rule --traffic-mirror-filter-rule-id tmfr-0ca76e0e08EXAMPLE --description \"TCP Rule\" "
],
"ModifyTrafficMirrorSession": [
"aws ec2 modify-traffic-mirror-session --description \"Change packet length\" --traffic-mirror-session-id tms-08a33b1214EXAMPLE --remove-fields \"packet-length\" "
],
"ModifyTransitGateway": [
"aws ec2 modify-transit-gateway --transit-gateway-id tgw-111111222222aaaaa --options VpnEcmpSupport=enable "
],
"ModifyTransitGatewayPrefixListReference": [
"aws ec2 modify-transit-gateway-prefix-list-reference --transit-gateway-route-table-id tgw-rtb-0123456789abcd123 --prefix-list-id pl-11111122222222333 --transit-gateway-attachment-id tgw-attach-aabbccddaabbccaab "
],
"ModifyTransitGatewayVpcAttachment": [
"aws ec2 modify-transit-gateway-vpc-attachment --transit-gateway-attachment-id tgw-attach-09fbd47ddfEXAMPLE --add-subnet-ids subnet-0e51f45802EXAMPLE "
],
"ModifyVolume": [
"aws ec2 modify-volume --size 150 --volume-id vol-1234567890abcdef0 ",
"aws ec2 modify-volume --volume-type io1 --iops 10000 --size 350 --volume-id vol-1234567890abcdef0 "
],
"ModifyVolumeAttribute": [
"aws ec2 modify-volume-attribute --volume-id vol-1234567890abcdef0 --auto-enable-io "
],
"ModifyVpcAttribute": [
"aws ec2 modify-vpc-attribute --vpc-id vpc-a01106c2 --enable-dns-support \"{\\\"Value\\\":false}\" ",
"aws ec2 modify-vpc-attribute --vpc-id vpc-a01106c2 --enable-dns-hostnames \"{\\\"Value\\\":false}\" "
],
"ModifyVpcEndpoint": [
"aws ec2 modify-vpc-endpoint --vpc-endpoint-id vpce-1a2b3c4d --add-route-table-ids rtb-aaa222bb --reset-policy ",
"aws ec2 modify-vpc-endpoint --vpc-endpoint-id vpce-0fe5b17a0707d6fa5 --add-subnet-id subnet-d6fcaa8d "
],
"ModifyVpcEndpointConnectionNotification": [
"aws ec2 modify-vpc-endpoint-connection-notification --connection-notification-id vpce-nfn-008776de7e03f5abc --connection-events Accept Reject --connection-notification-arn arn:aws:sns:us-east-2:123456789012:mytopic "
],
"ModifyVpcEndpointServiceConfiguration": [
"aws ec2 modify-vpc-endpoint-service-configuration --service-id vpce-svc-09222513e6e77dc86 --no-acceptance-required "
],
"ModifyVpcEndpointServicePermissions": [
"aws ec2 modify-vpc-endpoint-service-permissions --service-id vpce-svc-03d5ebb7d9579a2b3 --add-allowed-principals '[\"arn:aws:iam::123456789012:root\"]' ",
"aws ec2 modify-vpc-endpoint-service-permissions --service-id vpce-svc-03d5ebb7d9579a2b3 --add-allowed-principals '[\"arn:aws:iam::123456789012:user/admin\"]' "
],
"ModifyVpcPeeringConnectionOptions": [
"aws ec2 modify-vpc-peering-connection-options --vpc-peering-connection-id pcx-aaaabbbb --requester-peering-connection-options AllowEgressFromLocalClassicLinkToRemoteVpc=true ",
"aws ec2 modify-vpc-peering-connection-options --vpc-peering-connection-id pcx-aaaabbbb --accepter-peering-connection-options AllowEgressFromLocalVpcToRemoteClassicLink=true ",
"aws ec2 modify-vpc-peering-connection-options --vpc-peering-connection-id pcx-aaaabbbb --requester-peering-connection-options AllowDnsResolutionFromRemoteVpc=true "
],
"ModifyVpcTenancy": [
"aws ec2 modify-vpc-tenancy --vpc-id vpc-1a2b3c4d --instance-tenancy default "
],
"ModifyVpnConnection": [
"aws ec2 modify-vpn-connection --vpn-connection-id vpn-12345678901234567 --vpn-gateway-id vgw-11223344556677889 "
],
"ModifyVpnConnectionOptions": [
"aws ec2 modify-vpn-connection-options --vpn-connection-id vpn-1122334455aabbccd --local-ipv4-network-cidr 10.0.0.0/16 "
],
"ModifyVpnTunnelCertificate": [
"aws ec2 modify-vpn-tunnel-certificate --vpn-tunnel-outside-ip-address 203.0.113.17 --vpn-connection-id vpn-12345678901234567 "
],
"ModifyVpnTunnelOptions": [
"aws ec2 modify-vpn-tunnel-options --vpn-connection-id vpn-12345678901234567 --vpn-tunnel-outside-ip-address 203.0.113.17 --tunnel-options Phase1DHGroupNumbers=[{Value=14},{Value=15},{Value=16},{Value=17},{Value=18}],Phase2DHGroupNumbers=[{Value=14},{Value=15},{Value=16},{Value=17},{Value=18}] "
],
"MonitorInstances": [
"aws ec2 monitor-instances --instance-ids i-1234567890abcdef0 "
],
"MoveAddressToVpc": [
"aws ec2 move-address-to-vpc --public-ip 54.123.4.56 "
],
"ProvisionByoipCidr": [
"aws ec2 provision-byoip-cidr --cidr 203.0.113.25/24 --cidr-authorization-context Message=\"$text_message\",Signature=\"$signed_message\" "
],
"PurchaseHostReservation": [
"aws ec2 purchase-host-reservation --offering-id hro-03f707bf363b6b324 --host-id-set h-013abcd2a00cbd123 "
],
"PurchaseReservedInstancesOffering": [
"aws ec2 purchase-reserved-instances-offering --reserved-instances-offering-id ec06327e-dd07-46ee-9398-75b5fexample --instance-count 3 "
],
"PurchaseScheduledInstances": [
"aws ec2 purchase-scheduled-instances --purchase-requests file://purchase-request.json "
],
"RebootInstances": [
"aws ec2 reboot-instances --instance-ids i-1234567890abcdef5 "
],
"RegisterImage": [
"aws ec2 register-image --name my-image --image-location my-s3-bucket/myimage/image.manifest.xml ",
"aws ec2 register-image --name my-image --root-device-name /dev/xvda --block-device-mappings DeviceName=/dev/xvda,Ebs={SnapshotId=snap-0db2cf683925d191f} DeviceName=/dev/xvdf,Ebs={VolumeSize=100} "
],
"RegisterInstanceEventNotificationAttributes": [
"aws ec2 register-instance-event-notification-attributes --instance-tag-attribute IncludeAllTagsOfInstance=true ",
"aws ec2 register-instance-event-notification-attributes --instance-tag-attribute InstanceTagKeys=\"tag-key1\",\"tag-key2\" "
],
"RegisterTransitGatewayMulticaseGroupSources": [],
"RegisterTransitGatewayMulticastGroupMembers": [
"aws ec2 register-transit-gateway-multicast-group-members --transit-gateway-multicast-domain-id tgw-mcast-domain-0c4905cef79d6e597 --group-ip-address 224.0.1.0 --network-interface-ids eni-0e246d32695012e81 "
],
"RejectTransitGatewayPeeringAttachment": [
"aws ec2 reject-transit-gateway-peering-attachment --transit-gateway-attachment-id tgw-attach-4455667788aabbccd --region us-east-2 "
],
"RejectTransitGatewayVpcAttachments": [],
"RejectVpcEndpointConnections": [
"aws ec2 reject-vpc-endpoint-connections --service-id vpce-svc-03d5ebb7d9579a2b3 --vpc-endpoint-ids vpce-0c1308d7312217abc "
],
"RejectVpcPeeringConnection": [
"aws ec2 reject-vpc-peering-connection --vpc-peering-connection-id pcx-1a2b3c4d "
],
"ReleaseAddress": [
"aws ec2 release-address --public-ip 198.51.100.0 ",
"aws ec2 release-address --allocation-id eipalloc-64d5890a "
],
"ReleaseHosts": [
"aws ec2 release-hosts --host-id=h-0029d6e3cacf1b3da "
],
"ReplaceIamInstanceProfileAssociation": [
"aws ec2 replace-iam-instance-profile-association --iam-instance-profile Name=AdminRole --association-id iip-assoc-060bae234aac2e7fa "
],
"ReplaceNetworkAclAssociation": [
"aws ec2 replace-network-acl-association --association-id aclassoc-e5b95c8c --network-acl-id acl-5fb85d36 "
],
"ReplaceNetworkAclEntry": [
"aws ec2 replace-network-acl-entry --network-acl-id acl-5fb85d36 --ingress --rule-number 100 --protocol udp --port-range From=53,To=53 --cidr-block 203.0.113.12/24 --rule-action allow "
],
"ReplaceRoute": [
"aws ec2 replace-route --route-table-id rtb-22574640 --destination-cidr-block 10.0.0.0/16 --gateway-id vgw-9a4cacf3 "
],
"ReplaceRouteTableAssociation": [
"aws ec2 replace-route-table-association --association-id rtbassoc-781d0d1a --route-table-id rtb-22574640 "
],
"ReplaceTransitGatewayRoute": [
"aws ec2 replace-transit-gateway-route --destination-cidr-block 10.0.2.0/24 --transit-gateway-attachment-id tgw-attach-09b52ccdb5EXAMPLE --transit-gateway-route-table-id tgw-rtb-0a823edbdeEXAMPLE "
],
"ReportInstanceStatus": [
"aws ec2 report-instance-status --instances i-1234567890abcdef0 --status impaired --reason-codes unresponsive "
],
"RequestSpotFleet": [
"aws ec2 request-spot-fleet --spot-fleet-request-config file://config.json ",
"aws ec2 request-spot-fleet --spot-fleet-request-config file://config.json ",
"aws ec2 request-spot-fleet --spot-fleet-request-config file://config.json ",
"aws ec2 request-spot-fleet --spot-fleet-request-config file://config.json "
],
"RequestSpotInstances": [
"aws ec2 request-spot-instances --spot-price \"0.03\" --instance-count 5 --type \"one-time\" --launch-specification file://specification.json ",
"aws ec2 request-spot-instances --spot-price \"0.050\" --instance-count 5 --type \"one-time\" --launch-specification file://specification.json ",
"aws ec2 request-spot-instances --spot-price \"0.050\" --instance-count 1 --type \"one-time\" --launch-specification file://specification.json "
],
"ResetEbsDefaultKmsKeyId": [
"aws ec2 reset-ebs-default-kms-key-id "
],
"ResetFpgaImageAttribute": [
"aws ec2 reset-fpga-image-attribute --fpga-image-id afi-0d123e123bfc85abc --attribute loadPermission "
],
"ResetImageAttribute": [
"aws ec2 reset-image-attribute --image-id ami-5731123e --attribute launchPermission "
],
"ResetInstanceAttribute": [
"aws ec2 reset-instance-attribute --instance-id i-1234567890abcdef0 --attribute sourceDestCheck ",
"aws ec2 reset-instance-attribute --instance-id i-1234567890abcdef0 --attribute kernel ",
"aws ec2 reset-instance-attribute --instance-id i-1234567890abcdef0 --attribute ramdisk "
],
"ResetNetworkInterfaceAttribute": [
"aws ec2 reset-network-interface-attribute --network-interface-id eni-686ea200 --source-dest-check true "
],
"ResetSnapshotAttribute": [
"aws ec2 reset-snapshot-attribute --snapshot-id snap-1234567890abcdef0 --attribute createVolumePermission "
],
"RestoreAddressToClassic": [
"aws ec2 restore-address-to-classic --public-ip 198.51.100.0 "
],
"RestoreManagedPrefixListVersion": [
"aws ec2 restore-managed-prefix-list-version --prefix-list-id pl-0123456abcabcabc1 --current-version 2 --previous-version 1 "
],
"RevokeClientVpnIngress": [
"aws ec2 revoke-client-vpn-ingress --client-vpn-endpoint-id cvpn-endpoint-123456789123abcde --target-network-cidr 0.0.0.0/0 --revoke-all-groups "
],
"RevokeSecurityGroupEgress": [
"aws ec2 revoke-security-group-egress --group-id sg-026c12253ce15eff7 --ip-permissions IpProtocol=tcp,FromPort=80,ToPort=80,IpRanges=[{CidrIp=10.0.0.0/16}] ",
"aws ec2 revoke-security-group-egress --group-id sg-026c12253ce15eff7 --ip-permissions IpProtocol=tcp,FromPort=80,ToPort=80,UserIdGroupPairs=[{GroupId=sg-06df23a01ff2df86d}] "
],
"RevokeSecurityGroupIngress": [
"aws ec2 revoke-security-group-ingress --group-name mySecurityGroup --protocol tcp --port 22 --cidr 203.0.113.0/24 ",
"aws ec2 revoke-security-group-ingress --group-id sg-026c12253ce15eff7 --ip-permissions IpProtocol=icmp,FromPort=3,ToPort=4,IpRanges=[{CidrIp=0.0.0.0/0}] "
],
"RunInstances": [
"aws ec2 run-instances --image-id ami-0abcdef1234567890 --instance-type t2.micro --key-name MyKeyPair ",
"aws ec2 run-instances --image-id ami-0abcdef1234567890 --instance-type t2.micro --subnet-id subnet-08fc749671b2d077c --security-group-ids sg-0b0384b66d7d692f9 --associate-public-ip-address --key-name MyKeyPair ",
"aws ec2 run-instances --image-id ami-0abcdef1234567890 --instance-type t2.micro --subnet-id subnet-08fc749671b2d077c --security-group-ids sg-0b0384b66d7d692f9 --key-name MyKeyPair --block-device-mappings file://mapping.json ",
"aws ec2 run-instances --image-id ami-0abcdef1234567890 --instance-type t2.micro --count 1 --subnet-id subnet-08fc749671b2d077c --key-name MyKeyPair --security-group-ids sg-0b0384b66d7d692f9 --tag-specifications 'ResourceType=instance,Tags=[{Key=webserver,Value=production}]' 'ResourceType=volume,Tags=[{Key=cost-center,Value=cc123}]' ",
"aws ec2 run-instances --image-id ami-0abcdef1234567890 --instance-type t2.micro --count 1 --subnet-id subnet-08fc749671b2d077c --key-name MyKeyPair --security-group-ids sg-0b0384b66d7d692f9 --user-data file://my_script.txt ",
"aws ec2 run-instances --image-id ami-0abcdef1234567890 --instance-type t2.micro --count 1 --subnet-id subnet-08fc749671b2d077c --key-name MyKeyPair --security-group-ids sg-0b0384b66d7d692f9 --credit-specification CpuCredits=unlimited "
],
"RunScheduledInstances": [
"aws ec2 run-scheduled-instances --scheduled-instance-id sci-1234-1234-1234-1234-123456789012 --instance-count 1 --launch-specification file://launch-specification.json ",
"aws ec2 run-scheduled-instances --scheduled-instance-id sci-1234-1234-1234-1234-123456789012 --instance-count 1 --launch-specification file://launch-specification.json "
],
"SearchLocalGatewayRoutes": [
"aws ec2 search-local-gateway-routes --local-gateway-route-table-id lgw-rtb-059615ef7dEXAMPLE --filters \"Name=type,Values=static\" "
],
"SearchTransitGatewayMulticastGroups": [
"aws ec2 search-transit-gateway-multicast-groups --transit-gateway-multicast-domain-id tgw-mcast-domain-000fb24d04EXAMPLE "
],
"SearchTransitGatewayRoutes": [
"aws ec2 search-transit-gateway-routes --transit-gateway-route-table-id tgw-rtb-0a823edbdeEXAMPLE --filters \"Name=type,Values=static\" "
],
"SendDiagnosticInterrupt": [
"aws ec2 send-diagnostic-interrupt --instance-id i-1234567890abcdef0 "
],
"StartInstances": [
"aws ec2 start-instances --instance-ids i-1234567890abcdef0 "
],
"StartNetworkInsightsAnalysis": [
"aws ec2 start-network-insights-analysis --network-insights-path-id nip-0b26f224f1d131fa8 "
],
"StopInstances": [
"aws ec2 stop-instances --instance-ids i-1234567890abcdef0 "
],
"TerminateClientVpnConnections": [
"aws ec2 terminate-client-vpn-connections --client-vpn-endpoint-id vpn-endpoint-123456789123abcde --connection-id cvpn-connection-04edd76f5201e0cb8 "
],
"TerminateInstances": [
"aws ec2 terminate-instances --instance-ids i-1234567890abcdef0 "
],
"UnassignIpv6Addresses": [
"aws ec2 unassign-ipv6-addresses --ipv6-addresses 2001:db8:1234:1a00:3304:8879:34cf:4071 --network-interface-id eni-23c49b68 "
],
"UnassignPrivateIpAddresses": [
"aws ec2 unassign-private-ip-addresses --network-interface-id eni-e5aa89a3 --private-ip-addresses 10.0.0.82 "
],
"UnmonitorInstances": [
"aws ec2 unmonitor-instances --instance-ids i-1234567890abcdef0 "
],
"UpdateSecurityGroupRuleDescriptionsEgress": [
"aws ec2 update-security-group-rule-descriptions-egress --group-id sg-02f0d35a850ba727f --ip-permissions IpProtocol=tcp,FromPort=80,ToPort=80,IpRanges=[{CidrIp=203.0.113.0/24},{Description=\"Outbound HTTP access to server 2\"}] "
],
"UpdateSecurityGroupRuleDescriptionsIngress": [
"aws ec2 update-security-group-rule-descriptions-ingress --group-id sg-02f0d35a850ba727f --ip-permissions IpProtocol=tcp,FromPort=22,ToPort=22,IpRanges=[{CidrIp=203.0.113.0/16},{Description=\"SSH access from corpnet\"}] ",
"aws ec2 update-security-group-rule-descriptions-ingress --group-id sg-02f0d35a850ba727f --ip-permissions IpProtocol=tcp,FromPort=22,ToPort=22,PrefixListIds=[{PrefixListId=pl-12345678},{Description=\"SSH access from corpnet\"}] "
],
"Wait": {
"BundleTaskComplete": [
"aws ec2 wait bundle-task-completed --bundle-ids bun-2a4e041c "
],
"ConversionTaskCancelled": [
"aws ec2 wait conversion-task-cancelled --conversion-task-ids import-i-fh95npoc "
],
"ConversionTaskCompleted": [
"aws ec2 wait conversion-task-completed --conversion-task-ids import-i-fh95npoc "
],
"ConversionTaskDeleted": [
"aws ec2 wait conversion-task-deleted --conversion-task-ids import-i-fh95npoc "
],
"CustomerGatewayAvailable": [
"aws ec2 wait customer-gateway-available --customer-gateway-ids cgw-1234567890abcdef0 "
],
"ExportTaskCancelled": [
"aws ec2 wait export-task-cancelled --export-task-ids export-i-fgelt0i7 "
],
"ExportTaskCompleted": [
"aws ec2 wait export-task-completed --export-task-ids export-i-fgelt0i7 "
],
"ImageAvailable": [
"aws ec2 wait image-available --image-ids ami-0abcdef1234567890 "
],
"ImageExists": [
"aws ec2 wait image-exists --image-ids ami-0abcdef1234567890 "
],
"InstanceExists": [
"aws ec2 wait instance-exists --instance-ids i-1234567890abcdef0 "
],
"InstanceRunning": [
"aws ec2 wait instance-running --instance-ids i-1234567890abcdef0 "
],
"InstanceStatusOk": [
"aws ec2 wait instance-status-ok --instance-ids i-1234567890abcdef0 "
],
"InstanceStopped": [
"aws ec2 wait instance-stopped --instance-ids i-1234567890abcdef0 "
],
"InstanceTerminated": [
"aws ec2 wait instance-terminated --instance-ids i-1234567890abcdef0 "
],
"KeyPairExists": [
"aws ec2 wait key-pair-exists --key-names my-key-pair "
],
"NatGatewayAvailable": [
"aws ec2 wait nat-gateway-available --nat-gateway-ids nat-1234567890abcdef0 "
],
"NetworkInterfaceAvailable": [
"aws ec2 wait network-interface-available --network-interface-ids eni-1234567890abcdef0 "
],
"PasswordDataAvailable": [
"aws ec2 wait password-data-available --instance-id i-1234567890abcdef0 "
],
"SecurityGroupExists": [
"aws ec2 wait security-group-exists --group-ids sg-07e789d0fb10492ee "
],
"SnapshotCompleted": [
"aws ec2 wait snapshot-completed --snapshot-ids snap-1234567890abcdef0 "
],
"SpotInstanceRequestFulfilled": [
"aws ec2 wait spot-instance-request-fulfilled --filters Name=launched-availability-zone,Values=us-east-1 "
],
"SubnetAvailable": [
"aws ec2 wait subnet-available --subnet-ids subnet-1234567890abcdef0 "
],
"SystemStatusOk": [
"aws ec2 wait system-status-ok --instance-ids i-1234567890abcdef0 "
],
"VolumeAvailable": [
"aws ec2 wait volume-available --volume-ids vol-1234567890abcdef0 "
],
"VolumeDeleted": [
"aws ec2 wait volume-deleted --volume-ids vol-1234567890abcdef0 "
],
"VolumeInUse": [
"aws ec2 wait volume-in-use --volume-ids vol-1234567890abcdef0 "
],
"VpcAvailable": [
"aws ec2 wait vpc-available --vpc-ids vpc-1234567890abcdef0 "
],
"VpcExists": [
"aws ec2 wait vpc-exists --vpc-ids vpc-1234567890abcdef0 "
],
"VpcPeeringConnectionDeleted": [
"aws ec2 wait vpc-peering-connection-deleted --vpc-peering-connection-ids pcx-1234567890abcdef0 "
],
"VpcPeeringConnectionExists": [
"aws ec2 wait vpc-peering-connection-exists --vpc-peering-connection-ids pcx-1234567890abcdef0 "
],
"VpnConnectionAvailable": [
"aws ec2 wait vpn-connection-available --vpn-connection-ids vpn-1234567890abcdef0 "
],
"VpnConnectionDeleted": [
"aws ec2 wait vpn-connection-deleted --vpn-connection-ids vpn-1234567890abcdef0 "
]
},
"WithdrawByoipCidr": [
"aws ec2 withdraw-byoip-cidr --cidr 203.0.113.25/24 "
]
},
"ec2-instance-connect": {
"SendSshPublicKey": [
"aws ec2-instance-connect send-ssh-public-key --instance-id i-1234567890abcdef0 --instance-os-user ec2-user --availability-zone us-east-2b --ssh-public-key file://path/my-rsa-key.pub "
]
},
"ecr": {
"BatchCheckLayerAvailability": [
"aws ecr batch-check-layer-availability --repository-name cluster-autoscaler --layer-digests sha256:6171c7451a50945f8ddd72f7732cc04d7a0d1f48138a426b2e64387fdeb834ed "
],
"BatchDeleteImage": [
"aws ecr batch-delete-image --repository-name ubuntu --image-ids imageTag=precise ",
"aws ecr batch-delete-image --repository-name MyRepository --image-ids imageTag=prod imageTag=team1 "
],
"BatchGetImage": [
"aws ecr batch-get-image --repository-name cluster-autoscaler --image-ids imageTag=v1.13.6 ",
"aws ecr batch-get-image --repository-name MyRepository --image-ids imageTag=prod imageTag=team1 "
],
"CompleteLayerUpload": [
"aws ecr complete-layer-upload --repository-name layer-test --upload-id 6cb64b8a-9378-0e33-2ab1-b780fab8a9e9 --layer-digests 6cb64b8a-9378-0e33-2ab1-b780fab8a9e9:48074e6d3a68b39aad8ccc002cdad912d4148c0f92b3729323e "
],
"CreateRepository": [
"aws ecr create-repository --repository-name project-a/nginx-web-app ",
"aws ecr create-repository --repository-name sample-repo --image-tag-mutability IMMUTABLE ",
"aws ecr create-repository --repository-name sample-repo --image-scanning-configuration scanOnPush=true "
],
"DeleteLifecyclePolicy": [
"aws ecr delete-lifecycle-policy --repository-name hello-world "
],
"DeleteRepository": [
"aws ecr delete-repository --repository-name ubuntu --force "
],
"DeleteRepositoryPolicy": [
"aws ecr delete-repository-policy --repository-name cluster-autoscaler "
],
"DescribeImageScanFindings": [
"aws ecr describe-image-scan-findings --repository-name sample-repo --image-id imageDigest=sha256:74b2c688c700ec95a93e478cdb959737c148df3fbf5ea706abe0318726e885e6 "
],
"DescribeImages": [
"aws ecr describe-images --repository-name cluster-autoscaler --image-ids imageTag=v1.13.6 "
],
"DescribeRepositories": [
"aws ecr describe-repositories "
],
"GetAuthorizationToken": [
"aws ecr get-authorization-token "
],
"GetDownloadUrlForLayer": [
"aws ecr get-download-url-for-layer --repository-name cluster-autoscaler --layer-digest sha256:6171c7451a50945f8ddd72f7732cc04d7a0d1f48138a426b2e64387fdeb834ed "
],
"GetLifecyclePolicy": [
"aws ecr get-lifecycle-policy --repository-name \"project-a/amazon-ecs-sample\" "
],
"GetLifecyclePolicyPreview": [
"aws ecr get-lifecycle-policy-preview --repository-name \"project-a/amazon-ecs-sample\" "
],
"GetLogin": [
"aws ecr get-login ",
"aws ecr get-login --registry-ids 012345678910 023456789012 "
],
"GetLoginPassword": [
"aws ecr get-login-password ",
"aws ecr get-login-password --region <region> | docker login --username AWS --password-stdin <aws_account_id>.dkr.ecr.<region>.amazonaws.com "
],
"GetLoginPassword_description": [],
"GetLogin_description": [],
"GetRepositoryPolicy": [
"aws ecr get-repository-policy --repository-name cluster-autoscaler "
],
"InitiateLayerUpload": [
"aws ecr initiate-layer-upload --repository-name layer-test "
],
"ListImages": [
"aws ecr list-images --repository-name cluster-autoscaler "
],
"ListTagsForResource": [
"aws ecr list-tags-for-resource --resource-arn arn:aws:ecr:us-west-2:012345678910:repository/hello-world "
],
"PutImage": [
"aws ecr put-image --repository-name hello-world --image-tag 2019.08 --image-manifest file://hello-world.manifest.json "
],
"PutImageScanningConfiguration": [
"aws ecr put-image-scanning-configuration --repository-name sample-repo --image-scanning-configuration scanOnPush=true "
],
"PutImageTagMutability": [
"aws ecr put-image-tag-mutability --repository-name hello-repository --image-tag-mutability IMMUTABLE "
],
"PutLifecyclePolicy": [
"aws ecr put-lifecycle-policy --repository-name \"project-a/amazon-ecs-sample\" --lifecycle-policy-text \"file://policy.json\" "
],
"SetRepositoryPolicy": [
"aws ecr set-repository-policy --repository-name cluster-autoscaler --policy-text file://my-policy.json "
],
"StartImageScan": [
"aws ecr start-image-scan --repository-name sample-repo --image-id imageDigest=sha256:74b2c688c700ec95a93e478cdb959737c148df3fbf5ea706abe0318726e885e6 "
],
"StartLifecyclePolicyPreview": [
"aws ecr start-lifecycle-policy-preview --repository-name \"project-a/amazon-ecs-sample\" --lifecycle-policy-text \"file://policy.json\" "
],
"TagResource": [
"aws ecr tag-resource --resource-arn arn:aws:ecr:us-west-2:012345678910:repository/hello-world --tags Key=Stage,Value=Integ "
],
"UntagResource": [
"aws ecr untag-resource --resource-arn arn:aws:ecr:us-west-2:012345678910:repository/hello-world --tag-keys Stage "
],
"UploadLayerPart": [
"aws ecr upload-layer-part --repository-name layer-test --upload-id 6cb64b8a-9378-0e33-2ab1-b780fab8a9e9 --part-first-byte 0 --part-last-byte 8323314 --layer-part-blob file:///var/lib/docker/image/overlay2/layerdb/sha256/ff986b10a018b48074e6d3a68b39aad8ccc002cdad912d4148c0f92b3729323e/layer.b64 "
]
},
"ecr-public": {
"GetLoginPassword_description": []
},
"ecs": {
"CreateCapacityProvider": [
"aws ecs create-capacity-provider --name \"MyCapacityProvider\" --auto-scaling-group-provider \"autoScalingGroupArn=arn:aws:autoscaling:us-west-2:123456789012:autoScalingGroup:a1b2c3d4-5678-90ab-cdef-EXAMPLE11111:autoScalingGroupName/MyAutoScalingGroup,managedScaling={status=ENABLED,targetCapacity=100,minimumScalingStepSize=1,maximumScalingStepSize=100},managedTerminationProtection=ENABLED\" "
],
"CreateCluster": [
"aws ecs create-cluster --cluster-name MyCluster ",
"aws ecs create-cluster --cluster-name MyCluster --capacity-providers MyCapacityProvider1 MyCapacityProvider2 --default-capacity-provider-strategy capacityProvider=MyCapacityProvider1,weight=1 capacityProvider=MyCapacityProvider2,weight=1 ",
"aws ecs create-cluster --cluster-name MyCluster --tags key=key1,value=value1 key=key2,value=value2 key=key3,value=value3 "
],
"CreateService": [
"aws ecs create-service --cluster MyCluster --service-name MyService --task-definition sample-fargate:1 --desired-count 2 --launch-type FARGATE --platform-version LATEST --network-configuration \"awsvpcConfiguration={subnets=[subnet-12344321],securityGroups=[sg-12344321],assignPublicIp=ENABLED}\" --tags key=key1,value=value1 key=key2,value=value2 key=key3,value=value3 ",
"aws ecs create-service --cluster MyCluster --service-name ecs-simple-service --task-definition sleep360:2 --desired-count 1 ",
"aws ecs create-service --cluster MyCluster --service-name MyService --deployment-controller type=EXTERNAL --desired-count 1 ",
"aws ecs create-service --cluster MyCluster --service-name ecs-simple-service-elb --cli-input-json file://ecs-simple-service-elb.json "
],
"CreateTaskSet": [
"aws ecs create-task-set --cluster MyCluster --service MyService --task-definition MyTaskDefinition:2 --network-configuration \"awsvpcConfiguration={subnets=[subnet-12344321],securityGroups=[sg-12344321]}\" "
],
"DeleteAccountSetting": [
"aws ecs delete-account-setting --name serviceLongArnFormat --principal-arn arn:aws:iam::123456789012:user/MyUser "
],
"DeleteAttributes": [
"aws ecs delete-attributes --attributes name=stack,targetId=arn:aws:ecs:us-west-2:130757420319:container-instance/1c3be8ed-df30-47b4-8f1e-6e68ebd01f34 "
],
"DeleteCapacityProvider": [
"aws ecs delete-capacity-provider --capacity-provider arn:aws:ecs:us-west-2:123456789012:capacity-provider/ExampleCapacityProvider ",
"aws ecs delete-capacity-provider --capacity-provider ExampleCapacityProvider "
],
"DeleteCluster": [
"aws ecs delete-cluster --cluster MyCluster "
],
"DeleteService": [
"aws ecs delete-service --cluster MyCluster --service MyService1 --force "
],
"DeleteTaskSet": [
"aws ecs delete-task-set --cluster MyCluster --service MyService --task-set arn:aws:ecs:us-west-2:123456789012:task-set/MyCluster/MyService/ecs-svc/1234567890123456789 --force "
],
"DeregisterContainerInstance": [
"aws ecs deregister-container-instance --cluster arn:aws:ecs:us-west-2:123456789012:cluster/MyCluster --container-instance arn:aws:ecs:us-west-2:123456789012:container-instance/a1b2c3d4-5678-90ab-cdef-11111EXAMPLE --force "
],
"DeregisterTaskDefinition": [
"aws ecs deregister-task-definition --task-definition curler:1 "
],
"DescribeCapacityProviders": [
"aws ecs describe-capacity-providers ",
"aws ecs describe-capacity-providers --capacity-providers MyCapacityProvider --include TAGS "
],
"DescribeClusters": [
"aws ecs describe-clusters --cluster default "
],
"DescribeContainerInstances": [
"aws ecs describe-container-instances --cluster update --container-instances a1b2c3d4-5678-90ab-cdef-11111EXAMPLE "
],
"DescribeServices": [
"aws ecs describe-services --services my-http-service "
],
"DescribeTaskDefinition": [
"aws ecs describe-task-definition --task-definition hello_world:8 "
],
"DescribeTaskSets": [
"aws ecs describe-task-sets --cluster MyCluster --service MyService --task-sets arn:aws:ecs:us-west-2:123456789012:task-set/MyCluster/MyService/ecs-svc/1234567890123456789 "
],
"DescribeTasks": [
"aws ecs describe-tasks --cluster MyCluster --tasks arn:aws:ecs:us-west-2:123456789012:task/MyCluster/1234567890123456789 "
],
"ListAccountSettings": [
"aws ecs list-account-settings --effective-settings ",
"aws ecs list-account-settings --principal-arn arn:aws:iam::123456789012:user/MyUser "
],
"ListAttributes": [
"aws ecs list-attributes --target-type container-instance --attribute-name stack --attribute-value production --cluster default "
],
"ListClusters": [
"aws ecs list-clusters "
],
"ListContainerInstances": [
"aws ecs list-container-instances --cluster MyCluster "
],
"ListServices": [
"aws ecs list-services --cluster MyCluster "
],
"ListTagsForResource": [
"aws ecs list-tags-for-resource --resource-arn arn:aws:ecs:us-west-2:123456789012:cluster/MyCluster "
],
"ListTaskDefinitionFamilies": [
"aws ecs list-task-definition-families ",
"aws ecs list-task-definition-families --family-prefix hpcc "
],
"ListTaskDefinitions": [
"aws ecs list-task-definitions ",
"aws ecs list-task-definitions --family-prefix wordpress "
],
"ListTasks": [
"aws ecs list-tasks --cluster default ",
"aws ecs list-tasks --cluster default --container-instance a1b2c3d4-5678-90ab-cdef-33333EXAMPLE "
],
"PutAccountSetting": [
"aws ecs put-account-setting --name serviceLongArnFormat --value enabled "
],
"PutAccountSettingDefault": [
"aws ecs put-account-setting-default --name serviceLongArnFormat --value enabled "
],
"PutAccountSettings": [],
"PutAttributes": [
"aws ecs put-attributes --attributes name=stack,value=production,targetId=arn:aws:ecs:us-west-2:130757420319:container-instance/1c3be8ed-df30-47b4-8f1e-6e68ebd01f34 "
],
"PutClusterCapacityProviders": [
"aws ecs put-cluster-capacity-providers --cluster MyCluster --capacity-providers MyCapacityProvider1 MyCapacityProvider2 --default-capacity-provider-strategy capacityProvider=MyCapacityProvider1,weight=1 capacityProvider=MyCapacityProvider2,weight=1 ",
"aws ecs put-cluster-capacity-providers --cluster MyCluster --capacity-providers MyCapacityProvider1 --default-capacity-provider-strategy capacityProvider=MyCapacityProvider1,weight=1,base=0 ",
"aws ecs put-cluster-capacity-providers --cluster MyCluster --capacity-providers [] --default-capacity-provider-strategy [] "
],
"RegisterTaskDefinition": [
"aws ecs register-task-definition --cli-input-json file://<path_to_json_file>/sleep360.json ",
"aws ecs register-task-definition --family sleep360 --container-definitions \"[{\\\"name\\\":\\\"sleep\\\",\\\"image\\\":\\\"busybox\\\",\\\"cpu\\\":10,\\\"command\\\":[\\\"sleep\\\",\\\"360\\\"],\\\"memory\\\":10,\\\"essential\\\":true}]\" "
],
"RunTask": [
"aws ecs run-task --cluster default --task-definition sleep360:1 "
],
"StartTask": [
"aws ecs start-task --task-definition sleep360 --container-instances 765936fadbdd46b5991a4bd70c2a43d4 "
],
"StopTask": [
"aws ecs stop-task --task 666fdccc2e2d4b6894dd422f4eeee8f8 "
],
"TagResource": [
"aws ecs tag-resource --resource-arn arn:aws:ecs:us-west-2:123456789012:cluster/MyCluster --tags key=key1,value=value1 ",
"aws ecs tag-resource --resource-arn arn:aws:ecs:us-west-2:123456789012:cluster/MyCluster --tags key=key1,value=value1 key=key2,value=value2 key=key3,value=value3 "
],
"UntagResource": [
"aws ecs untag-resource --resource-arn arn:aws:ecs:us-west-2:123456789012:cluster/MyCluster --tag-keys key1,key2 "
],
"UpdateClusterSettings": [
"aws ecs update-cluster-settings --cluster default --settings name=containerInsights,value=enabled "
],
"UpdateContainerAgent": [
"aws ecs update-container-agent --cluster default --container-instance a1b2c3d4-5678-90ab-cdef-11111EXAMPLE "
],
"UpdateContainerInstancesState": [
"aws ecs update-container-instances-state --container-instances 765936fadbdd46b5991a4bd70c2a43d4 --status DRAINING "
],
"UpdateService": [
"aws ecs update-service --service my-http-service --task-definition amazon-ecs-sample ",
"aws ecs update-service --service my-http-service --desired-count 3 "
],
"UpdateServicePrimaryTaskSet": [
"aws ecs update-service-primary-task-set --cluster MyCluster --service MyService --primary-task-set arn:aws:ecs:us-west-2:123456789012:task-set/MyCluster/MyService/ecs-svc/1234567890123456789 "
],
"UpdateTaskSet": [
"aws ecs update-task-set --cluster MyCluster --service MyService --task-set arn:aws:ecs:us-west-2:123456789012:task-set/MyCluster/MyService/ecs-svc/1234567890123456789 --scale value=50,unit=PERCENT "
],
"Wait": {
"ServicesStable": [
"aws ecs wait services-stable --cluster MyCluster --services MyService ",
"aws ecs wait services-stable --cluster MyCluster --tasks arn:aws:ecs:us-west-2:123456789012:task/a1b2c3d4-5678-90ab-cdef-44444EXAMPLE "
]
}
},
"efs": {
"CreateFileSystem": [
"aws efs create-file-system --performance-mode generalPurpose --throughput-mode bursting --encrypted --tags Key=Name,Value=my-file-system "
],
"CreateMountTarget": [
"aws efs create-mount-target --file-system-id fs-c7a0456e --subnet-id subnet-02bf4c428bexample --security-groups sg-068f739363example "
],
"DeleteFileSystem": [
"aws efs delete-file-system --file-system-id fs-c7a0456e "
],
"DeleteMountTarget": [
"aws efs delete-mount-target --mount-target-id fsmt-f9a14450 "
],
"DescribeFileSystems": [
"aws efs describe-file-systems --file-system-id fs-c7a0456e "
],
"DescribeMountTargets": [
"aws efs describe-mount-targets --mount-target-id fsmt-f9a14450 "
],
"DescribeTags": [
"aws efs describe-tags --file-system-id fs-c7a0456e "
],
"ListTagsForResource": [
"aws efs list-tags-for-resource --resource-id fs-c7a0456e "
],
"TagResource": [
"aws efs tag-resource --resource-id fs-c7a0456e --tags Key=Department,Value=\"Business Intelligence\" "
],
"UntagResource": [
"aws efs untag-resource --resource-id fs-c7a0456e --tag-keys Department "
]
},
"eks": {
"CreateCluster": [
"aws eks create-cluster --name prod --role-arn arn:aws:iam::012345678910:role/eks-service-role-AWSServiceRoleForAmazonEKS-J7ONKE3BQ4PI --resources-vpc-config subnetIds=subnet-6782e71e,subnet-e7e761ac,securityGroupIds=sg-6979fe18 ",
"aws eks create-cluster --name example --kubernetes-version 1.12 --role-arn arn:aws:iam::012345678910:role/example-cluster-ServiceRole-1XWBQWYSFRE2Q --resources-vpc-config subnetIds=subnet-0a188dccd2f9a632f,subnet-09290d93da4278664,subnet-0f21dd86e0e91134a,subnet-0173dead68481a583,subnet-051f70a57ed6fcab6,subnet-01322339c5c7de9b4,securityGroupIds=sg-0c5b580845a031c10,endpointPublicAccess=false,endpointPrivateAccess=true --logging '{\"clusterLogging\":[{\"types\":[\"api\",\"audit\",\"authenticator\",\"controllerManager\",\"scheduler\"],\"enabled\":true}]}' "
],
"DeleteCluster": [
"aws eks delete-cluster --name devel "
],
"DescribeCluster": [
"aws eks describe-cluster --name devel "
],
"DescribeUpdate": [
"aws eks describe-update --name example --update-id 10bddb13-a71b-425a-b0a6-71cd03e59161 "
],
"GetToken": [
"aws eks get-token --cluster-name example "
],
"ListClusters": [
"aws eks list-clusters "
],
"ListUpdates": [
"aws eks list-updates --name example "
],
"UpdateClusterConfig": [
"aws eks update-cluster-config --name example --resources-vpc-config endpointPublicAccess=false,endpointPrivateAccess=true ",
"aws eks update-cluster-config --name example --logging '{\"clusterLogging\":[{\"types\":[\"api\",\"audit\",\"authenticator\",\"controllerManager\",\"scheduler\"],\"enabled\":true}]}' "
],
"UpdateClusterVersion": [
"aws eks update-cluster-version --name example --kubernetes-version 1.13 "
],
"UpdateKubeconfig": {
"_description": []
},
"Wait": [
"aws eks wait cluster-active --name example ",
"aws eks wait cluster-deleted --name example "
]
},
"elasticache": {
"AddTagsToResource": [
"aws elasticache add-tags-to-resource --resource-name \"arn:aws:elasticache:us-east-1:1234567890:cluster:my-mem-cluster\" --tags Key=\"20150202\",Value=15 Key=\"Service\",Value=\"ElastiCache\" "
],
"AuthorizeCacheSecurityGroupIngress": [
"aws elasticache authorize-cache-security-group-ingress --cache-security-group-name \"my-sec-grp\" --ec2-security-group-name \"my-ec2-sec-grp\" --ec2-security-group-owner-id \"1234567890\" "
],
"BatchApplyUpdateAction": [
"aws elasticache batch-apply-update-action --service-update-name elc-xxxxx406-xxx --replication-group-ids test-cluster "
],
"BatchStopUpdateAction": [
"aws elasticache batch-stop-update-action --service-update-name elc-xxxxx406-xxx --replication-group-ids test-cluster "
],
"CopySnapshot": [
"aws elasticache copy-snapshot --source-snapshot-name \"my-snapshot\" --target-snapshot-name \"my-snapshot-copy\" "
],
"CreateCacheCluster": [
"aws elasticache create-cache-cluster --cache-cluster-id \"cluster-test\" --engine redis --cache-node-type cache.m5.large --num-cache-nodes 1 "
],
"CreateCacheParameterGroup": [
"aws elasticache create-cache-parameter-group --cache-parameter-group-family \"redis5.0\" --cache-parameter-group-name \"mygroup\" --description \"mygroup\" "
],
"CreateCacheSubnetGroup": [
"aws elasticache create-cache-subnet-group --cache-subnet-group-name \"mygroup\" --cache-subnet-group-description \"my subnet group\" --subnet-ids \"subnet-xxxxec4f\" "
],
"CreateGlobalReplicationGroup": [
"aws elasticache create-global-replication-group --global-replication-group-id-suffix my-global-replication-group --primary-replication-group-id my-primary-cluster "
],
"CreateReplicationGroup": [
"aws elasticache create-replication-group --replication-group-id \"mygroup\" --replication-group-description \"my group\" --engine \"redis\" --cache-node-type \"cache.m5.large\" "
],
"CreateSnapshot": [
"aws elasticache create-snapshot --snapshot-name mysnashot --cache-cluster-id cluster-test "
],
"CreateUser": [
"aws elasticache create-user --user-id user1 --user-name myUser --passwords mYnuUzrpAxXw2rdzx --engine redis --access-string \"on ~app::* -@all +@read\" "
],
"CreateUserGroup": [
"aws elasticache create-user-group --user-group-id myusergroup --engine redis --user-ids default "
],
"DecreaseNodeGroupsInGlobalReplicationGroup": [
"aws elasticache decrease-node-groups-in-global-replication-group --global-replication-group-id sgaui-test --node-group-count 1 --apply-immediately --global-node-groups-to-retain sgaui-test-0003 "
],
"DecreaseReplicaCount": [
"aws elasticache decrease-replica-count --replication-group-id my-cluster --apply-immediately --new-replica-count 2 "
],
"DeleteCacheCluster": [
"aws elasticache delete-cache-cluster --cache-cluster-id \"my-cluster-002\" "
],
"DeleteCacheParameterGroup": [
"aws elasticache delete-cache-parameter-group --cache-parameter-group-name myparamgroup "
],
"DeleteCacheSubnetGroup": [
"aws elasticache delete-cache-subnet-group --cache-subnet-group-name \"mygroup\" "
],
"DeleteGlobalReplicationGroup": [
"aws elasticache delete-global-replication-group --global-replication-group-id my-global-replication-group --retain-primary-replication-group "
],
"DeleteReplicationGroup": [
"aws elasticache delete-replication-group --replication-group-id \"mygroup\" "
],
"DeleteSnapshot": [
"aws elasticache delete-snapshot --snapshot-name mysnapshot "
],
"DeleteUser": [
"aws elasticache delete-user --user-id user2 "
],
"DeleteUserGroup": [
"aws elasticache delete-user-group --user-group-id myusergroup "
],
"DescribeCacheClusters": [
"aws elasticache describe-cache-clusters "
],
"DescribeCacheEngineVersions": [
"aws elasticache describe-cache-engine-versions --engine \"Redis\" "
],
"DescribeCacheParameterGroups": [
"aws elasticache describe-cache-parameter-groups --cache-parameter-group-name \"mygroup\" "
],
"DescribeCacheParameters": [
"aws elasticache describe-cache-parameters --cache-parameter-group-name \"myparamgroup\" "
],
"DescribeCacheSubnetGroups": [
"aws elasticache describe-cache-subnet-groups "
],
"DescribeEngineDefaultParameters": [
"aws elasticache describe-engine-default-parameters --cache-parameter-group-family \"redis5.0\" "
],
"DescribeEvents": [
"aws elasticache describe-events --source-identifier test-cluster --source-type replication-group "
],
"DescribeGlobalReplicationGroups": [
"aws elasticache describe-global-replication-groups --global-replication-group-id my-grg "
],
"DescribeReplicationGroups": [
"aws elasticache describe-replication-groups "
],
"DescribeReservedCacheNodes": [
"aws elasticache describe-reserved-cache-nodes "
],
"DescribeReservedCacheNodesOfferings": [
"aws elasticache describe-reserved-cache-nodes-offerings "
],
"DescribeServiceUpdates": [
"aws elasticache describe-service-updates "
],
"DescribeSnapshots": [
"aws elasticache describe-snapshots "
],
"DescribeUpdateActions": [
"aws elasticache describe-update-actions "
],
"DescribeUserGroups": [
"aws elasticache describe-user-groups "
],
"DescribeUsers": [
"aws elasticache describe-users "
],
"DisassociateGlobalReplicationGroup": [
"aws elasticache disassociate-global-replication-group --global-replication-group-id my-grg --replication-group-id my-cluster-grg-secondary --replication-group-region us-east-1 "
],
"IncreaseNodeGroupsInGlobalReplicationGroup": [
"aws elasticache increase-node-groups-in-global-replication-group --global-replication-group-id sgaui-pat-test-4 --node-group-count 6 --apply-immediately "
],
"IncreaseReplicaCount": [
"aws elasticache increase-replica-count --replication-group-id \"my-cluster\" --apply-immediately --new-replica-count 3 "
],
"ListAllowedNodeTypeModifications": [
"aws elasticache list-allowed-node-type-modifications --replication-group-id \"my-replication-group\" "
],
"ListTagsForResource": [
"aws elasticache list-tags-for-resource --resource-name \"arn:aws:elasticache:us-east-1:123456789012:cluster:my-cluster\" "
],
"ModifyCacheCluster": [
"aws elasticache modify-cache-cluster --cache-cluster-id \"my-cluster\" --num-cache-nodes 1 "
],
"ModifyCacheParameterGroup": [
"aws elasticache modify-cache-parameter-group --cache-parameter-group-name \"mygroup\" --parameter-name-values \"ParameterName=activedefrag, ParameterValue=no\" "
],
"ModifyCacheSubnetGroup": [
"aws elasticache modify-cache-subnet-group --cache-subnet-group-name kxkxk --cache-subnet-group-description \"mygroup\" "
],
"ModifyGlobalReplicationGroup": [
"aws elasticache modify-global-replication-group --global-replication-group-id sgaui-pat-group --apply-immediately --no-automatic-failover-enabled "
],
"ModifyReplicationGroup": [
"aws elasticache modify-replication-group --replication-group-id test-cluster --no-multi-az-enabled --apply-immediately "
],
"ModifyReplicationGroupShardConfiguration": [
"aws elasticache modify-replication-group-shard-configuration --replication-group-id mycluster --node-group-count 3 --apply-immediately --node-groups-to-remove 0002 "
],
"ModifyUser": [
"aws elasticache modify-user --user-id user2 --append-access-string \"on ~* +@all\" "
],
"ModifyUserGroup": [
"aws elasticache modify-user-group --user-group-id myusergroup --user-ids-to-add user1 "
],
"PurchaseReservedCacheNodesOffering": [
"aws elasticache purchase-reserved-cache-nodes-offering --reserved-cache-nodes-offering-id xxxxxxx-4da5-4b90-b92d-929fbd7abed2 "
],
"RebootCacheCluster": [
"aws elasticache reboot-cache-cluster --cache-cluster-id \"my-cluster-001\" --cache-node-ids-to-reboot \"0001\" "
],
"ResetCacheParameterGroup": [
"aws elasticache reset-cache-parameter-group --cache-parameter-group-name \"mygroup\" --reset-all-parameters "
],
"StartMigration": [
"aws elasticache start-migration --replication-group-id test --customer-node-endpoint-list \"Address='test.g2xbih.ng.0001.usw2.cache.amazonaws.com',Port=6379\" "
],
"TestFailover": [
"aws elasticache test-failover --replication-group-id \"mycluster\" --node-group-id \"0001\" "
]
},
"elasticbeanstalk": {
"AbortEnvironmentUpdate": [
"aws elasticbeanstalk abort-environment-update --environment-name my-env "
],
"CheckDnsAvailability": [
"aws elasticbeanstalk check-dns-availability --cname-prefix my-cname "
],
"CreateApplication": [
"aws elasticbeanstalk create-application --application-name MyApp --description \"my application\" "
],
"CreateApplicationVersion": [
"aws elasticbeanstalk create-application-version --application-name MyApp --version-label v1 --description MyAppv1 --source-bundle S3Bucket=\"my-bucket\",S3Key=\"sample.war\" --auto-create-application "
],
"CreateConfigurationTemplate": [
"aws elasticbeanstalk create-configuration-template --application-name my-app --template-name my-app-v1 --environment-id e-rpqsewtp2j "
],
"CreateEnvironment": [
"aws elasticbeanstalk create-environment --application-name my-app --environment-name my-env --cname-prefix my-app --version-label v1 --solution-stack-name \"64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8\" ",
"aws elasticbeanstalk create-environment --environment-name sample-env --application-name sampleapp --option-settings file://myoptions.json "
],
"CreateStorageLocation": [
"aws elasticbeanstalk create-storage-location "
],
"DeleteApplication": [
"aws elasticbeanstalk delete-application --application-name my-app "
],
"DeleteApplicationVersion": [
"aws elasticbeanstalk delete-application-version --version-label 22a0-stage-150819_182129 --application-name my-app "
],
"DeleteConfigurationTemplate": [
"aws elasticbeanstalk delete-configuration-template --template-name my-template --application-name my-app "
],
"DeleteEnvironmentConfiguration": [
"aws elasticbeanstalk delete-environment-configuration --environment-name my-env --application-name my-app "
],
"DescribeApplicationVersions": [
"aws elasticbeanstalk describe-application-versions --application-name my-app --version-label \"v2\" "
],
"DescribeApplications": [
"aws elasticbeanstalk describe-applications "
],
"DescribeConfigurationOptions": [
"aws elasticbeanstalk describe-configuration-options --environment-name my-env --application-name my-app "
],
"DescribeConfigurationSettings": [
"aws elasticbeanstalk describe-configuration-settings --environment-name my-env --application-name my-app "
],
"DescribeEnvironmentHealth": [
"aws elasticbeanstalk describe-environment-health --environment-name my-env --attribute-names All "
],
"DescribeEnvironmentResources": [
"aws elasticbeanstalk describe-environment-resources --environment-name my-env "
],
"DescribeEnvironments": [
"aws elasticbeanstalk describe-environments --environment-names my-env "
],
"DescribeEvents": [
"aws elasticbeanstalk describe-events --environment-name my-env "
],
"DescribeInstancesHealth": [
"aws elasticbeanstalk describe-instances-health --environment-name my-env --attribute-names All "
],
"ListAvailableSolutionStacks": [
"aws elasticbeanstalk list-available-solution-stacks "
],
"RebuildEnvironment": [
"aws elasticbeanstalk rebuild-environment --environment-name my-env "
],
"RequestEnvironmentInfo": [
"aws elasticbeanstalk request-environment-info --environment-name my-env --info-type tail "
],
"RestartAppServer": [
"aws elasticbeanstalk restart-app-server --environment-name my-env "
],
"RetrieveEnvironmentInfo": [
"aws elasticbeanstalk retrieve-environment-info --environment-name my-env --info-type tail "
],
"SwapEnvironmentCnames": [
"aws elasticbeanstalk swap-environment-cnames --source-environment-name my-env-blue --destination-environment-name my-env-green "
],
"TerminateEnvironment": [
"aws elasticbeanstalk terminate-environment --environment-name my-env "
],
"UpdateApplication": [
"aws elasticbeanstalk update-application --application-name my-app --description \"my Elastic Beanstalk application\" "
],
"UpdateApplicationVersion": [
"aws elasticbeanstalk update-application-version --version-label 22a0-stage-150819_185942 --application-name my-app --description \"new description\" "
],
"UpdateConfigurationTemplate": [
"aws elasticbeanstalk update-configuration-template --template-name my-template --application-name my-app --options-to-remove Namespace=aws:elasticbeanstalk:healthreporting:system,OptionName=ConfigDocument "
],
"UpdateEnvironment": [
"aws elasticbeanstalk update-environment --environment-name my-env --version-label v2 ",
"aws elasticbeanstalk update-environment --environment-name my-env --option-settings Namespace=aws:elasticbeanstalk:application:environment,OptionName=PARAM1,Value=ParamValue ",
"aws elasticbeanstalk update-environment --environment-name my-env --option-settings file://options.json "
],
"ValidateConfigurationSettings": [
"aws elasticbeanstalk validate-configuration-settings --application-name my-app --environment-name my-env --option-settings file://options.json "
]
},
"elastictranscoder": {
"CancelJob": [
"aws elastictranscoder cancel-job --id 3333333333333-abcde3 "
],
"CreateJob": [
"aws elastictranscoder create-job --pipeline-id 1111111111111-abcde1 --inputs file://inputs.json --outputs file://outputs.json --output-key-prefix \"recipes/\" --user-metadata file://user-metadata.json "
],
"CreatePipeline": [
"aws elastictranscoder create-pipeline --name Default --input-bucket salesoffice.example.com-source --role arn:aws:iam::123456789012:role/Elastic_Transcoder_Default_Role --notifications Progressing=\"\",Completed=\"\",Warning=\"\",Error=arn:aws:sns:us-east-1:111222333444:ETS_Errors --content-config file://content-config.json --thumbnail-config file://thumbnail-config.json "
],
"CreatePreset": [
"aws elastictranscoder create-preset --name DefaultPreset --description \"Use for published videos\" --container mp4 --video file://video.json --audio file://audio.json --thumbnails file://thumbnails.json "
],
"DeletePipeline": [
"aws elastictranscoder delete-pipeline --id 1111111111111-abcde1 "
],
"DeletePreset": [
"aws elastictranscoder delete-preset --id 5555555555555-abcde5 "
],
"ListJobsByPipeline": [
"aws elastictranscoder list-jobs-by-pipeline --pipeline-id 1111111111111-abcde1 "
],
"ListJobsByStatus": [
"aws elastictranscoder list-jobs-by-status --status Complete "
],
"ListPipelines": [
"aws elastictranscoder list-pipelines "
],
"ListPresets": [
"aws elastictranscoder list-presets --max-items 2 "
],
"ReadJob": [
"aws elastictranscoder read-job --id 1533838012294-example "
],
"ReadPipeline": [
"aws elastictranscoder read-pipeline --id 3333333333333-abcde3 "
],
"ReadPreset": [
"aws elastictranscoder read-preset --id 1351620000001-500020 "
],
"UpdatePipeline": [
"aws elastictranscoder update-pipeline --id 1111111111111-abcde1 --name DefaultExample --input-bucket salesoffice.example.com-source --role arn:aws:iam::123456789012:role/Elastic_Transcoder_Default_Role --notifications Progressing=\"\",Completed=\"\",Warning=\"\",Error=arn:aws:sns:us-east-1:111222333444:ETS_Errors --content-config file://content-config.json --thumbnail-config file://thumbnail-config.json "
],
"UpdatePipelineNotifications": [
"aws elastictranscoder update-pipeline-notifications --id 1111111111111-abcde1 --notifications Progressing=arn:aws:sns:us-west-2:0123456789012:my-topic,Completed=arn:aws:sns:us-west-2:0123456789012:my-topic,Warning=arn:aws:sns:us-west-2:0123456789012:my-topic,Error=arn:aws:sns:us-east-1:111222333444:ETS_Errors "
],
"UpdatePipelineStatus": [
"aws elastictranscoder update-pipeline-status --id 1111111111111-abcde1 --status Paused "
]
},
"elb": {
"AddTags": [
"aws elb add-tags --load-balancer-name my-load-balancer --tags \"Key=project,Value=lima\" \"Key=department,Value=digital-media\" "
],
"ApplySecurityGroupsToLoadBalancer": [
"aws elb apply-security-groups-to-load-balancer --load-balancer-name my-load-balancer --security-groups sg-fc448899 "
],
"AttachLoadBalancerToSubnets": [
"aws elb attach-load-balancer-to-subnets --load-balancer-name my-load-balancer --subnets subnet-0ecac448 "
],
"ConfigureHealthCheck": [
"aws elb configure-health-check --load-balancer-name my-load-balancer --health-check Target=HTTP:80/png,Interval=30,UnhealthyThreshold=2,HealthyThreshold=2,Timeout=3 "
],
"CreateAppCookieStickinessPolicy": [
"aws elb create-app-cookie-stickiness-policy --load-balancer-name my-load-balancer --policy-name my-app-cookie-policy --cookie-name my-app-cookie "
],
"CreateLbCookieStickinessPolicy": [
"aws elb create-lb-cookie-stickiness-policy --load-balancer-name my-load-balancer --policy-name my-duration-cookie-policy --cookie-expiration-period 60 "
],
"CreateLoadBalancer": [
"aws elb create-load-balancer --load-balancer-name my-load-balancer --listeners \"Protocol=HTTP,LoadBalancerPort=80,InstanceProtocol=HTTP,InstancePort=80\" --subnets subnet-15aaab61 --security-groups sg-a61988c3 ",
"aws elb create-load-balancer --load-balancer-name my-load-balancer --listeners \"Protocol=HTTP,LoadBalancerPort=80,InstanceProtocol=HTTP,InstancePort=80\" --availability-zones us-west-2a us-west-2b ",
"aws elb create-load-balancer --load-balancer-name my-load-balancer --listeners \"Protocol=HTTP,LoadBalancerPort=80,InstanceProtocol=HTTP,InstancePort=80\" \"Protocol=HTTPS,LoadBalancerPort=443,InstanceProtocol=HTTP,InstancePort=80,SSLCertificateId=arn:aws:iam::123456789012:server-certificate/my-server-cert\" --subnets subnet-15aaab61 --security-groups sg-a61988c3 ",
"aws elb create-load-balancer --load-balancer-name my-load-balancer --listeners \"Protocol=HTTP,LoadBalancerPort=80,InstanceProtocol=HTTP,InstancePort=80\" \"Protocol=HTTPS,LoadBalancerPort=443,InstanceProtocol=HTTP,InstancePort=80,SSLCertificateId=arn:aws:iam::123456789012:server-certificate/my-server-cert\" --availability-zones us-west-2a us-west-2b ",
"aws elb create-load-balancer --load-balancer-name my-load-balancer --listeners \"Protocol=HTTP,LoadBalancerPort=80,InstanceProtocol=HTTP,InstancePort=80\" --scheme internal --subnets subnet-a85db0df --security-groups sg-a61988c3 "
],
"CreateLoadBalancerListeners": [
"aws elb create-load-balancer-listeners --load-balancer-name my-load-balancer --listeners \"Protocol=HTTP,LoadBalancerPort=80,InstanceProtocol=HTTP,InstancePort=80\" ",
"aws elb create-load-balancer-listeners --load-balancer-name my-load-balancer --listeners \"Protocol=HTTPS,LoadBalancerPort=443,InstanceProtocol=HTTP,InstancePort=80\" "
],
"CreateLoadBalancerPolicy": [
"aws elb create-load-balancer-policy --load-balancer-name my-load-balancer --policy-name my-ProxyProtocol-policy --policy-type-name ProxyProtocolPolicyType --policy-attributes AttributeName=ProxyProtocol,AttributeValue=true ",
"aws elb create-load-balancer-policy --load-balancer-name my-load-balancer --policy-name my-SSLNegotiation-policy --policy-type-name SSLNegotiationPolicyType --policy-attributes AttributeName=Reference-Security-Policy,AttributeValue=ELBSecurityPolicy-2015-03 ",
"aws elb create-load-balancer-policy --load-balancer-name my-load-balancer --policy-name my-SSLNegotiation-policy --policy-type-name SSLNegotiationPolicyType --policy-attributes AttributeName=Protocol-SSLv3,AttributeValue=true AttributeName=Protocol-TLSv1.1,AttributeValue=true AttributeName=DHE-RSA-AES256-SHA256,AttributeValue=true AttributeName=Server-Defined-Cipher-Order,AttributeValue=true ",
"aws elb create-load-balancer-policy --load-balancer-name my-load-balancer --policy-name my-PublicKey-policy --policy-type-name PublicKeyPolicyType --policy-attributes AttributeName=PublicKey,AttributeValue=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwAYUjnfyEyXr1pxjhFWBpMlggUcqoi3kl+dS74kj//c6x7ROtusUaeQCTgIUkayttRDWchuqo1pHC1u+n5xxXnBBe2ejbb2WRsKIQ5rXEeixsjFpFsojpSQKkzhVGI6mJVZBJDVKSHmswnwLBdofLhzvllpovBPTHe+o4haAWvDBALJU0pkSI1FecPHcs2hwxf14zHoXy1e2k36A64nXW43wtfx5qcVSIxtCEOjnYRg7RPvybaGfQ+v6Iaxb/+7J5kEvZhTFQId+bSiJImF1FSUT1W1xwzBZPUbcUkkXDj45vC2s3Z8E+Lk7a3uZhvsQHLZnrfuWjBWGWvZ/MhZYgEXAMPLE ",
"aws elb create-load-balancer-policy --load-balancer-name my-load-balancer --policy-name my-authentication-policy --policy-type-name BackendServerAuthenticationPolicyType --policy-attributes AttributeName=PublicKeyPolicyName,AttributeValue=my-PublicKey-policy "
],
"DeleteLoadBalancer": [
"aws elb delete-load-balancer --load-balancer-name my-load-balancer "
],
"DeleteLoadBalancerListeners": [
"aws elb delete-load-balancer-listeners --load-balancer-name my-load-balancer --load-balancer-ports 80 "
],
"DeleteLoadBalancerPolicy": [
"aws elb delete-load-balancer-policy --load-balancer-name my-load-balancer --policy-name my-duration-cookie-policy "
],
"DeregisterInstancesFromLoadBalancer": [
"aws elb deregister-instances-from-load-balancer --load-balancer-name my-load-balancer --instances i-d6f6fae3 "
],
"DescribeAccountLimits": [
"aws elb describe-account-limits "
],
"DescribeInstanceHealth": [
"aws elb describe-instance-health --load-balancer-name my-load-balancer ",
"aws elb describe-instance-health --load-balancer-name my-load-balancer --instances i-7299c809 "
],
"DescribeLoadBalancerAttributes": [
"aws elb describe-load-balancer-attributes --load-balancer-name my-load-balancer "
],
"DescribeLoadBalancerPolicies": [
"aws elb describe-load-balancer-policies --load-balancer-name my-load-balancer ",
"aws elb describe-load-balancer-policies --load-balancer-name my-load-balancer --policy-name my-authentication-policy "
],
"DescribeLoadBalancerPolicyTypes": [
"aws elb describe-load-balancer-policy-types "
],
"DescribeLoadBalancers": [
"aws elb describe-load-balancers ",
"aws elb describe-load-balancers --load-balancer-name my-load-balancer "
],
"DescribeTags": [
"aws elb describe-tags --load-balancer-name my-load-balancer "
],
"DetachLoadBalancerFromSubnets": [
"aws elb detach-load-balancer-from-subnets --load-balancer-name my-load-balancer --subnets subnet-0ecac448 "
],
"DisableAvailabilityZonesForLoadBalancer": [
"aws elb disable-availability-zones-for-load-balancer --load-balancer-name my-load-balancer --availability-zones us-west-2a "
],
"EnableAvailabilityZonesForLoadBalancer": [
"aws elb enable-availability-zones-for-load-balancer --load-balancer-name my-load-balancer --availability-zones us-west-2b "
],
"ModifyLoadBalancerAttributes": [
"aws elb modify-load-balancer-attributes --load-balancer-name my-load-balancer --load-balancer-attributes \"{\\\"CrossZoneLoadBalancing\\\":{\\\"Enabled\\\":true}}\" ",
"aws elb modify-load-balancer-attributes --load-balancer-name my-load-balancer --load-balancer-attributes \"{\\\"ConnectionDraining\\\":{\\\"Enabled\\\":true,\\\"Timeout\\\":300}}\" "
],
"RegisterInstancesWithLoadBalancer": [
"aws elb register-instances-with-load-balancer --load-balancer-name my-load-balancer --instances i-d6f6fae3 "
],
"RemoveTags": [
"aws elb remove-tags --load-balancer-name my-load-balancer --tags project "
],
"SetLoadBalancerListenerSslCertificate": [
"aws elb set-load-balancer-listener-ssl-certificate --load-balancer-name my-load-balancer --load-balancer-port 443 --ssl-certificate-id arn:aws:iam::123456789012:server-certificate/new-server-cert "
],
"SetLoadBalancerPoliciesForBackendServer": [
"aws elb set-load-balancer-policies-for-backend-server --load-balancer-name my-load-balancer --instance-port 80 --policy-names my-ProxyProtocol-policy ",
"aws elb set-load-balancer-policies-for-backend-server --load-balancer-name my-load-balancer --instance-port 80 --policy-names [] "
],
"SetLoadBalancerPoliciesOfListener": [
"aws elb set-load-balancer-policies-of-listener --load-balancer-name my-load-balancer --load-balancer-port 443 --policy-names my-SSLNegotiation-policy ",
"aws elb set-load-balancer-policies-of-listener --load-balancer-name my-load-balancer --load-balancer-port 443 --policy-names [] "
],
"Wait": {
"AnyInstanceInService": [
"aws elb wait any-instance-in-service --load-balancer-name my-loadbalancer "
],
"InstanceDeregistered": [
"aws elb wait instance-deregistered --load-balancer-name my-loadbalancer --instances InstanceId=i-1234567890abcdef0 "
],
"InstanceInService": [
"aws elb wait instance-in-service --load-balancer-name my-loadbalancer --instances InstanceId=i-1234567890abcdef0 "
]
}
},
"elbv2": {
"AddListenerCertificates": [
"aws elbv2 add-listener-certificates --listener-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2 --certificates CertificateArn=arn:aws:acm:us-west-2:123456789012:certificate/5cc54884-f4a3-4072-80be-05b9ba72f705 "
],
"AddTags": [
"aws elbv2 add-tags --resource-arns arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188 --tags \"Key=project,Value=lima\" \"Key=department,Value=digital-media\" "
],
"CreateListener": [
"aws elbv2 create-listener --load-balancer-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188 --protocol HTTP --port 80 --default-actions Type=forward,TargetGroupArn=arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067 ",
"aws elbv2 create-listener --load-balancer-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188 --protocol HTTPS --port 443 --certificates CertificateArn=arn:aws:acm:us-west-2:123456789012:certificate/3dcb0a41-bd72-4774-9ad9-756919c40557 --ssl-policy ELBSecurityPolicy-2016-08 --default-actions Type=forward,TargetGroupArn=arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067 ",
"aws elbv2 create-listener --load-balancer-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/net/my-network-load-balancer/5d1b75f4f1cee11e --protocol TCP --port 80 --default-actions Type=forward,TargetGroupArn=arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-tcp-targets/b6bba954d1361c78 ",
"aws elbv2 create-listener --load-balancer-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188 --protocol TLS --port 443 --certificates CertificateArn=arn:aws:acm:us-west-2:123456789012:certificate/3dcb0a41-bd72-4774-9ad9-756919c40557 --ssl-policy ELBSecurityPolicy-2016-08 --default-actions Type=forward,TargetGroupArn=arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067 ",
"aws elbv2 create-listener --load-balancer-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/net/my-network-load-balancer/5d1b75f4f1cee11e --protocol UDP --port 53 --default-actions Type=forward,TargetGroupArn=arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-tcp-targets/b6bba954d1361c78 "
],
"CreateLoadBalancer": [
"aws elbv2 create-load-balancer --name my-load-balancer --subnets subnet-b7d581c0 subnet-8360a9e7 ",
"aws elbv2 create-load-balancer --name my-internal-load-balancer --scheme internal --subnets subnet-b7d581c0 subnet-8360a9e7 ",
"aws elbv2 create-load-balancer --name my-network-load-balancer --type network --subnet-mappings SubnetId=subnet-b7d581c0,AllocationId=eipalloc-64d5890a "
],
"CreateRule": [
"aws elbv2 create-rule --listener-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2 --priority 5 --conditions file://conditions-pattern.json --actions Type=forward,TargetGroupArn=arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067 ",
"aws elbv2 create-rule --listener-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2 --priority 10 --conditions file://conditions-host.json --actions file://actions-fixed-response.json ",
"aws elbv2 create-rule --listener-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2 --priority 20 --conditions file://conditions-source-ip.json --actions file://actions-authenticate.json "
],
"CreateTargetGroup": [
"aws elbv2 create-target-group --name my-targets --protocol HTTP --port 80 --target-type instance --vpc-id vpc-3ac0fb5f ",
"aws elbv2 create-target-group --name my-ip-targets --protocol TCP --port 80 --target-type ip --vpc-id vpc-3ac0fb5f ",
"aws elbv2 create-target-group --name my-lambda-target --target-type lambda "
],
"DeleteListener": [
"aws elbv2 delete-listener --listener-arn arn:aws:elasticloadbalancing:ua-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2 "
],
"DeleteLoadBalancer": [
"aws elbv2 delete-load-balancer --load-balancer-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188 "
],
"DeleteRule": [
"aws elbv2 delete-rule --rule-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:listener-rule/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2/1291d13826f405c3 "
],
"DeleteTargetGroup": [
"aws elbv2 delete-target-group --target-group-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067 "
],
"DeregisterTargets": [
"aws elbv2 deregister-targets --target-group-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067 --targets Id=i-1234567890abcdef0 ",
"aws elbv2 deregister-targets --target-group-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-internal-targets/3bb63f11dfb0faf9 --targets Id=i-1234567890abcdef0,Port=80 Id=i-1234567890abcdef0,Port=766 "
],
"DescribeAccountLimits": [
"aws elbv2 describe-account-limits "
],
"DescribeListenerCertificates": [
"aws elbv2 describe-listener-certificates --listener-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2 "
],
"DescribeListeners": [
"aws elbv2 describe-listeners --listener-arns arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2 ",
"aws elbv2 describe-listeners --load-balancer-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188 "
],
"DescribeLoadBalancerAttributes": [
"aws elbv2 describe-load-balancer-attributes --load-balancer-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188 "
],
"DescribeLoadBalancers": [
"aws elbv2 describe-load-balancers --load-balancer-arns arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188 ",
"aws elbv2 describe-load-balancers "
],
"DescribeRules": [
"aws elbv2 describe-rules --rule-arns arn:aws:elasticloadbalancing:us-west-2:123456789012:listener-rule/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2/9683b2d02a6cabee ",
"aws elbv2 describe-rules --listener-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2 "
],
"DescribeSslPolicies": [
"aws elbv2 describe-ssl-policies --names ELBSecurityPolicy-2016-08 ",
"aws elbv2 describe-ssl-policies "
],
"DescribeTags": [
"aws elbv2 describe-tags --resource-arns arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188 "
],
"DescribeTargetGroupAttributes": [
"aws elbv2 describe-target-group-attributes --target-group-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067 "
],
"DescribeTargetGroups": [
"aws elbv2 describe-target-groups --target-group-arns arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067 ",
"aws elbv2 describe-target-groups --load-balancer-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188 ",
"aws elbv2 describe-target-groups "
],
"DescribeTargetHealth": [
"aws elbv2 describe-target-health --target-group-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067 ",
"aws elbv2 describe-target-health --targets Id=i-0f76fade,Port=80 --target-group-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067 "
],
"ModifyListener": [
"aws elbv2 modify-listener --listener-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2 --default-actions Type=forward,TargetGroupArn=arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-new-targets/2453ed029918f21f ",
"aws elbv2 modify-listener --listener-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/0467ef3c8400ae65 --certificates CertificateArn=arn:aws:iam::123456789012:server-certificate/my-new-server-cert "
],
"ModifyLoadBalancerAttributes": [
"aws elbv2 modify-load-balancer-attributes --load-balancer-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188 --attributes Key=deletion_protection.enabled,Value=true ",
"aws elbv2 modify-load-balancer-attributes --load-balancer-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188 --attributes Key=idle_timeout.timeout_seconds,Value=30 ",
"aws elbv2 modify-load-balancer-attributes --load-balancer-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188 --attributes Key=access_logs.s3.enabled,Value=true Key=access_logs.s3.bucket,Value=my-loadbalancer-logs Key=access_logs.s3.prefix,Value=myapp "
],
"ModifyRule": [
"aws elbv2 modify-rule --actions Type=forward,TargetGroupArn=arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067 --conditions Field=path-pattern,Values='/images/*' --rule-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:listener-rule/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2/9683b2d02a6cabee "
],
"ModifyTargetGroup": [
"aws elbv2 modify-target-group --target-group-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-https-targets/2453ed029918f21f --health-check-protocol HTTPS --health-check-port 443 "
],
"ModifyTargetGroupAttributes": [
"aws elbv2 modify-target-group-attributes --target-group-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067 --attributes Key=deregistration_delay.timeout_seconds,Value=600 "
],
"RegisterTargets": [
"aws elbv2 register-targets --target-group-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067 --targets Id=i-1234567890abcdef0 Id=i-0abcdef1234567890 ",
"aws elbv2 register-targets --target-group-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-internal-targets/3bb63f11dfb0faf9 --targets Id=i-0598c7d356eba48d7,Port=80 Id=i-0598c7d356eba48d7,Port=766 ",
"aws elbv2 register-targets --target-group-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-tcp-ip-targets/8518e899d173178f --targets Id=10.0.1.15 Id=10.0.1.23 ",
"aws elbv2 register-targets --target-group-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-tcp-ip-targets/8518e899d173178f --targets Id=arn:aws:lambda:us-west-2:123456789012:function:my-function "
],
"RemoveListenerCertificates": [
"aws elbv2 remove-listener-certificates --listener-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2 --certificates CertificateArn=arn:aws:acm:us-west-2:123456789012:certificate/5cc54884-f4a3-4072-80be-05b9ba72f705 "
],
"RemoveTags": [
"aws elbv2 remove-tags --resource-arns arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188 --tag-keys project department "
],
"SetIpAddressType": [
"aws elbv2 set-ip-address-type --load-balancer-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188 --ip-address-type dualstack "
],
"SetRulePriorities": [
"aws elbv2 set-rule-priorities --rule-priorities RuleArn=arn:aws:elasticloadbalancing:us-west-2:123456789012:listener-rule/app/my-load-balancer/50dc6c495c0c9188/f2f7dc8efc522ab2/1291d13826f405c3,Priority=5 "
],
"SetSecurityGroups": [
"aws elbv2 set-security-groups --load-balancer-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188 --security-groups sg-5943793c "
],
"SetSubnets": [
"aws elbv2 set-subnets --load-balancer-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188 --subnets subnet-8360a9e7 subnet-b7d581c0 "
],
"Wait": {
"LoadBalancerAvailable": [
"aws elbv2 wait load-balancer-available --load-balancer-arns arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188 "
],
"LoadBalancerExists": [
"aws elbv2 wait load-balancer-exists --load-balancer-arns arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188 "
],
"LoadBalancersDeleted": [
"aws elbv2 wait load-balancers-deleted --load-balancer-arns arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0c9188 "
],
"TargetDeregistered": [
"aws elbv2 wait target-deregistered --target-group-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067 --targets Id=i-1234567890abcdef0,Port=80 "
],
"TargetInService": [
"aws elbv2 wait target-in-service --target-group-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2d6bc24d8a067 --targets Id=i-1234567890abcdef0,Port=80 "
]
}
},
"emr": {
"AddInstanceFleet": [
"aws emr add-instance-fleet --cluster-id 'j-12ABCDEFGHI34JK' --instance-fleet InstanceFleetType=TASK,TargetSpotCapacity=1,LaunchSpecifications={SpotSpecification='{TimeoutDurationMinutes=20,TimeoutAction=TERMINATE_CLUSTER}'},InstanceTypeConfigs=['{InstanceType=m3.xlarge,BidPrice=0.5}'] "
],
"AddSteps": [
"aws emr add-steps --cluster-id j-XXXXXXXX --steps Type=CUSTOM_JAR,Name=CustomJAR,ActionOnFailure=CONTINUE,Jar=s3://mybucket/mytest.jar,Args=arg1,arg2,arg3 Type=CUSTOM_JAR,Name=CustomJAR,ActionOnFailure=CONTINUE,Jar=s3://mybucket/mytest.jar,MainClass=mymainclass,Args=arg1,arg2,arg3 ",
"aws emr add-steps --cluster-id j-XXXXXXXX --steps Type=STREAMING,Name='Streaming Program',ActionOnFailure=CONTINUE,Args=[-files,s3://elasticmapreduce/samples/wordcount/wordSplitter.py,-mapper,wordSplitter.py,-reducer,aggregate,-input,s3://elasticmapreduce/samples/wordcount/input,-output,s3://mybucket/wordcount/output] ",
"aws emr add-steps --cluster-id j-XXXXXXXX --steps file://./step.json ",
"aws emr add-steps --cluster-id j-XXXXXXXX --steps file://./multiplefiles.json ",
"aws emr add-steps --cluster-id j-XXXXXXXX --steps Type=HIVE,Name='Hive program',ActionOnFailure=CONTINUE,Args=[-f,s3://mybucket/myhivescript.q,-d,INPUT=s3://mybucket/myhiveinput,-d,OUTPUT=s3://mybucket/myhiveoutput,arg1,arg2] Type=HIVE,Name='Hive steps',ActionOnFailure=TERMINATE_CLUSTER,Args=[-f,s3://elasticmapreduce/samples/hive-ads/libs/model-build.q,-d,INPUT=s3://elasticmapreduce/samples/hive-ads/tables,-d,OUTPUT=s3://mybucket/hive-ads/output/2014-04-18/11-07-32,-d,LIBS=s3://elasticmapreduce/samples/hive-ads/libs] ",
"aws emr add-steps --cluster-id j-XXXXXXXX --steps Type=PIG,Name='Pig program',ActionOnFailure=CONTINUE,Args=[-f,s3://mybucket/mypigscript.pig,-p,INPUT=s3://mybucket/mypiginput,-p,OUTPUT=s3://mybucket/mypigoutput,arg1,arg2] Type=PIG,Name='Pig program',Args=[-f,s3://elasticmapreduce/samples/pig-apache/do-reports2.pig,-p,INPUT=s3://elasticmapreduce/samples/pig-apache/input,-p,OUTPUT=s3://mybucket/pig-apache/output,arg1,arg2] ",
"aws emr add-steps --cluster-id j-XXXXXXXX --steps Type=IMPALA,Name='Impala program',ActionOnFailure=CONTINUE,Args=--impala-script,s3://myimpala/input,--console-output-path,s3://myimpala/output "
],
"AddTags": [
"aws emr add-tags --resource-id j-xxxxxxx --tags name=\"John Doe\" age=29 sex=male address=\"123 East NW Seattle\" "
],
"CreateClusterExamples": [],
"CreateClusterSynopsis": [],
"CreateDefaultRoles": [
"aws emr create-default-roles "
],
"CreateSecurityConfiguration": [
"aws emr create-security-configuration --name MySecurityConfig --security-configuration '{ \"EncryptionConfiguration\": { \"EnableInTransitEncryption\" : true, \"EnableAtRestEncryption\" : true, \"InTransitEncryptionConfiguration\" : { \"TLSCertificateConfiguration\" : { \"CertificateProviderType\" : \"PEM\", \"S3Object\" : \"s3://mycertstore/artifacts/MyCerts.zip\" } }, \"AtRestEncryptionConfiguration\" : { \"S3EncryptionConfiguration\" : { \"EncryptionMode\" : \"SSE-S3\" }, \"LocalDiskEncryptionConfiguration\" : { \"EncryptionKeyProviderType\" : \"AwsKms\", \"AwsKmsKey\" : \"arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012\" } } } }' ",
"aws emr create-security-configuration --name \"MySecurityConfig\" --security-configuration file://./security_configuration.json ",
"aws emr create-security-configuration --name MySecurityConfig --security-configuration '{ \"AuthenticationConfiguration\": { \"KerberosConfiguration\": { \"Provider\": \"ClusterDedicatedKdc\", \"ClusterDedicatedKdcConfiguration\": { \"TicketLifetimeInHours\": 24, \"CrossRealmTrustConfiguration\": { \"Realm\": \"AD.DOMAIN.COM\", \"Domain\": \"ad.domain.com\", \"AdminServer\": \"ad.domain.com\", \"KdcServer\": \"ad.domain.com\" } } } } }' ",
"aws emr create-security-configuration --name \"MySecurityConfig\" --security-configuration file://./security_configuration.json "
],
"DeleteSecurityConfiguration": [
"aws emr delete-security-configuration --name MySecurityConfig "
],
"DescribeCluster": [
"aws emr describe-cluster --cluster-id j-XXXXXXXX "
],
"DescribeStep": [
"aws emr describe-step --cluster-id j-3SD91U2E1L2QX --step-id s-3LZC0QUT43AM "
],
"Get": [
"aws emr get --cluster-id j-3SD91U2E1L2QX --key-pair-file ~/.ssh/mykey.pem --src /home/hadoop-examples.jar --dest ~ "
],
"ListClusters": [
"aws emr list-clusters --active "
],
"ListInstanceFleets": [],
"ListInstances": [
"aws emr list-instances --cluster-id j-3C6XNQ39VR9WL "
],
"ListSecurityConfigurations": [
"aws emr list-security-configurations "
],
"ListSteps": [
"aws emr list-steps --cluster-id j-3SD91U2E1L2QX "
],
"ModifyClusterAttributes": [
"aws emr modify-cluster-attributes --cluster-id j-301CDNY0J5XM4 --visible-to-all-users "
],
"ModifyInstanceFleet": [
"aws emr modify-instance-fleet --cluster-id 'j-12ABCDEFGHI34JK' --instance-fleet InstanceFleetId='if-2ABC4DEFGHIJ4',TargetOnDemandCapacity=1,TargetSpotCapacity=1 "
],
"Put": [
"aws emr put --cluster-id j-3SD91U2E1L2QX --key-pair-file ~/.ssh/mykey.pem --src ~/scripts/healthcheck.sh --dest /home/hadoop/bin/healthcheck.sh "
],
"RemoveTags": [
"aws emr remove-tags --resource-id j-3SD91U2E1L2QX --tag-keys prod "
],
"ScheduleHbaseBackup": [
"aws emr schedule-hbase-backup --cluster-id j-XXXXXXYY --type full --dir s3://myBucket/backup --interval 10 --unit hours --start-time 2014-04-21T05:26:10Z --consistent ",
"aws emr schedule-hbase-backup --cluster-id j-XXXXXXYY --type incremental --dir s3://myBucket/backup --interval 30 --unit minutes --start-time 2014-04-21T05:26:10Z --consistent "
],
"Socks": [
"aws emr socks --cluster-id j-3SD91U2E1L2QX --key-pair-file ~/.ssh/mykey.pem "
],
"Ssh": [
"aws emr ssh --cluster-id j-3SD91U2E1L2QX --key-pair-file ~/.ssh/mykey.pem "
],
"Wait": [
"aws emr wait cluster-running --cluster-id j-3SD91U2E1L2QX "
]
},
"emr-containers": {
"UpdateRoleTrustPolicy": {
"_description": []
}
},
"es": {
"CreateElasticsearchDomain": [
"aws es create-elasticsearch-domain --domain-name vpc-cli-example --elasticsearch-version 6.2 --elasticsearch-cluster-config InstanceType=m4.large.elasticsearch,InstanceCount=1 --ebs-options EBSEnabled=true,VolumeType=standard,VolumeSize=10 --access-policies '{\"Version\": \"2012-10-17\", \"Statement\": [ { \"Effect\": \"Allow\", \"Principal\": {\"AWS\": \"arn:aws:iam::123456789012:root\" }, \"Action\":\"es:*\", \"Resource\": \"arn:aws:es:us-west-1:123456789012:domain/vpc-cli-example/*\" } ] }' --vpc-options SubnetIds=subnet-1a2a3a4a,SecurityGroupIds=sg-2a3a4a5a "
],
"DescribeElasticsearchDomain": [
"aws es describe-elasticsearch-domain --domain-name cli-example "
],
"DescribeElasticsearchDomainConfig": [
"aws es describe-elasticsearch-domain-config --domain-name cli-example "
],
"DescribeElasticsearchDomains": [
"aws es describe-elasticsearch-domains --domain-names cli-example-1 cli-example-2 "
],
"DescribeReservedElasticsearchInstances": [
"aws es describe-reserved-elasticsearch-instances "
],
"ListDomainNames": [
"aws es list-domain-names "
]
},
"events": {
"DeleteRule": [
"aws events delete-rule --name \"EC2InstanceStateChanges\" "
],
"DescribeRule": [
"aws events describe-rule --name \"DailyLambdaFunction\" "
],
"DisableRule": [
"aws events disable-rule --name \"DailyLambdaFunction\" "
],
"EnableRule": [
"aws events enable-rule --name \"DailyLambdaFunction\" "
],
"ListRuleNamesByTarget": [
"aws events list-rule-names-by-target --target-arn \"arn:aws:lambda:us-east-1:123456789012:function:MyFunctionName\" "
],
"ListRules": [
"aws events list-rules ",
"aws events list-rules --name-prefix \"Daily\" "
],
"ListTargetsByRule": [
"aws events list-targets-by-rule --rule \"DailyLambdaFunction\" "
],
"PutEvents": [
"aws events put-events --entries file://putevents.json "
],
"PutRule": [
"aws events put-rule --name \"DailyLambdaFunction\" --schedule-expression \"cron(0 9 * * ? *)\" ",
"aws events put-rule --name \"EC2InstanceStateChanges\" --event-pattern \"{\\\"source\\\":[\\\"aws.ec2\\\"],\\\"detail-type\\\":[\\\"EC2 Instance State-change Notification\\\"]}\" --role-arn \"arn:aws:iam::123456789012:role/MyRoleForThisRule\" ",
"aws events put-rule --name \"EC2InstanceStateChangeStopOrTerminate\" --event-pattern \"{\\\"source\\\":[\\\"aws.ec2\\\"],\\\"detail-type\\\":[\\\"EC2 Instance State-change Notification\\\"],\\\"detail\\\":{\\\"state\\\":[\\\"stopped\\\",\\\"terminated\\\"]}}\" --role-arn \"arn:aws:iam::123456789012:role/MyRoleForThisRule\" "
],
"PutTargets": [
"aws events put-targets --rule DailyLambdaFunction --targets \"Id\"=\"1\",\"Arn\"=\"arn:aws:lambda:us-east-1:123456789012:function:MyFunctionName\" ",
"aws events put-targets --rule EC2InstanceStateChanges --targets \"Id\"=\"1\",\"Arn\"=\"arn:aws:kinesis:us-east-1:123456789012:stream/MyStream\",\"RoleArn\"=\"arn:aws:iam::123456789012:role/MyRoleForThisRule\" ",
"aws events put-targets --rule DailyLambdaFunction --targets \"Id\"=\"Target1\",\"Arn\"=\"arn:aws:kinesis:us-east-1:379642911888:stream/MyStream1\",\"RoleArn\"=\"arn:aws:iam::379642911888:role/ MyRoleToAccessLambda\" \"Id\"=\"Target2\",\" Arn\"=\"arn:aws:kinesis:us-east-1:379642911888:stream/MyStream2\",\"RoleArn\"=\"arn:aws:iam::379642911888:role/MyRoleToAccessLambda\" "
],
"RemoveTargets": [
"aws events remove-targets --rule \"DailyLambdaFunction\" --ids \"Target1\" "
],
"TestEventPattern": [
"aws events test-event-pattern --event-pattern \"{\\\"source\\\":[\\\"com.mycompany.myapp\\\"]}\" --event \"{\\\"id\\\":\\\"1\\\",\\\"source\\\":\\\"com.mycompany.myapp\\\",\\\"detail-type\\\":\\\"myDetailType\\\",\\\"account\\\":\\\"123456789012\\\",\\\"region\\\":\\\"us-east-1\\\",\\\"time\\\":\\\"2017-04-11T20:11:04Z\\\"}\" "
]
},
"firehose": {
"ListDeliveryStreams": [
"aws firehose list-delivery-streams "
],
"PutRecord": [
"aws firehose put-record --delivery-stream-name my-stream --record '{\"Data\":\"SGVsbG8gd29ybGQ=\"}' "
],
"PutRecordBatch": [
"aws firehose put-record-batch --delivery-stream-name my-stream --records file://records.json "
]
},
"fis": {
"CreateExperimentTemplate": [
"aws fis create-experiment-template --cli-input-json file://myfile.json "
],
"DeleteExperimentTemplate": [
"aws fis delete-experiment-template --id ABCDE1fgHIJkLmNop "
],
"GetAction": [
"aws fis get-action --id aws:ec2:stop-instances "
],
"GetExperiment": [
"aws fis get-experiment --id ABC12DeFGhI3jKLMNOP "
],
"GetExperimentTemplate": [
"aws fis get-experiment-template --id ABCDE1fgHIJkLmNop "
],
"ListActions": [
"aws fis list-actions "
],
"ListExperimentTemplates": [
"aws fis list-experiment-templates "
],
"ListExperiments": [
"aws fis list-experiments "
],
"ListTagsForResource": [
"aws fis list-tags-for-resource --resource-arn arn:aws:fis:us-west-2:123456789012:experiment/ABC12DeFGhI3jKLMNOP "
],
"StartExperiment": [
"aws fis start-experiment --experiment-template-id ABCDE1fgHIJkLmNop "
],
"StopExperiment": [
"aws fis stop-experiment --id ABC12DeFGhI3jKLMNOP "
],
"TagResource": [
"aws fis tag-resource --resource-arn arn:aws:fis:us-west-2:123456789012:experiment/ABC12DeFGhI3jKLMNOP --tags key1=value1,key2=value2 "
],
"UntagResource": [
"aws fis untag-resource --resource-arn arn:aws:fis:us-west-2:123456789012:experiment/ABC12DeFGhI3jKLMNOP "
],
"UpdateExperimentTemplate": [
"aws fis update-experiment-template --id ABCDE1fgHIJkLmNop --description myExperimentTemplate "
]
},
"fms": {
"AssociateAdminAccount": [
"aws fms associate-admin-account --admin-account 123456789012 "
],
"DeleteNotificationChannel": [
"aws fms delete-notification-channel "
],
"DeletePolicy": [
"aws fms delete-policy --policy-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 --delete-all-policy-resources "
],
"DisassociateAdminAccount": [
"aws fms disassociate-admin-account "
],
"GetAdminAccount": [
"aws fms get-admin-account "
],
"GetComplianceDetail": [
"aws fms get-compliance-detail --policy-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 --member-account 123456789012 "
],
"GetNotificationChannel": [
"aws fms get-notification-channel "
],
"GetPolicy": [
"aws fms get-policy --policy-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"ListComplianceStatus": [
"aws fms list-compliance-status --policy-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"ListMemberAccounts": [
"aws fms list-member-accounts "
],
"ListPolicies": [
"aws fms list-policies --max-items 2 "
],
"PutNotificationChannel": [
"aws fms put-notification-channel --sns-topic-arn arn:aws:sns:us-west-2:123456789012:us-west-2-fms --sns-role-name arn:aws:iam::123456789012:role/aws-service-role/fms.amazonaws.com/AWSServiceRoleForFMS "
],
"PutPolicy": [
"aws fms put-policy --cli-input-json file://policy.json "
]
},
"gamelift": {
"CreateBuild": [
"aws gamelift create-build --storage-location file://storage-loc.json --name MegaFrogRaceServer.NA --build-version 12345.678 ",
"aws gamelift create-build --name MegaFrogRaceServer.NA --build-version 12345.678 --operating-system AMAZON_LINUX "
],
"CreateFleet": [
"aws gamelift create-fleet --name MegaFrogRaceServer.NA.v2 --description 'Hosts for v2 North America' --build-id build-1111aaaa-22bb-33cc-44dd-5555eeee66ff --certificate-configuration 'CertificateType=GENERATED' --ec2-instance-type c4.large --fleet-type ON_DEMAND --runtime-configuration 'ServerProcesses=[{LaunchPath=/local/game/release-na/MegaFrogRace_Server.exe,ConcurrentExecutions=1}]' ",
"aws gamelift create-fleet --name MegaFrogRace.NA.v2 --description 'Hosts for v2 North America' --build-id build-2222aaaa-33bb-44cc-55dd-6666eeee77ff --certificate-configuration 'CertificateType=GENERATED' --ec2-instance-type c4.large --fleet-type SPOT --runtime-configuration 'ServerProcesses=[{LaunchPath=C:\\game\\Bin64.Release.Dedicated\\MegaFrogRace_Server.exe,ConcurrentExecutions=1}]' ",
"aws gamelift create-fleet --name MegaFrogRace.NA.v2 --description 'Hosts for v2 North America' --build-id build-2222aaaa-33bb-44cc-55dd-6666eeee77ff --certificate-configuration 'CertificateType=GENERATED' --ec2-instance-type c4.large --ec2-inbound-permissions 'FromPort=33435,ToPort=33435,IpRange=10.24.34.0/23,Protocol=UDP' --fleet-type SPOT --new-game-session-protection-policy FullProtection --runtime-configuration file://runtime-config.json --metric-groups default --instance-role-arn 'arn:aws:iam::444455556666:role/GameLiftS3Access' ",
"aws gamelift create-fleet --name MegaFrogRace.NA.realtime --description 'Mega Frog Race Realtime fleet' --script-id script-1111aaaa-22bb-33cc-44dd-5555eeee66ff --ec2-instance-type c4.large --fleet-type SPOT --certificate-configuration 'CertificateType=GENERATED' --runtime-configuration 'ServerProcesses=[{LaunchPath=/local/game/MainScript.js,Parameters=+map Winter444,ConcurrentExecutions=5}]' "
],
"CreateGameSessionQueue": [
"aws gamelift create-game-session-queue --name MegaFrogRaceServer-NA --destinations file://destinations.json --timeout-in-seconds 600 ",
"aws gamelift create-game-session-queue --name MegaFrogRaceServer-NA --destinations file://destinations.json --player-latency-policies file://latency-policies.json --timeout-in-seconds 180 "
],
"DeleteBuild": [
"aws gamelift delete-build --build-id build-a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"DeleteFleet": [
"aws gamelift delete-fleet --fleet-id fleet-a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"DeleteGameSessionQueue": [
"aws gamelift delete-game-session-queue --name MegaFrogRace-NA "
],
"DescribeBuild": [
"aws gamelift describe-build --build-id build-a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"DescribeEc2InstanceLimits": [
"aws gamelift describe-ec2-instance-limits --ec2-instance-type m5.large "
],
"DescribeFleetAttributes": [
"aws gamelift describe-fleet-attributes --fleet-ids arn:aws:gamelift:us-west-2::fleet/fleet-a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 fleet-a1b2c3d4-5678-90ab-cdef-EXAMPLE22222 ",
"aws gamelift describe-fleet-attributes --limit 1 ",
"aws gamelift describe-fleet-attributes --limit 1 --next-token eyJhd3NBY2NvdW50SWQiOnsicyI6IjMwMjc3NjAxNjM5OCJ9LCJidWlsZElkIjp7InMiOiJidWlsZC01NWYxZTZmMS1jY2FlLTQ3YTctOWI5ZS1iYjFkYTQwMjEXAMPLE1 "
],
"DescribeFleetCapacity": [
"aws gamelift describe-fleet-capacity --fleet-ids arn:aws:gamelift:us-west-2::fleet/fleet-a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 fleet-a1b2c3d4-5678-90ab-cdef-EXAMPLE22222 "
],
"DescribeFleetEvents": [
"aws gamelift describe-fleet-events --fleet-id arn:aws:gamelift:us-west-2::fleet/fleet-a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 --start-time 1579647600 --end-time 1579649400 --limit 5 "
],
"DescribeFleetPortSettings": [
"aws gamelift describe-fleet-port-settings --fleet-id arn:aws:gamelift:us-west-2::fleet/fleet-a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"DescribeFleetUtilization": [
"aws gamelift describe-fleet-utilization --fleet-ids arn:aws:gamelift:us-west-2::fleet/fleet-a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 ",
"aws gamelift describe-fleet-utilization --limit 2 ",
"aws gamelift describe-fleet-utilization --limit 2 --next-token eyJhd3NBY2NvdW50SWQiOnsicyI6IjMwMjc3NjAxNjM5OCJ9LCJidWlsZElkIjp7InMiOiJidWlsZC01NWYxZTZmMS1jY2FlLTQ3YTctOWI5ZS1iYjFkYTQwMjEXAMPLE2 "
],
"DescribeGameSessionQueues": [
"aws gamelift describe-game-session-queues --names MegaFrogRace-NA MegaFrogRace-EU "
],
"DescribeRuntimeConfiguration": [
"aws gamelift describe-runtime-configuration --fleet-id fleet-a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"ListBuilds": [
"aws gamelift list-builds --limit 2 ",
"aws gamelift list-builds --limit 2 --next-token eyJhd3NBY2NvdW50SWQiOnsicyI6IjMwMjc3NjAxNjM5OCJ9LCJidWlsZElkIjp7InMiOiJidWlsZC01NWYxZTZmMS1jY2FlLTQ3YTctOWI5ZS1iYjFkYTQwMjJEXAMPLE= ",
"aws gamelift list-builds --status FAILED "
],
"ListFleets": [
"aws gamelift list-fleets --limit 2 ",
"aws gamelift list-fleets --limit 2 --next-token eyJhd3NBY2NvdW50SWQiOnsicyI6IjMwMjc3NjAxNjM5OCJ9LCJidWlsZElkIjp7InMiOiJidWlsZC00NDRlZjQxZS1hM2I1LTQ2NDYtODJmMy0zYzI4ZTgxNjVjEXAMPLE= ",
"aws gamelift list-fleets --build-id build-a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"RequestUploadCredentials": [
"aws gamelift request-upload-credentials --build-id build-a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"StartFleetActions": [
"aws gamelift start-fleet-actions --fleet-id fleet-a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 --actions AUTO_SCALING "
],
"StopFleetActions": [],
"UpdateBuild": [
"aws gamelift update-build --build-id build-a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 --name MegaFrogRaceServer.NA.east --build-version 12345.east "
],
"UpdateGameSessionQueue": [
"aws gamelift update-game-session-queue --name MegaFrogRace-NA --destinations file://destinations.json --player-latency-policies file://latency-policies.json "
],
"UploadBuild": [
"aws gamelift upload-build --name MegaFrogRaceServer.NA --build-version 2.0.1 --build-root ~/MegaFrogRace_Server/release-na --operating-system AMAZON_LINUX_2 ",
"aws gamelift upload-build --name MegaFrogRaceServer.NA --build-version 2.0.1 --build-root C:\\MegaFrogRace_Server\\release-na --operating-system WINDOWS_2012 "
]
},
"glacier": {
"AbortMultipartUpload": [
"aws glacier abort-multipart-upload --account-id - --vault-name my-vault --upload-id 19gaRezEXAMPLES6Ry5YYdqthHOC_kGRCT03L9yetr220UmPtBYKk-OssZtLqyFu7sY1_lR7vgFuJV6NtcV5zpsJ "
],
"AbortVaultLock": [
"aws glacier abort-vault-lock --account-id - --vault-name MyVaultName "
],
"AddTagsToVault": [
"aws glacier add-tags-to-vault --account-id - --vault-name my-vault --tags id=1234,date=july2015 "
],
"CompleteMultipartUpload": [
"aws glacier complete-multipart-upload --archive-size 3145728 --checksum 9628195fcdbcbbe76cdde456d4646fa7de5f219fb39823836d81f0cc0e18aa67 --upload-id 19gaRezEXAMPLES6Ry5YYdqthHOC_kGRCT03L9yetr220UmPtBYKk-OssZtLqyFu7sY1_lR7vgFuJV6NtcV5zpsJ --account-id - --vault-name my-vault "
],
"CompleteVaultLock": [
"aws glacier complete-vault-lock --account-id - --vault-name MyVaultName --lock-id 9QZgEXAMPLEPhvL6xEXAMPLE "
],
"CreateVault": [
"aws glacier create-vault --vault-name my-vault --account-id - "
],
"DeleteArchive": [
"aws glacier delete-archive --account-id 111122223333 --vault-name example_vault --archive-id Sc0u9ZP8yaWkmh-XGlIvAVprtLhaLCGnNwNl5I5x9HqPIkX5mjc0DrId3Ln-Gi_k2HzmlIDZUz117KSdVMdMXLuFWi9PJUitxWO73edQ43eTlMWkH0pd9zVSAuV_XXZBVhKhyGhJ7w "
],
"DeleteVault": [
"aws glacier delete-vault --vault-name my-vault --account-id - "
],
"DeleteVaultAccessPolicy": [
"aws glacier delete-vault-access-policy --account-id 111122223333 --vault-name example_vault "
],
"DeleteVaultNotifications": [
"aws glacier delete-vault-notifications --account-id 111122223333 --vault-name example_vault "
],
"DescribeJob": [
"aws glacier describe-job --account-id - --vault-name my-vault --job-id zbxcm3Z_3z5UkoroF7SuZKrxgGoDc3RloGduS7Eg-RO47Yc6FxsdGBgf_Q2DK5Ejh18CnTS5XW4_XqlNHS61dsO4CnMW "
],
"DescribeVault": [
"aws glacier describe-vault --vault-name my-vault --account-id - "
],
"GetDataRetrievalPolicy": [
"aws glacier get-data-retrieval-policy --account-id - "
],
"GetJobOutput": [
"aws glacier get-job-output --account-id - --vault-name my-vault --job-id zbxcm3Z_3z5UkoroF7SuZKrxgGoDc3RloGduS7Eg-RO47Yc6FxsdGBgf_Q2DK5Ejh18CnTS5XW4_XqlNHS61dsO4CnMW output.json "
],
"GetVaultAccessPolicy": [
"aws glacier get-vault-access-policy --account-id 111122223333 --vault-name example_vault "
],
"GetVaultLock": [
"aws glacier get-vault-lock --account-id - --vault-name MyVaultName "
],
"GetVaultNotifications": [
"aws glacier get-vault-notifications --account-id - --vault-name my-vault "
],
"InitiateJob": [
"aws glacier initiate-job --account-id - --vault-name my-vault --job-parameters '{\"Type\": \"inventory-retrieval\"}' ",
"aws glacier initiate-job --account-id - --vault-name my-vault --job-parameters file://job-archive-retrieval.json "
],
"InitiateMultipartUpload": [
"aws glacier initiate-multipart-upload --account-id - --part-size 1048576 --vault-name my-vault --archive-description \"multipart upload test\" "
],
"InitiateVaultLock": [
"aws glacier initiate-vault-lock --account-id - --vault-name MyVaultName --policy file://vault_lock_policy.json "
],
"ListJobs": [
"aws glacier list-jobs --account-id - --vault-name my-vault "
],
"ListMultipartUploads": [
"aws glacier list-multipart-uploads --account-id - --vault-name my-vault "
],
"ListParts": [
"aws glacier list-parts --account-id - --vault-name my-vault --upload-id \"SYZi7qnL-YGqGwAm8Kn3BLP2ElNCvnB-5961R09CSaPmPwkYGHOqeN_nX3-Vhnd2yF0KfB5FkmbnBU9GubbdrCs8ut-D\" "
],
"ListProvisionedCapacity": [
"aws glacier list-provisioned-capacity --account-id 111122223333 "
],
"ListTagsForVault": [
"aws glacier list-tags-for-vault --account-id - --vault-name my-vault "
],
"ListVaults": [
"aws glacier list-vaults --account-id - "
],
"PurchaseProvisionedCapacity": [
"aws glacier purchase-provisioned-capacity --account-id 111122223333 "
],
"RemoveTagsFromVault": [
"aws glacier remove-tags-from-vault --account-id - --vault-name my-vault --tag-keys date "
],
"SetDataRetrievalPolicy": [
"aws glacier set-data-retrieval-policy --account-id - --policy file://data-retrieval-policy.json ",
"aws glacier set-data-retrieval-policy --account-id - --policy '{\"Rules\":[{\"Strategy\":\"FreeTier\"}]}' "
],
"SetVaultAccessPolicy": [
"aws glacier set-vault-access-policy --account-id 111122223333 --vault-name example_vault --policy '{\"Policy\": \"{\\\"Version\\\":\\\"2012-10-17\\\",\\\"Statement\\\":[{\\\"Effect\\\":\\\"Allow\\\",\\\"Principal\\\":{\\\"AWS\\\":\\\"arn:aws:iam::444455556666:root\\\"},\\\"Action\\\":\\\"glacier:ListJobs\\\",\\\"Resource\\\":\\\"arn:aws:glacier:us-east-1:111122223333:vaults/example_vault\\\"},{\\\"Effect\\\":\\\"Allow\\\",\\\"Principal\\\":{\\\"AWS\\\":\\\"arn:aws:iam::444455556666:root\\\"},\\\"Action\\\":\\\"glacier:UploadArchive\\\",\\\"Resource\\\":\\\"arn:aws:glacier:us-east-1:111122223333:vaults/example_vault\\\"}]}\"}' "
],
"SetVaultNotifications": [
"aws glacier set-vault-notifications --account-id - --vault-name my-vault --vault-notification-config file://notificationconfig.json "
],
"UploadArchive": [
"aws glacier upload-archive --account-id - --vault-name my-vault --body archive.zip "
],
"UploadMultipartPart": [
"aws glacier upload-multipart-part --body part1 --range 'bytes 0-1048575/*' --account-id - --vault-name my-vault --upload-id 19gaRezEXAMPLES6Ry5YYdqthHOC_kGRCT03L9yetr220UmPtBYKk-OssZtLqyFu7sY1_lR7vgFuJV6NtcV5zpsJ "
],
"Wait": {
"VaultExists": [
"aws glacier wait vault-exists --account-id 111122223333 --vault-name example_vault "
],
"VaultNotExists": [
"aws glacier wait vault-not-exists --account-id 111122223333 --vault-name example_vault "
]
}
},
"globalaccelerator": {
"AddCustomRoutingEndpoints": [
"aws globalaccelerator add-custom-routing-endpoints --endpoint-group-arn arn:aws:globalaccelerator::012345678901:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh/listener/0123vxyz/endpoint-group/4321abcd --endpoint-configurations \"EndpointId=subnet-1234567890abcdef0\" "
],
"AdvertiseByoipCidr": [
"aws globalaccelerator advertise-byoip-cidr --cidr 198.51.100.0/24 "
],
"AllowCustomRoutingTraffic": [
"aws globalaccelerator allow-custom-routing-traffic --endpoint-group-arn arn:aws:globalaccelerator::012345678901:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh/listener/0123vxyz/endpoint-group/ab88888example --endpoint-id subnet-abcd123example --destination-addresses \"172.31.200.6\" \"172.31.200.7\" --destination-ports 80 81 "
],
"CreateAccelerator": [
"aws globalaccelerator create-accelerator --name ExampleAccelerator --tags Key=\"Name\",Value=\"Example Name\" Key=\"Project\",Value=\"Example Project\" --ip-addresses 192.0.2.250 198.51.100.52 "
],
"CreateCustomRoutingAccelerator": [
"aws globalaccelerator create-custom-routing-accelerator --name ExampleCustomRoutingAccelerator --tags Key=\"Name\",Value=\"Example Name\" Key=\"Project\",Value=\"Example Project\" --ip-addresses 192.0.2.250 198.51.100.52 "
],
"CreateCustomRoutingEndpointGroup": [
"aws globalaccelerator create-custom-routing-endpoint-group --listener-arn arn:aws:globalaccelerator::012345678901:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh/listener/0123vxyz --endpoint-group-region us-east-2 --destination-configurations \"FromPort=80,ToPort=81,Protocols=TCP,UDP\" "
],
"CreateCustomRoutingListener": [
"aws globalaccelerator create-custom-routing-listener --accelerator-arn arn:aws:globalaccelerator::123456789012:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh --port-ranges FromPort=5000,ToPort=10000 "
],
"CreateEndpointGroup": [
"aws globalaccelerator create-endpoint-group --listener-arn arn:aws:globalaccelerator::012345678901:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh/listener/0123vxyz --endpoint-group-region us-east-1 --endpoint-configurations EndpointId=i-1234567890abcdef0,Weight=128 "
],
"CreateListener": [
"aws globalaccelerator create-listener --accelerator-arn arn:aws:globalaccelerator::123456789012:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh --port-ranges FromPort=80,ToPort=80 FromPort=81,ToPort=81 --protocol TCP "
],
"DenyCustomRoutingTraffic": [
"aws globalaccelerator deny-custom-routing-traffic --endpoint-group-arn \"arn:aws:globalaccelerator::012345678901:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh/listener/0123vxyz/endpoint-group/ab88888example\" --endpoint-id \"subnet-abcd123example\" --destination-addresses \"198.51.100.52\" "
],
"DeprovisionByoipCidr": [
"aws globalaccelerator deprovision-byoip-cidr --cidr \"198.51.100.0/24\" "
],
"DescribeAccelerator": [
"aws globalaccelerator describe-accelerator --accelerator-arn arn:aws:globalaccelerator::123456789012:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh "
],
"DescribeAcceleratorAttributes": [
"aws globalaccelerator describe-accelerator-attributes --accelerator-arn arn:aws:globalaccelerator::012345678901:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh "
],
"DescribeCustomRoutingAccelerator": [
"aws globalaccelerator describe-custom-routing-accelerator --accelerator-arn arn:aws:globalaccelerator::123456789012:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh "
],
"DescribeCustomRoutingAcceleratorAttributes": [
"aws globalaccelerator describe-custom-routing-accelerator-attributes --accelerator-arn arn:aws:globalaccelerator::012345678901:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh "
],
"DescribeCustomRoutingEndpointGroup": [
"aws globalaccelerator describe-custom-routing-endpoint-group --endpoint-group-arn arn:aws:globalaccelerator::012345678901:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh/listener/6789vxyz/endpoint-group/ab88888example "
],
"DescribeCustomRoutingListener": [
"aws globalaccelerator describe-custom-routing-listener --listener-arn arn:aws:globalaccelerator::012345678901:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh/listener/abcdef1234 "
],
"DescribeEndpointGroup": [
"aws globalaccelerator describe-endpoint-group --endpoint-group-arn arn:aws:globalaccelerator::012345678901:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh/listener/6789vxyz-vxyz-6789-vxyz-6789lmnopqrs/endpoint-group/ab88888example "
],
"DescribeListener": [
"aws globalaccelerator describe-listener --listener-arn arn:aws:globalaccelerator::012345678901:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh/listener/abcdef1234 "
],
"ListAccelerators": [
"aws globalaccelerator list-accelerators "
],
"ListByoipCidr": [
"aws globalaccelerator list-byoip-cidrs "
],
"ListCustomRoutingAccelerators": [
"aws globalaccelerator list-custom-routing-accelerators "
],
"ListCustomRoutingEndpointGroups": [
"aws globalaccelerator list-custom-routing-endpoint-groups --listener-arn arn:aws:globalaccelerator::012345678901:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh/listener/abcdef1234 "
],
"ListCustomRoutingListeners": [
"aws globalaccelerator list-custom-routing-listeners --accelerator-arn arn:aws:globalaccelerator::012345678901:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh "
],
"ListCustomRoutingPortMappings": [
"aws globalaccelerator list-custom-routing-port-mappings --accelerator-arn arn:aws:globalaccelerator::012345678901:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh "
],
"ListCustomRoutingPortMappingsByDestination": [
"aws globalaccelerator list-custom-routing-port-mappings-by-destination --endpoint-id subnet-abcd123example --destination-address 198.51.100.52 "
],
"ListEndpointGroups": [
"aws globalaccelerator --region us-west-2 list-endpoint-groups --listener-arn arn:aws:globalaccelerator::012345678901:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh/listener/abcdef1234 "
],
"ListListeners": [
"aws globalaccelerator list-listeners --accelerator-arn arn:aws:globalaccelerator::012345678901:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh "
],
"ListTagsForResource": [
"aws globalaccelerator list-tags-for-resource --resource-arn arn:aws:globalaccelerator::012345678901:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh "
],
"ProvisionByoipCidr": [
"aws globalaccelerator provision-byoip-cidr --cidr 192.0.2.250/24 --cidr-authorization-context Message=\"$text_message\",Signature=\"$signed_message\" "
],
"TagResource": [
"aws globalaccelerator tag-resource --resource-arn arn:aws:globalaccelerator::012345678901:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh --tags Key=\"Name\",Value=\"Example Name\" Key=\"Project\",Value=\"Example Project\" "
],
"UntagResource": [
"aws globalaccelerator untag-resource --resource-arn arn:aws:globalaccelerator::012345678901:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh --tag-keys Key=\"Name\" Key=\"Project\" "
],
"UpdateAccelerator": [
"aws globalaccelerator update-accelerator --accelerator-arn arn:aws:globalaccelerator::123456789012:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh --name ExampleAcceleratorNew "
],
"UpdateAcceleratorAttributes": [
"aws globalaccelerator update-accelerator-attributes --accelerator-arn arn:aws:globalaccelerator::012345678901:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh --flow-logs-enabled --flow-logs-s3-bucket flowlogs-abc --flow-logs-s3-prefix bucketprefix-abc "
],
"UpdateCustomRoutingAccelerator": [
"aws globalaccelerator --region us-west-2 update-custom-routing-accelerator --accelerator-arn arn:aws:globalaccelerator::123456789012:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh --name ExampleCustomRoutingAcceleratorNew "
],
"UpdateCustomRoutingAcceleratorAttributes": [
"aws globalaccelerator update-custom-routing-accelerator-attributes --accelerator-arn arn:aws:globalaccelerator::012345678901:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh --flow-logs-enabled --flow-logs-s3-bucket flowlogs-abc --flow-logs-s3-prefix bucketprefix-abc "
],
"UpdateCustomRoutingListener": [
"aws globalaccelerator update-custom-routing-listener --listener-arn arn:aws:globalaccelerator::012345678901:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh/listener/0123vxyz --port-ranges FromPort=10000,ToPort=20000 "
],
"UpdateEndpointGroup": [
"aws globalaccelerator update-endpoint-group --endpoint-group-arn arn:aws:globalaccelerator::123456789012:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh/listener/6789vxyz-vxyz-6789-vxyz-6789lmnopqrs/endpoint-group/ab88888example --endpoint-configurations EndpointId=eipalloc-eip01234567890abc,Weight=128 EndpointId=arn:aws:elasticloadbalancing:us-east-1:000123456789:loadbalancer/app/ALBTesting/alb01234567890xyz,Weight=128 EndpointId=arn:aws:elasticloadbalancing:us-east-1:000123456789:loadbalancer/net/NLBTesting/alb01234567890qrs,Weight=128 "
],
"UpdateListener": [
"aws globalaccelerator update-listener --listener-arn arn:aws:globalaccelerator::012345678901:accelerator/1234abcd-abcd-1234-abcd-1234abcdefgh/listener/0123vxyz --port-ranges FromPort=100,ToPort=100 "
],
"WithdrawByoipCidr": [
"aws globalaccelerator withdraw-byoip-cidr --cidr 192.0.2.250/24 "
]
},
"glue": {
"BatchStopJobRun": [
"aws glue batch-stop-job-run --job-name \"my-testing-job\" --job-run-id jr_852f1de1f29fb62e0ba4166c33970803935d87f14f96cfdee5089d5274a61d3f "
],
"CreateConnection": [
"aws glue create-connection --connection-input '{ \"Name\":\"conn-kafka-custom\", \"Description\":\"kafka connection with ssl to custom kafka\", \"ConnectionType\":\"KAFKA\", \"ConnectionProperties\":{ \"KAFKA_BOOTSTRAP_SERVERS\":\"<Kafka-broker-server-url>:<SSL-Port>\", \"KAFKA_SSL_ENABLED\":\"true\", \"KAFKA_CUSTOM_CERT\": \"s3://bucket/prefix/cert-file.pem\" }, \"PhysicalConnectionRequirements\":{ \"SubnetId\":\"subnet-1234\", \"SecurityGroupIdList\":[\"sg-1234\"], \"AvailabilityZone\":\"us-east-1a\"} }' --region us-east-1 --endpoint https://glue.us-east-1.amazonaws.com "
],
"CreateDatabase": [
"aws glue create-database --database-input \"{\\\"Name\\\":\\\"tempdb\\\"}\" --endpoint https://glue.us-east-1.amazonaws.com "
],
"CreateJob": [
"aws glue create-job --name my-testing-job --role AWSGlueServiceRoleDefault --command '{ \"Name\": \"gluestreaming\", \"ScriptLocation\": \"s3://DOC-EXAMPLE-BUCKET/folder/\" }' --region us-east-1 --output json --default-arguments '{ \"--job-language\":\"scala\", \"--class\":\"GlueApp\" }' --endpoint https://glue.us-east-1.amazonaws.com "
],
"CreateTable": [
"aws glue create-table --database-name tempdb --table-input '{\"Name\":\"test-kinesis-input\", \"StorageDescriptor\":{ \"Columns\":[ {\"Name\":\"sensorid\", \"Type\":\"int\"}, {\"Name\":\"currenttemperature\", \"Type\":\"int\"}, {\"Name\":\"status\", \"Type\":\"string\"} ], \"Location\":\"my-testing-stream\", \"Parameters\":{ \"typeOfData\":\"kinesis\",\"streamName\":\"my-testing-stream\", \"kinesisUrl\":\"https://kinesis.us-east-1.amazonaws.com\" }, \"SerdeInfo\":{ \"SerializationLibrary\":\"org.openx.data.jsonserde.JsonSerDe\"} }, \"Parameters\":{ \"classification\":\"json\"} }' --endpoint https://glue.us-east-1.amazonaws.com ",
"aws glue create-table --database-name tempdb --table-input '{\"Name\":\"test-kafka-input\", \"StorageDescriptor\":{ \"Columns\":[ {\"Name\":\"sensorid\", \"Type\":\"int\"}, {\"Name\":\"currenttemperature\", \"Type\":\"int\"}, {\"Name\":\"status\", \"Type\":\"string\"} ], \"Location\":\"glue-topic\", \"Parameters\":{ \"typeOfData\":\"kafka\",\"topicName\":\"glue-topic\", \"connectionName\":\"my-kafka-connection\" }, \"SerdeInfo\":{ \"SerializationLibrary\":\"org.apache.hadoop.hive.serde2.OpenCSVSerde\"} }, \"Parameters\":{ \"separatorChar\":\",\"} }' --endpoint https://glue.us-east-1.amazonaws.com ",
"aws glue create-table --database-name tempdb --table-input '{\"Name\":\"s3-output\", \"StorageDescriptor\":{ \"Columns\":[ {\"Name\":\"s1\", \"Type\":\"string\"}, {\"Name\":\"s2\", \"Type\":\"int\"}, {\"Name\":\"s3\", \"Type\":\"string\"} ], \"Location\":\"s3://bucket-path/\"}, \"SerdeInfo\":{ \"SerializationLibrary\":\"org.openx.data.jsonserde.JsonSerDe\"}, \"Parameters\":{ \"classification\":\"json\"} }' --endpoint https://glue.us-east-1.amazonaws.com "
],
"DeleteJob": [
"aws glue delete-job --job-name my-testing-job "
],
"GetDatabases": [
"aws glue get-databases "
],
"GetJob": [
"aws glue get-job --job-name my-testing-job "
],
"GetJobRun": [
"aws glue get-job-run --job-name \"Combine legistators data\" --run-id jr_012e176506505074d94d761755e5c62538ee1aad6f17d39f527e9140cf0c9a5e "
],
"GetJobRuns": [
"aws glue get-job-runs --job-name \"my-testing-job\" "
],
"GetPlan": [
"aws glue get-plan --mapping '[ { \"SourcePath\":\"sensorid\", \"SourceTable\":\"anything\", \"SourceType\":\"int\", \"TargetPath\":\"sensorid\", \"TargetTable\":\"anything\", \"TargetType\":\"int\" }, { \"SourcePath\":\"currenttemperature\", \"SourceTable\":\"anything\", \"SourceType\":\"int\", \"TargetPath\":\"currenttemperature\", \"TargetTable\":\"anything\", \"TargetType\":\"int\" }, { \"SourcePath\":\"status\", \"SourceTable\":\"anything\", \"SourceType\":\"string\", \"TargetPath\":\"status\", \"TargetTable\":\"anything\", \"TargetType\":\"string\" }]' --source '{ \"DatabaseName\":\"tempdb\", \"TableName\":\"s3-source\" }' --sinks '[ { \"DatabaseName\":\"tempdb\", \"TableName\":\"my-s3-sink\" }]' --language \"scala\" --endpoint https://glue.us-east-1.amazonaws.com --output \"text\" "
],
"GetTables": [
"aws glue get-tables --database-name 'tempdb' "
],
"StartCrawler": [
"aws glue start-crawler --name my-crawler "
],
"StartJobRun": [
"aws glue start-job-run --job-name my-job "
]
},
"greengrass": {
"AssociateRoleToGroup": [
"aws greengrass associate-role-to-group --group-id 2494ee3f-7f8a-4e92-a78b-d205f808b84b --role-arn arn:aws:iam::123456789012:role/GG-Group-Role "
],
"AssociateServiceRoleToAccount": [
"aws greengrass associate-service-role-to-account --role-arn \"arn:aws:iam::123456789012:role/service-role/Greengrass_ServiceRole\" "
],
"CreateConnectorDefinition": [
"aws greengrass create-connector-definition --name MySNSConnector --initial-version \"{\\\"Connectors\\\": [{\\\"Id\\\":\\\"MySNSConnector\\\",\\\"ConnectorArn\\\":\\\"arn:aws:greengrass:us-west-2::/connectors/SNS/versions/1\\\",\\\"Parameters\\\": {\\\"DefaultSNSArn\\\":\\\"arn:aws:sns:us-west-2:123456789012:GGConnectorTopic\\\"}}]}\" "
],
"CreateConnectorDefinitionVersion": [
"aws greengrass create-connector-definition-version --connector-definition-id \"55d0052b-0d7d-44d6-b56f-21867215e118\" --connectors \"[{\\\"Id\\\": \\\"MyTwilioNotificationsConnector\\\", \\\"ConnectorArn\\\": \\\"arn:aws:greengrass:us-west-2::/connectors/TwilioNotifications/versions/2\\\", \\\"Parameters\\\": {\\\"TWILIO_ACCOUNT_SID\\\": \\\"AC1a8d4204890840d7fc482aab38090d57\\\", \\\"TwilioAuthTokenSecretArn\\\": \\\"arn:aws:secretsmanager:us-west-2:123456789012:secret:greengrass-TwilioAuthToken-ntSlp6\\\", \\\"TwilioAuthTokenSecretArn-ResourceId\\\": \\\"TwilioAuthToken\\\", \\\"DefaultFromPhoneNumber\\\": \\\"4254492999\\\"}}]\" "
],
"CreateCoreDefinition": [
"aws greengrass create-core-definition --name cliGroup_Core ",
"aws greengrass create-core-definition --name \"MyCores\" --initial-version \"{\\\"Cores\\\":[{\\\"Id\\\":\\\"MyCoreDevice\\\",\\\"ThingArn\\\":\\\"arn:aws:iot:us-west-2:123456789012:thing/MyCoreDevice\\\",\\\"CertificateArn\\\":\\\"arn:aws:iot:us-west-2:123456789012:cert/123a15ec415668c2349a76170b64ac0878231c1e21ec83c10e92a1EXAMPLExyz\\\",\\\"SyncShadow\\\":true}]}\" "
],
"CreateCoreDefinitionVersion": [
"aws greengrass create-core-definition-version --core-definition-id \"582efe12-b05a-409e-9a24-a2ba1bcc4a12\" --cores \"[{\\\"Id\\\":\\\"MyCoreDevice\\\",\\\"ThingArn\\\":\\\"arn:aws:iot:us-west-2:123456789012:thing/MyCoreDevice\\\",\\\"CertificateArn\\\":\\\"arn:aws:iot:us-west-2:123456789012:cert/123a15ec415668c2349a76170b64ac0878231c1e21ec83c10e92a1EXAMPLExyz\\\",\\\"SyncShadow\\\":true}]\" "
],
"CreateDeployment": [
"aws greengrass create-deployment --deployment-type NewDeployment --group-id \"ce2e7d01-3240-4c24-b8e6-f6f6e7a9eeca\" --group-version-id \"dc40c1e9-e8c8-4d28-a84d-a9cad5f599c9\" "
],
"CreateDeviceDefinition": [
"aws greengrass create-device-definition --name \"Sensors\" --initial-version \"{\\\"Devices\\\":[{\\\"Id\\\":\\\"InteriorTherm\\\",\\\"ThingArn\\\":\\\"arn:aws:iot:us-west-2:123456789012:thing/InteriorTherm\\\",\\\"CertificateArn\\\":\\\"arn:aws:iot:us-west-2:123456789012:cert/66a415ec415668c2349a76170b64ac0878231c1e21ec83c10e92a18bd568eb92\\\",\\\"SyncShadow\\\":true},{\\\"Id\\\":\\\"ExteriorTherm\\\",\\\"ThingArn\\\":\\\"arn:aws:iot:us-west-2:123456789012:thing/ExteriorTherm\\\",\\\"CertificateArn\\\":\\\"arn:aws:iot:us-west-2:123456789012:cert/6c52ce1b47bde88a637e9ccdd45fe4e4c2c0a75a6866f8f63d980ee22fa51e02\\\",\\\"SyncShadow\\\":true}]}\" "
],
"CreateDeviceDefinitionVersion": [
"aws greengrass create-device-definition-version --device-definition-id \"f9ba083d-5ad4-4534-9f86-026a45df1ccd\" --devices \"[{\\\"Id\\\":\\\"InteriorTherm\\\",\\\"ThingArn\\\":\\\"arn:aws:iot:us-west-2:123456789012:thing/InteriorTherm\\\",\\\"CertificateArn\\\":\\\"arn:aws:iot:us-west-2:123456789012:cert/66a415ec415668c2349a76170b64ac0878231c1e21ec83c10e92a18bd568eb92\\\",\\\"SyncShadow\\\":true},{\\\"Id\\\":\\\"ExteriorTherm\\\",\\\"ThingArn\\\":\\\"arn:aws:iot:us-west-2:123456789012:thing/ExteriorTherm\\\",\\\"CertificateArn\\\":\\\"arn:aws:iot:us-west-2:123456789012:cert/6c52ce1b47bde88a637e9ccdd45fe4e4c2c0a75a6866f8f63d980ee22fa51e02\\\",\\\"SyncShadow\\\":true}]\" "
],
"CreateFunctionDefinition": [
"aws greengrass create-function-definition --name MyGreengrassFunctions --initial-version \"{\\\"Functions\\\": [{\\\"Id\\\": \\\"TempMonitorFunction\\\", \\\"FunctionArn\\\": \\\"arn:aws:lambda:us-west-2:123456789012:function:TempMonitor:GG_TempMonitor\\\", \\\"FunctionConfiguration\\\": {\\\"Executable\\\": \\\"temp_monitor.function_handler\\\", \\\"MemorySize\\\": 16000,\\\"Timeout\\\": 5}}]}\" "
],
"CreateFunctionDefinitionVersion": [
"aws greengrass create-function-definition-version --cli-input-json \"{\\\"FunctionDefinitionId\\\": \\\"e626e8c9-3b8f-4bf3-9cdc-d26ecdeb9fa3\\\",\\\"Functions\\\": [{\\\"Id\\\": \\\"Hello-World-function\\\", \\\"FunctionArn\\\": \\\"\"arn:aws:lambda:us-west-2:123456789012:function:Greengrass_HelloWorld_Counter:gghw-alias\"\\\",\\\"FunctionConfiguration\\\": {\\\"Environment\\\": {\\\"AccessSysfs\\\": true},\\\"Executable\\\": \\\"greengrassHelloWorldCounter.function_handler\\\",\\\"MemorySize\\\": 16000,\\\"Pinned\\\": false,\\\"Timeout\\\": 25}}]}\" "
],
"CreateGroup": [
"aws greengrass create-group --name cli-created-group "
],
"CreateGroupCertificateAuthority": [
"aws greengrass create-group-certificate-authority --group-id \"8eaadd72-ce4b-4f15-892a-0cc4f3a343f1\" "
],
"CreateGroupVersion": [
"aws greengrass create-group-version --group-id \"ce2e7d01-3240-4c24-b8e6-f6f6e7a9eeca\" --core-definition-version-arn \"arn:aws:greengrass:us-west-2:123456789012:/greengrass/definition/cores/6a630442-8708-4838-ad36-eb98849d975e/versions/6c87151b-1fb4-4cb2-8b31-6ee715d8f8ba\" --resource-definition-version-arn \"arn:aws:greengrass:us-west-2:123456789012:/greengrass/definition/resources/c8bb9ebc-c3fd-40a4-9c6a-568d75569d38/versions/a5f94d0b-f6bc-40f4-bb78-7a1c5fe13ba1\" --connector-definition-version-arn \"arn:aws:greengrass:us-west-2:123456789012:/greengrass/definition/connectors/55d0052b-0d7d-44d6-b56f-21867215e118/versions/78a3331b-895d-489b-8823-17b4f9f418a0\" --function-definition-version-arn \"arn:aws:greengrass:us-west-2:123456789012:/greengrass/definition/functions/3b0d0080-87e7-48c6-b182-503ec743a08b/versions/67f918b9-efb4-40b0-b87c-de8c9faf085b\" --subscription-definition-version-arn \"arn:aws:greengrass:us-west-2:123456789012:/greengrass/definition/subscriptions/9d611d57-5d5d-44bd-a3b4-feccbdd69112/versions/aa645c47-ac90-420d-9091-8c7ffa4f103f\" "
],
"CreateLoggerDefinition": [
"aws greengrass create-logger-definition --name \"LoggingConfigs\" --initial-version \"{\\\"Loggers\\\":[{\\\"Id\\\":\\\"1\\\",\\\"Component\\\":\\\"GreengrassSystem\\\",\\\"Level\\\":\\\"ERROR\\\",\\\"Space\\\":10240,\\\"Type\\\":\\\"FileSystem\\\"},{\\\"Id\\\":\\\"2\\\",\\\"Component\\\":\\\"Lambda\\\",\\\"Level\\\":\\\"INFO\\\",\\\"Space\\\":10240,\\\"Type\\\":\\\"FileSystem\\\"},{\\\"Id\\\":\\\"3\\\",\\\"Component\\\":\\\"Lambda\\\",\\\"Level\\\":\\\"INFO\\\",\\\"Type\\\":\\\"AWSCloudWatch\\\"}]}\" "
],
"CreateLoggerDefinitionVersion": [
"aws greengrass create-logger-definition-version --logger-definition-id \"a454b62a-5d56-4ca9-bdc4-8254e1662cb0\" --loggers \"[{\\\"Id\\\":\\\"1\\\",\\\"Component\\\":\\\"GreengrassSystem\\\",\\\"Level\\\":\\\"ERROR\\\",\\\"Space\\\":10240,\\\"Type\\\":\\\"FileSystem\\\"},{\\\"Id\\\":\\\"2\\\",\\\"Component\\\":\\\"Lambda\\\",\\\"Level\\\":\\\"INFO\\\",\\\"Space\\\":10240,\\\"Type\\\":\\\"FileSystem\\\"},{\\\"Id\\\":\\\"3\\\",\\\"Component\\\":\\\"GreengrassSystem\\\",\\\"Level\\\":\\\"WARN\\\",\\\"Type\\\":\\\"AWSCloudWatch\\\"},{\\\"Id\\\":\\\"4\\\",\\\"Component\\\":\\\"Lambda\\\",\\\"Level\\\":\\\"INFO\\\",\\\"Type\\\":\\\"AWSCloudWatch\\\"}]\" "
],
"CreateResourceDefinition": [
"aws greengrass create-resource-definition --name MyGreengrassResources --initial-version \"{\\\"Resources\\\": [{\\\"Id\\\": \\\"TwilioAuthToken\\\",\\\"Name\\\": \\\"MyTwilioAuthToken\\\",\\\"ResourceDataContainer\\\": {\\\"SecretsManagerSecretResourceData\\\": {\\\"ARN\\\": \\\"arn:aws:secretsmanager:us-west-2:123456789012:secret:greengrass-TwilioAuthToken-ntSlp6\\\"}}}]}\" "
],
"CreateResourceDefinitionVersion": [
"aws greengrass create-resource-definition-version --resource-definition-id \"c8bb9ebc-c3fd-40a4-9c6a-568d75569d38\" --resources \"[{\\\"Id\\\": \\\"TwilioAuthToken\\\",\\\"Name\\\": \\\"MyTwilioAuthToken\\\",\\\"ResourceDataContainer\\\": {\\\"SecretsManagerSecretResourceData\\\": {\\\"ARN\\\": \\\"arn:aws:secretsmanager:us-west-2:123456789012:secret:greengrass-TwilioAuthToken-ntSlp6\\\"}}}]\" "
],
"CreateSoftwareUpdateJob": [
"aws greengrass create-software-update-job --update-targets-architecture armv7l --update-targets [\\\"arn:aws:iot:us-west-2:123456789012:thing/MyFirstGroup_Core\\\"] --update-targets-operating-system raspbian --software-to-update core --s3-url-signer-role arn:aws:iam::123456789012:role/OTA_signer_role --update-agent-log-level WARN "
],
"CreateSubscriptionDefinition": [
"aws greengrass create-subscription-definition --initial-version \"{\\\"Subscriptions\\\": [{\\\"Id\\\": \\\"TriggerNotification\\\", \\\"Source\\\": \\\"arn:aws:lambda:us-west-2:123456789012:function:TempMonitor:GG_TempMonitor\\\", \\\"Subject\\\": \\\"twilio/txt\\\", \\\"Target\\\": \\\"arn:aws:greengrass:us-west-2::/connectors/TwilioNotifications/versions/1\\\"},{\\\"Id\\\": \\\"TemperatureInput\\\", \\\"Source\\\": \\\"cloud\\\", \\\"Subject\\\": \\\"temperature/input\\\", \\\"Target\\\": \\\"arn:aws:lambda:us-west-2:123456789012:function:TempMonitor:GG_TempMonitor\\\"},{\\\"Id\\\": \\\"OutputStatus\\\", \\\"Source\\\": \\\"arn:aws:greengrass:us-west-2::/connectors/TwilioNotifications/versions/1\\\", \\\"Subject\\\": \\\"twilio/message/status\\\", \\\"Target\\\": \\\"cloud\\\"}]}\" "
],
"CreateSubscriptionDefinitionVersion": [
"aws greengrass create-subscription-definition-version --subscription-definition-id \"9d611d57-5d5d-44bd-a3b4-feccbdd69112\" --subscriptions \"[{\\\"Id\\\": \\\"TriggerNotification\\\", \\\"Source\\\": \\\"arn:aws:lambda:us-west-2:123456789012:function:TempMonitor:GG_TempMonitor\\\", \\\"Subject\\\": \\\"twilio/txt\\\", \\\"Target\\\": \\\"arn:aws:greengrass:us-west-2::/connectors/TwilioNotifications/versions/1\\\"},{\\\"Id\\\": \\\"TemperatureInput\\\", \\\"Source\\\": \\\"cloud\\\", \\\"Subject\\\": \\\"temperature/input\\\", \\\"Target\\\": \\\"arn:aws:lambda:us-west-2:123456789012:function:TempMonitor:GG_TempMonitor\\\"},{\\\"Id\\\": \\\"OutputStatus\\\", \\\"Source\\\": \\\"arn:aws:greengrass:us-west-2::/connectors/TwilioNotifications/versions/1\\\", \\\"Subject\\\": \\\"twilio/message/status\\\", \\\"Target\\\": \\\"cloud\\\"}]\" "
],
"DeleteConnectorDefinition": [
"aws greengrass delete-connector-definition --connector-definition-id \"b5c4ebfd-f672-49a3-83cd-31c7216a7bb8\" "
],
"DeleteCoreDefinition": [
"aws greengrass delete-core-definition --core-definition-id \"ff36cc5f-9f98-4994-b468-9d9b6dc52abd\" "
],
"DeleteDeviceDefinition": [
"aws greengrass delete-device-definition --device-definition-id \"f9ba083d-5ad4-4534-9f86-026a45df1ccd\" "
],
"DeleteFunctionDefinition": [
"aws greengrass delete-function-definition --function-definition-id \"fd4b906a-dff3-4c1b-96eb-52ebfcfac06a\" "
],
"DeleteGroup": [
"aws greengrass delete-group --group-id \"4e22bd92-898c-436b-ade5-434d883ff749\" "
],
"DeleteLoggerDefinition": [
"aws greengrass delete-logger-definition --logger-definition-id \"a454b62a-5d56-4ca9-bdc4-8254e1662cb0\" "
],
"DeleteResourceDefinition": [
"aws greengrass delete-resource-definition --resource-definition-id \"ad8c101d-8109-4b0e-b97d-9cc5802ab658\" "
],
"DeleteSubscriptionDefinition": [
"aws greengrass delete-subscription-definition --subscription-definition-id \"cd6f1c37-d9a4-4e90-be94-01a7404f5967\" "
],
"DisassociateRoleFromGroup": [
"aws greengrass disassociate-role-from-group --group-id 2494ee3f-7f8a-4e92-a78b-d205f808b84b "
],
"DisassociateServiceRoleFromAccount": [
"aws greengrass disassociate-service-role-from-account "
],
"GetAssociatedRole": [
"aws greengrass get-associated-role --group-id 2494ee3f-7f8a-4e92-a78b-d205f808b84b "
],
"GetBulkDeploymentStatus": [
"aws greengrass get-bulk-deployment-status --bulk-deployment-id \"870fb41b-6288-4e0c-bc76-a7ba4b4d3267\" "
],
"GetConnectivityInfo": [
"aws greengrass get-connectivity-info --thing-name \"MyGroup_Core\" "
],
"GetConnectorDefinition": [
"aws greengrass get-connector-definition --connector-definition-id \"b5c4ebfd-f672-49a3-83cd-31c7216a7bb8\" "
],
"GetConnectorDefinitionVersion": [
"aws greengrass get-connector-definition-version --connector-definition-id \"b5c4ebfd-f672-49a3-83cd-31c7216a7bb8\" --connector-definition-version-id \"63c57963-c7c2-4a26-a7e2-7bf478ea2623\" "
],
"GetCoreDefinition": [
"aws greengrass get-core-definition --core-definition-id \"c906ed39-a1e3-4822-a981-7b9bd57b4b46\" "
],
"GetCoreDefinitionVersion": [
"aws greengrass get-core-definition-version --core-definition-id \"c906ed39-a1e3-4822-a981-7b9bd57b4b46\" --core-definition-version-id \"42aeeac3-fd9d-4312-a8fd-ffa9404a20e0\" "
],
"GetDeploymentStatus": [
"aws greengrass get-deployment-status --group-id \"1013db12-8b58-45ff-acc7-704248f66731\" --deployment-id \"1065b8a0-812b-4f21-9d5d-e89b232a530f\" "
],
"GetDeviceDefinition": [
"aws greengrass get-device-definition --device-definition-id \"f9ba083d-5ad4-4534-9f86-026a45df1ccd\" "
],
"GetDeviceDefinitionVersion": [
"aws greengrass get-device-definition-version --device-definition-id \"f9ba083d-5ad4-4534-9f86-026a45df1ccd\" --device-definition-version-id \"83c13984-6fed-447e-84d5-5b8aa45d5f71\" "
],
"GetFunctionDefinition": [
"aws greengrass get-function-definition --function-definition-id \"063f5d1a-1dd1-40b4-9b51-56f8993d0f85\" "
],
"GetFunctionDefinitionVersion": [
"aws greengrass get-function-definition-version --function-definition-id \"063f5d1a-1dd1-40b4-9b51-56f8993d0f85\" --function-definition-version-id \"9748fda7-1589-4fcc-ac94-f5559e88678b\" "
],
"GetGroup": [
"aws greengrass get-group --group-id \"1013db12-8b58-45ff-acc7-704248f66731\" "
],
"GetGroupCertificateAuthority": [
"aws greengrass get-group-certificate-authority --group-id \"1013db12-8b58-45ff-acc7-704248f66731\" --certificate-authority-id \"f0430e1736ea8ed30cc5d5de9af67a7e3586bad9ae4d89c2a44163f65fdd8cf6\" "
],
"GetGroupCertificateConfiguration": [
"aws greengrass get-group-certificate-configuration --group-id \"1013db12-8b58-45ff-acc7-704248f66731\" "
],
"GetGroupVersion": [
"aws greengrass get-group-version --group-id \"1013db12-8b58-45ff-acc7-704248f66731\" --group-version-id \"115136b3-cfd7-4462-b77f-8741a4b00e5e\" "
],
"GetLoggerDefinition": [
"aws greengrass get-logger-definition --logger-definition-id \"49eeeb66-f1d3-4e34-86e3-3617262abf23\" "
],
"GetLoggerDefinitionVersion": [
"aws greengrass get-logger-definition-version --logger-definition-id \"49eeeb66-f1d3-4e34-86e3-3617262abf23\" --logger-definition-version-id \"5e3f6f64-a565-491e-8de0-3c0d8e0f2073\" "
],
"GetResourceDefinition": [
"aws greengrass get-resource-definition --resource-definition-id \"ad8c101d-8109-4b0e-b97d-9cc5802ab658\" "
],
"GetResourceDefinitionVersion": [
"aws greengrass get-resource-definition-version --resource-definition-id \"ad8c101d-8109-4b0e-b97d-9cc5802ab658\" --resource-definition-version-id \"26e8829a-491a-464d-9c87-664bf6f6f2be\" "
],
"GetServiceRoleForAccount": [
"aws greengrass get-service-role-for-account "
],
"GetSubscriptionDefinition": [
"aws greengrass get-subscription-definition --subscription-definition-id \"70e49321-83d5-45d2-bc09-81f4917ae152\" "
],
"GetSubscriptionDefinitionVersion": [
"aws greengrass get-subscription-definition-version --subscription-definition-id \"70e49321-83d5-45d2-bc09-81f4917ae152\" --subscription-definition-version-id \"88ae8699-12ac-4663-ba3f-4d7f0519140b\" "
],
"GetThingRuntimeConfiguration": [
"aws greengrass get-thing-runtime-configuration --thing-name SampleGreengrassCore "
],
"ListBulkDeploymentDetailedReports": [
"aws greengrass list-bulk-deployment-detailed-reports --bulk-deployment-id 42ce9c42-489b-4ed4-b905-8996aa50ef9d "
],
"ListBulkDeployments": [
"aws greengrass list-bulk-deployments "
],
"ListConnectorDefinitionVersions": [
"aws greengrass list-connector-definition-versions --connector-definition-id \"b5c4ebfd-f672-49a3-83cd-31c7216a7bb8\" "
],
"ListConnectorDefinitions": [
"aws greengrass list-connector-definitions "
],
"ListCoreDefinitionVersions": [
"aws greengrass list-core-definition-versions --core-definition-id \"eaf280cb-138c-4d15-af36-6f681a1348f7\" "
],
"ListCoreDefinitions": [
"aws greengrass list-core-definitions "
],
"ListDeployments": [
"aws greengrass list-deployments --group-id \"1013db12-8b58-45ff-acc7-704248f66731\" "
],
"ListDeviceDefinitionVersions": [
"aws greengrass list-device-definition-versions --device-definition-id \"f9ba083d-5ad4-4534-9f86-026a45df1ccd\" "
],
"ListDeviceDefinitions": [
"aws greengrass list-device-definitions --region us-west-2 "
],
"ListFunctionDefinitionVersions": [
"aws greengrass list-function-definition-versions --function-definition-id \"063f5d1a-1dd1-40b4-9b51-56f8993d0f85\" "
],
"ListFunctionDefinitions": [
"aws greengrass list-function-definitions "
],
"ListGroupCertificateAuthorities": [
"aws greengrass list-group-certificate-authorities --group-id \"1013db12-8b58-45ff-acc7-704248f66731\" "
],
"ListGroupVersions": [
"aws greengrass list-group-versions --group-id \"1013db12-8b58-45ff-acc7-704248f66731\" "
],
"ListGroups": [
"aws greengrass list-groups "
],
"ListLoggerDefinitionVersions": [
"aws greengrass list-logger-definition-versions --logger-definition-id \"49eeeb66-f1d3-4e34-86e3-3617262abf23\" "
],
"ListLoggerDefinitions": [
"aws greengrass list-logger-definitions "
],
"ListResourceDefinitionVersions": [
"aws greengrass list-resource-definition-versions --resource-definition-id \"ad8c101d-8109-4b0e-b97d-9cc5802ab658\" "
],
"ListResourceDefinitions": [
"aws greengrass list-resource-definitions "
],
"ListSubscriptionDefinitionVersions": [
"aws greengrass list-subscription-definition-versions --subscription-definition-id \"70e49321-83d5-45d2-bc09-81f4917ae152\" "
],
"ListSubscriptionDefinitions": [
"aws greengrass list-subscription-definitions "
],
"ListTagsForResource": [
"aws greengrass list-tags-for-resource --resource-arn \"arn:aws:greengrass:us-west-2:123456789012:/greengrass/definition/resources/ad8c101d-8109-4b0e-b97d-9cc5802ab658\" "
],
"ResetDeployments": [
"aws greengrass reset-deployments --group-id \"1402daf9-71cf-4cfe-8be0-d5e80526d0d8\" --force "
],
"StartBulkDeployment": [
"aws greengrass start-bulk-deployment --cli-input-json \"{\\\"InputFileUri\\\":\\\"https://gg-group-deployment1.s3-us-west-2.amazonaws.com/MyBulkDeploymentInputFile.txt\\\", \\\"ExecutionRoleArn\\\":\\\"arn:aws:iam::123456789012:role/ggCreateDeploymentRole\\\",\\\"AmznClientToken\\\":\\\"yourAmazonClientToken\\\"}\" "
],
"StopBulkDeployment": [
"aws greengrass stop-bulk-deployment --bulk-deployment-id \"870fb41b-6288-4e0c-bc76-a7ba4b4d3267\" "
],
"TagResource": [
"aws greengrass tag-resource --resource-arn \"arn:aws:greengrass:us-west-2:123456789012:/greengrass/definition/resources/ad8c101d-8109-4b0e-b97d-9cc5802ab658\" --tags \"ResourceType=Device,ResourceSubType=USB\" "
],
"UntagResource": [
"aws greengrass untag-resource --resource-arn \"arn:aws:greengrass:us-west-2:123456789012:/greengrass/groups/1013db12-8b58-45ff-acc7-704248f66731\" --tag-keys \"Category\" "
],
"UpdateConnectivityInfo": [
"aws greengrass update-connectivity-info --thing-name \"MyGroup_Core\" --connectivity-info \"[{\\\"Metadata\\\":\\\"\\\",\\\"PortNumber\\\":8883,\\\"HostAddress\\\":\\\"127.0.0.1\\\",\\\"Id\\\":\\\"localhost_127.0.0.1_0\\\"},{\\\"Metadata\\\":\\\"\\\",\\\"PortNumber\\\":8883,\\\"HostAddress\\\":\\\"192.168.1.3\\\",\\\"Id\\\":\\\"localIP_192.168.1.3\\\"}]\" "
],
"UpdateConnectorDefinition": [
"aws greengrass update-connector-definition --connector-definition-id \"55d0052b-0d7d-44d6-b56f-21867215e118\" --name \"GreengrassConnectors2019\" "
],
"UpdateCoreDefinition": [
"aws greengrass update-core-definition --core-definition-id \"582efe12-b05a-409e-9a24-a2ba1bcc4a12\" --name \"MyCoreDevices\" "
],
"UpdateDeviceDefinition": [
"aws greengrass update-device-definition --device-definition-id \"f9ba083d-5ad4-4534-9f86-026a45df1ccd\" --name \"TemperatureSensors\" "
],
"UpdateFunctionDefinition": [
"aws greengrass update-function-definition --function-definition-id \"e47952bd-dea9-4e2c-a7e1-37bbe8807f46\" --name ObsoleteFunction "
],
"UpdateGroup": [
"aws greengrass update-group --group-id \"1402daf9-71cf-4cfe-8be0-d5e80526d0d8\" --name TestGroup4of6 "
],
"UpdateGroupCertificateConfiguration": [
"aws greengrass update-group-certificate-configuration --group-id \"8eaadd72-ce4b-4f15-892a-0cc4f3a343f1\" --certificate-expiry-in-milliseconds 864000000 "
],
"UpdateLoggerDefinition": [
"aws greengrass update-logger-definition --logger-definition-id \"a454b62a-5d56-4ca9-bdc4-8254e1662cb0\" --name \"LoggingConfigsForSensors\" "
],
"UpdateResourceDefinition": [
"aws greengrass update-resource-definition --resource-definition-id \"c8bb9ebc-c3fd-40a4-9c6a-568d75569d38\" --name GreengrassConnectorResoruces "
],
"UpdateSubscriptionDefinition": [
"aws greengrass update-subscription-definition --subscription-definition-id \"fa81bc84-3f59-4377-a84b-5d0134da359b\" --name \"ObsoleteSubscription\" "
],
"UpdateThingRuntimeConfiguration": [
"aws greengrass update-thing-runtime-configuration --thing-name SampleGreengrassCore --telemetry-configuration {\\\"Telemetry\\\":\\\"On\\\"} "
]
},
"greengrassv2": {
"CancelDeployment": [
"aws greengrassv2 cancel-deployment --deployment-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"CreateComponentVersion": [
"aws greengrassv2 create-component-version --inline-recipe fileb://com.example.HelloWorld-1.0.0.json ",
"aws greengrassv2 create-component-version --cli-input-json file://lambda-function-component.json "
],
"CreateDeployment": [
"aws greengrassv2 create-deployment --cli-input-json file://cli-deployment.json ",
"aws greengrassv2 create-deployment --cli-input-json file://nucleus-deployment.json "
],
"DeleteComponent": [
"aws greengrassv2 delete-component --arn arn:aws:greengrass:us-west-2:123456789012:components:com.example.HelloWorld:versions:1.0.0 "
],
"DeleteCoreDevice": [
"aws greengrassv2 delete-core-device --core-device-thing-name MyGreengrassCore "
],
"DescribeComponent": [
"aws greengrassv2 describe-component --arn arn:aws:greengrass:us-west-2:123456789012:components:com.example.HelloWorld:versions:1.0.0 "
],
"GetComponent": [
"aws greengrassv2 get-component --arn arn:aws:greengrass:us-west-2:123456789012:components:com.example.HelloWorld:versions:1.0.0 --recipe-output-format YAML --query recipe --output text | base64 --decode > com.example.HelloWorld-1.0.0.json ",
"aws greengrassv2 get-component ^ --arn arn:aws:greengrass:us-west-2:675946970638:components:com.example.HelloWorld:versions:1.0.0 ^ --recipe-output-format YAML ^ --query recipe ^ --output text > com.example.HelloWorld-1.0.0.yaml.b64 ",
"aws greengrassv2 get-component ` --arn arn:aws:greengrass:us-west-2:675946970638:components:com.example.HelloWorld:versions:1.0.0 ` --recipe-output-format YAML ` --query recipe ` --output text > com.example.HelloWorld-1.0.0.yaml.b64 "
],
"GetComponentVersionArtifact": [
"aws greengrassv2 get-component-version-artifact --arn arn:aws:greengrass:us-west-2:aws:components:aws.greengrass.LocalDebugConsole:versions:2.0.3 --artifact-name \"Uvt6ZEzQ9TKiAuLbfXBX_APdY0TWks3uc46tHFHTzBM=/aws.greengrass.LocalDebugConsole.jar\" "
],
"GetCoreDevice": [
"aws greengrassv2 get-core-device --core-device-thing-name MyGreengrassCore "
],
"GetDeployment": [
"aws greengrassv2 get-deployment --deployment-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"ListComponentVersions": [
"aws greengrassv2 list-component-versions --arn arn:aws:greengrass:us-west-2:123456789012:components:com.example.HelloWorld "
],
"ListComponents": [
"aws greengrassv2 list-components "
],
"ListCoreDevices": [
"aws greengrassv2 list-core-devices "
],
"ListDeployments": [
"aws greengrassv2 list-deployments "
],
"ListEffectiveDeployments": [
"aws greengrassv2 list-effective-deployments --core-device-thing-name MyGreengrassCore "
],
"ListInstalledComponents": [
"aws greengrassv2 list-installed-components --core-device-thing-name MyGreengrassCore "
],
"ListTagsForResource": [
"aws greengrassv2 list-tags-for-resource --resource-arn arn:aws:greengrass:us-west-2:123456789012:coreDevices:MyGreengrassCore "
],
"TagResource": [
"aws greengrassv2 tag-resource --resource-arn arn:aws:greengrass:us-west-2:123456789012:coreDevices:MyGreengrassCore --tags Owner=richard-roe "
],
"UntagResource": []
},
"guardduty": {
"AcceptInvitation": [
"aws guardduty accept-invitation --detector-id 12abc34d567e8fa901bc2d34eexample --master-id 123456789111 --invitation-id d6b94fb03a66ff665f7db8764example "
],
"ArchiveFindings": [
"aws guardduty archive-findings --detector-id 12abc34d567e8fa901bc2d34eexample --finding-ids d6b94fb03a66ff665f7db8764example 3eb970e0de00c16ec14e6910fexample "
],
"CreateDetector": [
"aws guardduty create-detector --enable "
],
"CreateFilter": [
"aws guardduty create-filter --detector-id b6b992d6d2f48e64bc59180bfexample --action ARCHIVE --name myFilter --finding-criteria '{\"Criterion\": {\"type\": {\"Eq\": [\"Recon:EC2/Portscan\"]},\"resource.instanceDetails.imageId\": {\"Eq\": [\"ami-0a7a207083example\"]}}}' "
],
"CreateIpSet": [
"aws guardduty create-ip-set --detector-id 12abc34d567e8fa901bc2d34eexample --name new-ip-set --format TXT --location s3://AWSDOC-EXAMPLE-BUCKET/customtrustlist.csv --activate "
],
"CreateMembers": [
"aws guardduty create-members --detector-id b6b992d6d2f48e64bc59180bfexample --account-details AccountId=111122223333,Email=first+member@example.com AccountId=111111111111,Email=another+member@example.com "
],
"CreatePublishingDestination": [
"aws guardduty create-publishing-destination --detector-id b6b992d6d2f48e64bc59180bfexample --destination-type S3 --destination-properties DestinationArn=arn:aws:s3:::yourbucket,KmsKeyArn=arn:aws:kms:us-west-1:111122223333:key/84cee9c5-dea1-401a-ab6d-e1de7example "
],
"CreateSampleFindings": [
"aws guardduty create-sample-findings --detector-id b6b992d6d2f48e64bc59180bfexample --finding-types UnauthorizedAccess:EC2/TorClient UnauthorizedAccess:EC2/TorRelay "
],
"CreateThreatIntelSet": [
"aws guardduty create-threat-intel-set --detector-id b6b992d6d2f48e64bc59180bfexample --name myThreatSet --format TXT --location s3://EXAMPLEBUCKET/threatlist.csv --activate "
],
"DeclineInvitations": [
"aws guardduty decline-invitations --account-ids 111122223333 "
],
"DeleteDetector": [
"aws guardduty delete-detector --detector-id b6b992d6d2f48e64bc59180bfexample "
],
"DeleteFilter": [
"aws guardduty delete-filter --detector-id b6b992d6d2f48e64bc59180bfexample --filter-name byebyeFilter "
],
"DisableOrganizationAdminAccount": [
"aws guardduty disable-organization-admin-account --admin-account-id 111122223333 "
],
"DisassociateFromMasterAccount": [
"aws guardduty disassociate-from-master-account --detector-id d4b040365221be2b54a6264dcexample "
],
"GetDetector": [
"aws guardduty get-detector --detector-id 12abc34d567e8fa901bc2d34eexample "
],
"GetFindings": [
"aws guardduty get-findings --detector-id 12abc34d567e8fa901bc2d34eexample --finding-id 1ab92989eaf0e742df4a014d5example "
],
"GetIpSet": [
"aws guardduty get-ip-set --detector-id 12abc34d567e8fa901bc2d34eexample --ip-set-id d4b94fc952d6912b8f3060768example "
],
"GetMasterAccount": [
"aws guardduty get-master-account --detector-id 12abc34d567e8fa901bc2d34eexample "
],
"ListDetectors": [
"aws guardduty list-detectors "
],
"ListFindings": [
"aws guardduty list-findings --detector-id 12abc34d567e8fa901bc2d34eexample --sort-criteria '{\"AttributeName\": \"severity\",\"OrderBy\":\"DESC\"}' ",
"aws guardduty list-findings --detector-id 12abc34d567e8fa901bc2d34eexample --finding-criteria '{\"Criterion\":{\"type\": {\"Eq\":[\"UnauthorizedAccess:EC2/SSHBruteForce\"]}}}' ",
"aws guardduty list-findings --detector-id 12abc34d567e8fa901bc2d34eexample --finding-criteria file://myfile.json "
],
"ListInvitations": [
"aws guardduty list-invitations "
],
"ListIpSets": [
"aws guardduty list-ip-sets --detector-id 12abc34d567e8fa901bc2d34eexample "
],
"ListMembers": [
"aws guardduty list-members --detector-id 12abc34d567e8fa901bc2d34eexample "
],
"UpdateIpSet": [
"aws guardduty update-ip-set --detector-id 12abc34d567e8fa901bc2d34eexample --ip-set-id d4b94fc952d6912b8f3060768example --location https://AWSDOC-EXAMPLE-BUCKET.s3-us-west-2.amazonaws.com/customtrustlist2.csv "
]
},
"health": {
"DescribeAffectedEntities": [
"aws health describe-affected-entities --filter \"eventArns=arn:aws:health:global::event/BILLING/AWS_BILLING_NOTIFICATION/AWS_BILLING_NOTIFICATION_6ce1d874-e995-40e2-99cd-EXAMPLE11145\" --region us-east-1 "
],
"DescribeEventDetails": [
"aws health describe-event-details --event-arns \"arn:aws:health:us-east-1::event/EC2/AWS_EC2_OPERATIONAL_ISSUE/AWS_EC2_OPERATIONAL_ISSUE_VKTXI_EXAMPLE111\" --region us-east-1 "
],
"DescribeEvents": [
"aws health describe-events --region us-east-1 ",
"aws health describe-events --filter \"services=EC2,eventStatusCodes=closed\" "
]
},
"healthlake": {
"CreateFhirDatastore": [
"aws healthlake create-fhir-datastore --region us-east-1 --datastore-type-version R4 --datastore-type-version R4 --datastore-name \"FhirTestDatastore\" "
],
"DeleteFhirDatastore": [
"aws healthlake delete-fhir-datastore --datastore-id \"(Data Store ID)\" --region us-east-1 "
],
"DescribeFhirDatastore": [
"aws healthlake describe-fhir-datastore --datastore-id \"1f2f459836ac6c513ce899f9e4f66a59\" --region us-east-1 "
],
"DescribeFhirExportJob": [
"aws healthlake describe-fhir-export-job --datastore-id \"(Datastore ID)\" --job-id 9b9a51943afaedd0a8c0c26c49135a31 "
],
"DescribeFhirImportJob": [
"aws healthlake describe-fhir-import-job --datastore-id \"(Datastore ID)\" --job-id c145fbb27b192af392f8ce6e7838e34f --region us-east-1 "
],
"ListFhirDatastores": [
"aws healthlake list-fhir-datastores --region us-east-1 --filter DatastoreStatus=ACTIVE "
],
"StartFhirExportJob": [
"aws healthlake start-fhir-export-job --output-data-config S3Uri=\"s3://(Bucket Name)/(Prefix Name)/\" --datastore-id \"(Datastore ID)\" --data-access-role-arn \"arn:aws:iam::(AWS Account ID):role/(Role Name)\" "
],
"StartFhirImportJob": [
"aws healthlake start-fhir-import-job --input-data-config S3Uri=\"s3://(Bucket Name)/(Prefix Name)/\" --datastore-id \"(Datastore ID)\" --data-access-role-arn \"arn:aws:iam::(AWS Account ID):role/(Role Name)\" --region us-east-1 "
]
},
"iam": {
"AddClientIdToOpenIdConnectProvider": [
"aws iam add-client-id-to-open-id-connect-provider --client-id my-application-ID --open-id-connect-provider-arn arn:aws:iam::123456789012:oidc-provider/server.example.com "
],
"AddRoleToInstanceProfile": [
"aws iam add-role-to-instance-profile --role-name S3Access --instance-profile-name Webserver "
],
"AddUserToGroup": [
"aws iam add-user-to-group --user-name Bob --group-name Admins "
],
"AttachGroupPolicy": [
"aws iam attach-group-policy --policy-arn arn:aws:iam::aws:policy/ReadOnlyAccess --group-name Finance "
],
"AttachRolePolicy": [
"aws iam attach-role-policy --policy-arn arn:aws:iam::aws:policy/ReadOnlyAccess --role-name ReadOnlyRole "
],
"AttachUserPolicy": [
"aws iam attach-user-policy --policy-arn arn:aws:iam:ACCOUNT-ID:aws:policy/AdministratorAccess --user-name Alice "
],
"ChangePassword": [
"aws iam change-password --generate-cli-skeleton ",
"aws iam change-password --cli-input-json file://change-password.json "
],
"CreateAccessKey": [
"aws iam create-access-key --user-name Bob "
],
"CreateAccountAlias": [
"aws iam create-account-alias --account-alias examplecorp "
],
"CreateGroup": [
"aws iam create-group --group-name Admins "
],
"CreateInstanceProfile": [
"aws iam create-instance-profile --instance-profile-name Webserver "
],
"CreateLoginProfile": [
"aws iam create-login-profile --generate-cli-skeleton ",
"aws iam create-login-profile --cli-input-json file://create-login-profile.json "
],
"CreateOpenIdConnectProvider": [
"aws iam create-open-id-connect-provider --generate-cli-skeleton ",
"aws iam create-open-id-connect-provider --cli-input-json file://create-open-id-connect-provider.json "
],
"CreatePolicy": [
"aws iam create-policy --policy-name my-policy --policy-document file://policy "
],
"CreatePolicyVersion": [
"aws iam create-policy-version --policy-arn arn:aws:iam::123456789012:policy/MyPolicy --policy-document file://NewPolicyVersion.json --set-as-default "
],
"CreateRole": [
"aws iam create-role --role-name Test-Role --assume-role-policy-document file://Test-Role-Trust-Policy.json "
],
"CreateSamlProvider": [
"aws iam create-saml-provider --saml-metadata-document file://SAMLMetaData.xml --name MySAMLProvider "
],
"CreateServiceLinkedRole": [
"aws iam create-service-linked-role --aws-service-name lex.amazonaws.com --description \"My service-linked role to support Lex\" "
],
"CreateServiceSpecificCredential": [
"aws iam create-service-specific-credential --user-name sofia --service-name codecommit.amazonaws.com "
],
"CreateUser": [
"aws iam create-user --user-name Bob "
],
"CreateVirtualMfaDevice": [
"aws iam create-virtual-mfa-device --virtual-mfa-device-name BobsMFADevice --outfile C:/QRCode.png --bootstrap-method QRCodePNG "
],
"DeactivateMfaDevice": [
"aws iam deactivate-mfa-device --user-name Bob --serial-number arn:aws:iam::210987654321:mfa/BobsMFADevice "
],
"DecodeAuthorizationMessage": [],
"DeleteAccessKey": [
"aws iam delete-access-key --access-key-id AKIDPMS9RO4H3FEXAMPLE --user-name Bob "
],
"DeleteAccountAlias": [
"aws iam delete-account-alias --account-alias mycompany "
],
"DeleteAccountPasswordPolicy": [
"aws iam delete-account-password-policy "
],
"DeleteGroup": [
"aws iam delete-group --group-name MyTestGroup "
],
"DeleteGroupPolicy": [
"aws iam delete-group-policy --group-name Admins --policy-name ExamplePolicy "
],
"DeleteInstanceProfile": [
"aws iam delete-instance-profile --instance-profile-name ExampleInstanceProfile "
],
"DeleteLoginProfile": [
"aws iam delete-login-profile --user-name Bob "
],
"DeleteOpenIdConnectProvider": [
"aws iam delete-open-id-connect-provider --open-id-connect-provider-arn arn:aws:iam::123456789012:oidc-provider/example.oidcprovider.com "
],
"DeletePolicy": [
"aws iam delete-policy --policy-arn arn:aws:iam::123456789012:policy/MySamplePolicy "
],
"DeletePolicyVersion": [
"aws iam delete-policy-version --policy-arn arn:aws:iam::123456789012:policy/MyPolicy --version-id v2 "
],
"DeleteRole": [
"aws iam delete-role --role-name Test-Role "
],
"DeleteRolePermissionsBoundary": [
"aws iam delete-role-permissions-boundary --role-name lambda-application-role "
],
"DeleteRolePolicy": [
"aws iam delete-role-policy --role-name Test-Role --policy-name ExamplePolicy "
],
"DeleteSamlProvider": [
"aws iam delete-saml-provider --saml-provider-arn arn:aws:iam::123456789012:saml-provider/SAMLADFSProvider "
],
"DeleteServerCertificate": [
"aws iam delete-server-certificate --server-certificate-name myUpdatedServerCertificate "
],
"DeleteServiceLinkedRole": [
"aws iam delete-service-linked-role --role-name AWSServiceRoleForLexBots "
],
"DeleteServiceSpecificCredential": [
"aws iam delete-service-specific-credential --service-specific-credential-id ACCAEXAMPLE123EXAMPLE ",
"aws iam delete-service-specific-credential --user-name sofia --service-specific-credential-id ACCAEXAMPLE123EXAMPLE "
],
"DeleteSigningCertificate": [
"aws iam delete-signing-certificate --user-name Bob --certificate-id TA7SMP42TDN5Z26OBPJE7EXAMPLE "
],
"DeleteSshPublicKey": [
"aws iam delete-ssh-public-key --user-name sofia --ssh-public-key-id APKA123456789EXAMPLE "
],
"DeleteUser": [
"aws iam delete-user --user-name Bob "
],
"DeleteUserPermissionsBoundary": [
"aws iam delete-user-permissions-boundary --user-name intern "
],
"DeleteUserPolicy": [
"aws iam delete-user-policy --user-name Bob --policy-name ExamplePolicy "
],
"DeleteVirtualMfaDevice": [
"aws iam delete-virtual-mfa-device --serial-number arn:aws:iam::123456789012:mfa/MFATest "
],
"DetachGroupPolicy": [
"aws iam detach-group-policy --group-name Testers --policy-arn arn:aws:iam::123456789012:policy/TesterAccessPolicy "
],
"DetachRolePolicy": [
"aws iam detach-role-policy --role-name FedTesterRole --policy-arn arn:aws:iam::123456789012:policy/FederatedTesterAccessPolicy "
],
"DetachUserPolicy": [
"aws iam detach-user-policy --user-name Bob --policy-arn arn:aws:iam::123456789012:policy/TesterPolicy "
],
"EnableMfaDevice": [
"aws iam enable-mfa-device --user-name Bob --serial-number arn:aws:iam::210987654321:mfa/BobsMFADevice --authentication-code1 123456 --authentication-code2 789012 "
],
"GenerateCredentialReport": [
"aws iam generate-credential-report "
],
"GenerateOrganizationsAccessReport": [
"aws iam generate-organizations-access-report --entity-path o-4fxmplt198/r-c3xb ",
"aws iam generate-organizations-access-report --entity-path o-4fxmplt198/r-c3xb/123456789012 ",
"aws iam generate-organizations-access-report --entity-path o-4fxmplt198/r-c3xb/ou-c3xb-lmu7j2yg/234567890123 "
],
"GenerateServiceLastAccessedDetails": [
"aws iam generate-service-last-accessed-details --arn arn:aws:iam::123456789012:policy/intern-boundary ",
"aws iam generate-service-last-accessed-details --arn arn:aws:iam::aws:policy/AdministratorAccess "
],
"GetAccessKeyLastUsed": [
"aws iam get-access-key-last-used --access-key-id ABCDEXAMPLEGHIJK "
],
"GetAccountAuthorizationDetails": [
"aws iam get-account-authorization-details "
],
"GetAccountPasswordPolicy": [
"aws iam get-account-password-policy "
],
"GetAccountSummary": [
"aws iam get-account-summary "
],
"GetContextKeysForCustomPolicy": [
"aws iam get-context-keys-for-custom-policy --policy-input-list '{\"Version\":\"2012-10-17\",\"Statement\":{\"Effect\":\"Allow\",\"Action\":\"dynamodb:*\",\"Resource\":\"arn:aws:dynamodb:us-west-2:123456789012:table/${aws:username}\",\"Condition\":{\"DateGreaterThan\":{\"aws:CurrentTime\":\"2015-08-16T12:00:00Z\"}}}}' ",
"aws iam get-context-keys-for-custom-policy --policy-input-list file://policyfile.json "
],
"GetContextKeysForPrincipalPolicy": [
"aws iam get-context-keys-for-principal-policy --policy-source-arn arn:aws:iam::123456789012:user/saanvi "
],
"GetCredentialReport": [
"aws iam get-credential-report "
],
"GetGroup": [
"aws iam get-group --group-name Admins "
],
"GetGroupPolicy": [
"aws iam get-group-policy --group-name Test-Group --policy-name S3-ReadOnly-Policy "
],
"GetInstanceProfile": [
"aws iam get-instance-profile --instance-profile-name ExampleInstanceProfile "
],
"GetLoginProfile": [
"aws iam get-login-profile --user-name Bob "
],
"GetOpenIdConnectProvider": [
"aws iam get-open-id-connect-provider --open-id-connect-provider-arn arn:aws:iam::123456789012:oidc-provider/server.example.com "
],
"GetOrganizationsAccessReport": [
"aws iam get-organizations-access-report --job-id a8b6c06f-aaa4-8xmp-28bc-81da71836359 "
],
"GetPolicy": [
"aws iam get-policy --policy-arn arn:aws:iam::123456789012:policy/MySamplePolicy "
],
"GetPolicyVersion": [
"aws iam get-policy-version --policy-arn arn:aws:iam::123456789012:policy/MyPolicy --version-id v2 "
],
"GetRole": [
"aws iam get-role --role-name Test-Role "
],
"GetRolePolicy": [
"aws iam get-role-policy --role-name Test-Role --policy-name ExamplePolicy "
],
"GetSamlProvider": [
"aws iam get-saml-provider --saml-provider-arn arn:aws:iam::123456789012:saml-provider/SAMLADFS "
],
"GetServerCertificate": [
"aws iam get-server-certificate --server-certificate-name myUpdatedServerCertificate "
],
"GetServiceLastAccessedDetails": [
"aws iam get-service-last-accessed-details --job-id 2eb6c2b8-7b4c-3xmp-3c13-03b72c8cdfdc "
],
"GetServiceLastAccessedDetailsWithEntities": [
"aws iam get-service-last-accessed-details-with-entities --job-id 78b6c2ba-d09e-6xmp-7039-ecde30b26916 --service-namespace lambda "
],
"GetServiceLinkedRoleDeletionStatus": [
"aws iam get-service-linked-role-deletion-status --deletion-task-id task/aws-service-role/lex.amazonaws.com/AWSServiceRoleForLexBots/1a2b3c4d-1234-abcd-7890-abcdeEXAMPLE "
],
"GetSshPublicKey": [
"aws iam get-ssh-public-key --user-name sofia --ssh-public-key-id APKA123456789EXAMPLE --encoding SSH ",
"aws iam get-ssh-public-key --user-name sofia --ssh-public-key-id APKA123456789EXAMPLE --encoding PEM "
],
"GetUser": [
"aws iam get-user --user-name Paulo "
],
"GetUserPolicy": [
"aws iam get-user-policy --user-name Bob --policy-name ExamplePolicy "
],
"ListAccessKeys": [
"aws iam list-access-keys --user-name Bob "
],
"ListAccountAliases": [
"aws iam list-account-aliases "
],
"ListAttachedGroupPolicies": [
"aws iam list-attached-group-policies --group-name Admins "
],
"ListAttachedRolePolicies": [
"aws iam list-attached-role-policies --role-name SecurityAuditRole "
],
"ListAttachedUserPolicies": [
"aws iam list-attached-user-policies --user-name Bob "
],
"ListEntitiesForPolicy": [
"aws iam list-entities-for-policy --policy-arn arn:aws:iam::123456789012:policy/TestPolicy "
],
"ListGroupPolicies": [
"aws iam list-group-policies --group-name Admins "
],
"ListGroups": [
"aws iam list-groups "
],
"ListGroupsForUser": [
"aws iam list-groups-for-user --user-name Bob "
],
"ListInstanceProfiles": [
"aws iam list-instance-profiles "
],
"ListInstanceProfilesForRole": [
"aws iam list-instance-profiles-for-role --role-name Test-Role "
],
"ListMfaDevices": [
"aws iam list-mfa-devices --user-name Bob "
],
"ListOpenIdConnectProviders": [
"aws iam list-open-id-connect-providers "
],
"ListPolicies": [
"aws iam list-policies --max-items 2 "
],
"ListPoliciesGrantingServiceAccess": [
"aws iam list-policies-granting-service-access --arn arn:aws:iam::123456789012:user/sofia --service-namespaces codecommit "
],
"ListPolicyVersions": [
"aws iam list-policy-versions --policy-arn arn:aws:iam::123456789012:policy/MySamplePolicy "
],
"ListRolePolicies": [
"aws iam list-role-policies --role-name Test-Role "
],
"ListRoleTags": [
"aws iam list-role-tags --role-name production-role "
],
"ListRoles": [
"aws iam list-roles "
],
"ListSamlProviders": [
"aws iam list-saml-providers "
],
"ListServerCertificates": [
"aws iam list-server-certificates "
],
"ListServiceSpecificCredential": [
"aws iam list-service-specific-credentials --user-name sofia ",
"aws iam list-service-specific-credentials --service-name codecommit.amazonaws.com "
],
"ListServiceSpecificCredentials": [
"aws iam list-service-specific-credentials --user-name developer --service-name codecommit.amazonaws.com "
],
"ListSigningCertificates": [
"aws iam list-signing-certificates --user-name Bob "
],
"ListSshPublicKeys": [
"aws iam list-ssh-public-keys --user-name sofia "
],
"ListUserPolicies": [
"aws iam list-user-policies --user-name Bob "
],
"ListUserTags": [
"aws iam list-user-tags --user-name alice "
],
"ListUsers": [
"aws iam list-users "
],
"ListVirtualMfaDevices": [
"aws iam list-virtual-mfa-devices "
],
"PutGroupPolicy": [
"aws iam put-group-policy --group-name Admins --policy-document file://AdminPolicy.json --policy-name AdminRoot "
],
"PutRolePermissionsBoundary": [
"aws iam put-role-permissions-boundary --permissions-boundary arn:aws:iam::123456789012:policy/intern-boundary --role-name lambda-application-role ",
"aws iam put-role-permissions-boundary --permissions-boundary arn:aws:iam::aws:policy/PowerUserAccess --role-name x-account-admin "
],
"PutRolePolicy": [
"aws iam put-role-policy --role-name Test-Role --policy-name ExamplePolicy --policy-document file://AdminPolicy.json "
],
"PutUserPermissionsBoundary": [
"aws iam put-user-permissions-boundary --permissions-boundary arn:aws:iam::123456789012:policy/intern-boundary --user-name intern ",
"aws iam put-user-permissions-boundary --permissions-boundary arn:aws:iam::aws:policy/PowerUserAccess --user-name developer "
],
"PutUserPolicy": [
"aws iam put-user-policy --user-name Bob --policy-name ExamplePolicy --policy-document file://AdminPolicy.json "
],
"RemoveClientIdFromOpenIdConnectProvider": [
"aws iam remove-client-id-from-open-id-connect-provider --client-id My-TestApp-3 --open-id-connect-provider-arn arn:aws:iam::123456789012:oidc-provider/example.oidcprovider.com "
],
"RemoveRoleFromInstanceProfile": [
"aws iam remove-role-from-instance-profile --instance-profile-name ExampleInstanceProfile --role-name Test-Role "
],
"RemoveUserFromGroup": [
"aws iam remove-user-from-group --user-name Bob --group-name Admins "
],
"ResetServiceSpecificCredential": [
"aws iam reset-service-specific-credential --service-specific-credential-id ACCAEXAMPLE123EXAMPLE ",
"aws iam reset-service-specific-credential --user-name sofia --service-specific-credential-id ACCAEXAMPLE123EXAMPLE "
],
"ResyncMfaDevice": [
"aws iam resync-mfa-device --user-name Bob --serial-number arn:aws:iam::210987654321:mfa/BobsMFADevice --authentication-code1 123456 --authentication-code2 987654 "
],
"SetDefaultPolicyVersion": [
"aws iam set-default-policy-version --policy-arn arn:aws:iam::123456789012:policy/MyPolicy --version-id v2 "
],
"SetSecurityTokenServicePreferences": [
"aws iam set-security-token-service-preferences --global-endpoint-token-version v2Token "
],
"SimulateCustomPolicy": [
"aws iam simulate-custom-policy --policy-input-list '{\"Version\":\"2012-10-17\",\"Statement\":{\"Effect\":\"Allow\",\"Action\":\"dynamodb:*\",\"Resource\":\"*\",\"Condition\":{\"DateGreaterThan\":{\"aws:CurrentTime\":\"2018-08-16T12:00:00Z\"}}}}' --action-names dynamodb:CreateBackup --context-entries \"ContextKeyName='aws:CurrentTime',ContextKeyValues='2019-04-25T11:00:00Z',ContextKeyType=date\" ",
"aws iam simulate-custom-policy --policy-input-list '{\"Version\":\"2012-10-17\",\"Statement\":{\"Effect\":\"Allow\",\"Action\":\"dynamodb:*\",\"Resource\":\"*\",\"Condition\":{\"DateGreaterThan\":{\"aws:CurrentTime\":\"2018-08-16T12:00:00Z\"}}}}' --action-names dynamodb:CreateBackup --context-entries \"ContextKeyName='aws:CurrentTime',ContextKeyValues='2014-04-25T11:00:00Z',ContextKeyType=date\" "
],
"SimulatePrincipalPolicy": [
"aws iam simulate-principal-policy --policy-source-arn arn:aws:iam::123456789012:user/alejandro --action-names codecommit:ListRepositories ",
"aws iam simulate-principal-policy --policy-source-arn arn:aws:iam::123456789012:user/alejandro --action-names dynamodb:CreateBackup --context-entries \"ContextKeyName='aws:CurrentTime',ContextKeyValues='2018-04-25T11:00:00Z',ContextKeyType=date\" "
],
"TagRole": [
"aws iam tag-role --role-name my-role --tags '{\"Key\": \"Department\", \"Value\": \"Accounting\"}' "
],
"TagUser": [
"aws iam tag-user --user-name alice --tags '{\"Key\": \"Department\", \"Value\": \"Accounting\"}' "
],
"UntagRole": [
"aws iam untag-role --role-name my-role --tag-keys Department "
],
"UntagUser": [
"aws iam untag-user --user-name alice --tag-keys Department "
],
"UpdateAccessKey": [
"aws iam update-access-key --access-key-id AKIAIOSFODNN7EXAMPLE --status Inactive --user-name Bob "
],
"UpdateAccountPasswordPolicy": [
"aws iam update-account-password-policy --minimum-password-length 8 --require-numbers "
],
"UpdateAssumeRolePolicy": [
"aws iam update-assume-role-policy --role-name Test-Role --policy-document file://Test-Role-Trust-Policy.json "
],
"UpdateGroup": [
"aws iam update-group --group-name Test --new-group-name Test-1 "
],
"UpdateLoginProfile": [
"aws iam update-login-profile --user-name Bob --password <password "
],
"UpdateOpenIdConnectProviderThumbprint": [
"aws iam update-open-id-connect-provider-thumbprint --open-id-connect-provider-arn arn:aws:iam::123456789012:oidc-provider/example.oidcprovider.com --thumbprint-list 7359755EXAMPLEabc3060bce3EXAMPLEec4542a3 "
],
"UpdateRole": [
"aws iam update-role --role-name production-role --description 'Main production role' --max-session-duration 43200 "
],
"UpdateRoleDescription": [
"aws iam update-role-description --role-name production-role --description 'Main production role' "
],
"UpdateSamlProvider": [
"aws iam update-saml-provider --saml-metadata-document file://SAMLMetaData.xml --saml-provider-arn arn:aws:iam::123456789012:saml-provider/SAMLADFS "
],
"UpdateServerCertificate": [],
"UpdateServiceSpecificCredential": [
"aws iam update-service-specific-credential --service-specific-credential-id ACCAEXAMPLE123EXAMPLE --status Inactive ",
"aws iam update-service-specific-credential --user-name sofia --service-specific-credential-id ACCAEXAMPLE123EXAMPLE --status Inactive "
],
"UpdateSigningCertificate": [
"aws iam update-signing-certificate --certificate-id TA7SMP42TDN5Z26OBPJE7EXAMPLE --status Inactive --user-name Bob "
],
"UpdateSshPublicKey": [
"aws iam update-ssh-public-key --user-name sofia --ssh-public-key-id APKA1234567890EXAMPLE --status Inactive "
],
"UpdateUser": [
"aws iam update-user --user-name Bob --new-user-name Robert "
],
"UploadServerCertificate": [
"aws iam upload-server-certificate --server-certificate-name myServerCertificate --certificate-body file://public_key_cert_file.pem --private-key file://my_private_key.pem --certificate-chain file://my_certificate_chain_file.pem "
],
"UploadSigningCertificate": [
"aws iam upload-signing-certificate --user-name Bob --certificate-body file://certificate.pem "
],
"UploadSshPublicKey": [
"aws iam upload-ssh-public-key --user-name sofia --ssh-public-key-body file://sshkey.pub "
],
"Wait": {
"InstanceProfileExists": [
"aws iam wait instance-profile-exists --instance-profile-name WebServer "
],
"PolicyExists": [
"aws iam wait policy-exists --policy-arn arn:aws:iam::123456789012:policy/MyPolicy "
],
"RoleExists": [
"aws iam wait role-exists --role-name MyRole "
],
"UserExists": [
"aws iam wait user-exists --user-name marcia "
]
}
},
"imagebuilder": {
"CreateComponent": [
"aws imagebuilder create-component --cli-input-json file://create-component.json "
],
"CreateDistributionConfiguration": [
"aws imagebuilder create-distribution-configuration --cli-input-json file:/create-distribution-configuration.json "
],
"CreateImage": [
"aws imagebuilder create-image --image-recipe-arn arn:aws:imagebuilder:us-west-2:123456789012:image-recipe/mybasicrecipe/2019.12.03 --infrastructure-configuration-arn arn:aws:imagebuilder:us-west-2:123456789012:infrastructure-configuration/myexampleinfrastructure "
],
"CreateImagePipeline": [
"aws imagebuilder create-image-pipeline --cli-input-json file://create-image-pipeline.json "
],
"CreateImageRecipe": [
"aws imagebuilder create-image-recipe --cli-input-json file://create-image-recipe.json "
],
"CreateInfrastructureConfiguration": [
"aws imagebuilder create-infrastructure-configuration --cli-input-json file://create-infrastructure-configuration.json "
],
"DeleteComponent": [
"aws imagebuilder delete-component --component-build-version-arn arn:aws:imagebuilder:us-west-2:123456789012:component/myexamplecomponent/2019.12.02/1 "
],
"DeleteImage": [
"aws imagebuilder delete-image --image-build-version-arn arn:aws:imagebuilder:us-west-2:123456789012:image/my-example-image/2019.12.02/1 "
],
"DeleteImagePipeline": [
"aws imagebuilder delete-image-pipeline --image-pipeline-arn arn:aws:imagebuilder:us-west-2:123456789012:image-pipeline/my-example-pipeline "
],
"DeleteImageRecipe": [
"aws imagebuilder delete-image-recipe --image-recipe-arn arn:aws:imagebuilder:us-east-1:123456789012:image-recipe/mybasicrecipe/2019.12.03 "
],
"DeleteInfrastructureConfiguration": [
"aws imagebuilder delete-infrastructure-configuration --infrastructure-configuration-arn arn:aws:imagebuilder:us-east-1:123456789012:infrastructure-configuration/myexampleinfrastructure "
],
"GetComponent": [
"aws imagebuilder get-component --component-build-version-arn arn:aws:imagebuilder:us-west-2:123456789012:component/component-name/1.0.0/1 "
],
"GetComponentPolicy": [
"aws imagebuilder get-component-policy --component-arn arn:aws:imagebuilder:us-west-2:123456789012:component/my-example-component/2019.12.03/1 "
],
"GetDistributionConfiguration": [
"aws imagebuilder get-distribution-configuration --distribution-configuration-arn arn:aws:imagebuilder:us-west-2:123456789012:distribution-configuration/myexampledistribution "
],
"GetImage": [
"aws imagebuilder get-image --image-build-version-arn arn:aws:imagebuilder:us-west-2:123456789012:image/mybasicrecipe/2019.12.03/1 "
],
"GetImagePipeline": [
"aws imagebuilder get-image-pipeline --image-pipeline-arn arn:aws:imagebuilder:us-west-2:123456789012:image-pipeline/mywindows2016pipeline "
],
"GetImagePolicy": [
"aws imagebuilder get-image-policy --image-arn arn:aws:imagebuilder:us-west-2:123456789012:image/my-example-image/2019.12.03/1 "
],
"GetImageRecipePolicy": [
"aws imagebuilder get-image-recipe-policy --image-recipe-arn arn:aws:imagebuilder:us-west-2:123456789012:image-recipe/my-example-image-recipe/2019.12.03/1 "
],
"GetInfrastructureConfiguration": [
"aws imagebuilder get-infrastructure-configuration --infrastructure-configuration-arn arn:aws:imagebuilder:us-west-2:123456789012:infrastructure-configuration/myexampleinfrastructure "
],
"ImportComponent": [
"aws imagebuilder import-component --cli-input-json file://import-component.json "
],
"ListComponentBuildVersions": [
"aws imagebuilder list-component-build-versions --component-version-arn arn:aws:imagebuilder:us-west-2:123456789012:component/myexamplecomponent/2019.12.02 "
],
"ListComponents": [
"aws imagebuilder list-components "
],
"ListDistributionConfigurations": [
"aws imagebuilder list-distribution-configurations "
],
"ListImageBuildVersions": [
"aws imagebuilder list-image-build-versions --image-version-arn arn:aws:imagebuilder:us-west-2:123456789012:image/mybasicrecipe/2019.12.03 "
],
"ListImagePipelineImages": [
"aws imagebuilder list-image-pipeline-images --image-pipeline-arn arn:aws:imagebuilder:us-west-2:123456789012:image-pipeline/mywindows2016pipeline "
],
"ListImageRecipes": [
"aws imagebuilder list-image-recipes "
],
"ListImages": [
"aws imagebuilder list-images "
],
"ListInfrastructureConfigurations": [
"aws imagebuilder list-infrastructure-configurations "
],
"ListTagsForResource": [
"aws imagebuilder list-tags-for-resource --resource-arn arn:aws:imagebuilder:us-west-2:123456789012:image-pipeline/mywindows2016pipeline "
],
"PutComponentPolicy": [
"aws imagebuilder put-component-policy --component-arn arn:aws:imagebuilder:us-west-2:123456789012:component/examplecomponent/2019.12.02/1 --policy '{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Effect\": \"Allow\", \"Principal\": { \"AWS\": [ \"123456789012\" ] }, \"Action\": [ \"imagebuilder:GetComponent\", \"imagebuilder:ListComponents\" ], \"Resource\": [ \"arn:aws:imagebuilder:us-west-2:123456789012:component/examplecomponent/2019.12.02/1\" ] } ] }' "
],
"PutImagePolicy": [
"aws imagebuilder put-image-policy --image-arn arn:aws:imagebuilder:us-west-2:123456789012:image/example-image/2019.12.02/1 --policy '{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Effect\": \"Allow\", \"Principal\": { \"AWS\": [ \"123456789012\" ] }, \"Action\": [ \"imagebuilder:GetImage\", \"imagebuilder:ListImages\" ], \"Resource\": [ \"arn:aws:imagebuilder:us-west-2:123456789012:image/example-image/2019.12.02/1\" ] } ] }' "
],
"PutImageRecipePolicy": [
"aws imagebuilder put-image-recipe-policy --image-recipe-arn arn:aws:imagebuilder:us-west-2:123456789012:image-recipe/example-image-recipe/2019.12.02/1 --policy '{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Effect\": \"Allow\", \"Principal\": { \"AWS\": [ \"123456789012\" ] }, \"Action\": [ \"imagebuilder:GetImageRecipe\", \"imagebuilder:ListImageRecipes\" ], \"Resource\": [ \"arn:aws:imagebuilder:us-west-2:123456789012:image-recipe/example-image-recipe/2019.12.02/1\" ] } ] }' "
],
"StartImagePipelineExecution": [
"aws imagebuilder start-image-pipeline-execution --image-pipeline-arn arn:aws:imagebuilder:us-west-2:123456789012:image-pipeline/mywindows2016pipeline "
],
"TagResource": [
"aws imagebuilder tag-resource --cli-input-json file://tag-resource.json "
],
"UntagResource": [
"aws imagebuilder untag-resource --cli-input-json file://tag-resource.json "
],
"UpdateDistributionConfiguration": [
"aws imagebuilder update-distribution-configuration --cli-input-json file://update-distribution-configuration.json "
],
"UpdateImagePipeline": [
"aws imagebuilder update-image-pipeline --cli-input-json file://update-image-pipeline.json "
],
"UpdateInfrastructureConfiguration": [
"aws imagebuilder update-infrastructure-configuration --cli-input-json file:/update-infrastructure-configuration.json "
]
},
"importexport": {
"CancelJob": [
"aws importexport cancel-job --job-id EX1ID "
],
"CreateJob": [
"aws importexport create-job --job-type import --manifest file://manifest --no-validate-only ",
"aws importexport create-job --job-type import --no-validate-only --manifest 'manifestVersion: 2.0; returnAddress: name: Jane Roe company: Example Corp. street1: 123 Any Street city: Anytown stateOrProvince: WA postalCode: 91011-1111 phoneNumber: 206-555-1111 country: USA deviceId: 49382 eraseDevice: yes notificationEmail: john.doe@example.com;jane.roe@example.com bucket: myBucket' "
],
"GetShippingLabel": [
"aws importexport get-shipping-label --job-ids EX1ID --name \"Jane Roe\" --company \"Example Corp.\" --phone-number \"206-555-1111\" --country \"USA\" --state-or-province \"WA\" --city \"Anytown\" --postal-code \"91011-1111\" --street-1 \"123 Any Street\" "
],
"GetStatus": [
"aws importexport get-status --job-id EX1ID "
],
"ListJobs": [
"aws importexport list-jobs "
],
"UpdateJob": [
"aws importexport update-job --job-id EX1ID --job-type import --manifest file://manifest.txt --no-validate-only "
]
},
"inspector": {
"AddAttributesToFindings": [
"aws inspector add-attributes-to-findings --finding-arns arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-8l1VIE0D/run/0-Z02cjjug/finding/0-T8yM9mEU --attributes key=Example,value=example "
],
"CreateAssessmentTarget": [
"aws inspector create-assessment-target --assessment-target-name ExampleAssessmentTarget --resource-group-arn arn:aws:inspector:us-west-2:123456789012:resourcegroup/0-AB6DMKnv "
],
"CreateAssessmentTemplate": [
"aws inspector create-assessment-template --assessment-target-arn arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX --assessment-template-name ExampleAssessmentTemplate --duration-in-seconds 180 --rules-package-arns arn:aws:inspector:us-west-2:758058086616:rulespackage/0-9hgA516p --user-attributes-for-findings key=ExampleTag,value=examplevalue "
],
"CreateResourceGroup": [
"aws inspector create-resource-group --resource-group-tags key=Name,value=example "
],
"DeleteAssessmentRun": [
"aws inspector delete-assessment-run --assessment-run-arn arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-it5r2S4T/run/0-11LMTAVe "
],
"DeleteAssessmentTarget": [
"aws inspector delete-assessment-target --assessment-target-arn arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq "
],
"DeleteAssessmentTemplate": [
"aws inspector delete-assessment-template --assessment-template-arn arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-it5r2S4T "
],
"DescribeAssessmentRuns": [
"aws inspector describe-assessment-runs --assessment-run-arns arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MKkpXXPE "
],
"DescribeAssessmentTargets": [
"aws inspector describe-assessment-targets --assessment-target-arns arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq "
],
"DescribeAssessmentTemplates": [
"aws inspector describe-assessment-templates --assessment-template-arns arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw "
],
"DescribeCrossAccountAccessRole": [
"aws inspector describe-cross-account-access-role "
],
"DescribeFindings": [
"aws inspector describe-findings --finding-arns arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MKkpXXPE/finding/0-HwPnsDm4 "
],
"DescribeResourceGroups": [
"aws inspector describe-resource-groups --resource-group-arns arn:aws:inspector:us-west-2:123456789012:resourcegroup/0-PyGXopAI "
],
"DescribeRulesPackages": [
"aws inspector describe-rules-packages --rules-package-arns arn:aws:inspector:us-west-2:758058086616:rulespackage/0-9hgA516p "
],
"GetTelemetryMetadata": [
"aws inspector get-telemetry-metadata --assessment-run-arn arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MKkpXXPE "
],
"ListAssessmentRunAgents": [
"aws inspector list-assessment-run-agents --assessment-run-arn arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MKkpXXPE "
],
"ListAssessmentRuns": [
"aws inspector list-assessment-runs "
],
"ListAssessmentTargets": [
"aws inspector list-assessment-targets "
],
"ListAssessmentTemplates": [
"aws inspector list-assessment-templates "
],
"ListEventSubscriptions": [
"aws inspector list-event-subscriptions --resource-arn arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-7sbz2Kz0 "
],
"ListFindings": [
"aws inspector list-findings "
],
"ListRulesPackages": [
"aws inspector list-rules-packages "
],
"ListTagsForResource": [
"aws inspector list-tags-for-resource --resource-arn arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-gcwFliYu "
],
"PreviewAgents": [
"aws inspector preview-agents --preview-agents-arn arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq "
],
"RegisterCrossAccountAccessRole": [
"aws inspector register-cross-account-access-role --role-arn arn:aws:iam::123456789012:role/inspector "
],
"RemoveAttributesFromFindings": [
"aws inspector remove-attributes-from-findings --finding-arns arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-8l1VIE0D/run/0-Z02cjjug/finding/0-T8yM9mEU --attribute-keys key=Example,value=example "
],
"SetTagsForResource": [
"aws inspector set-tags-for-resource --resource-arn arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-7sbz2Kz0 --tags key=Example,value=example "
],
"StartAssessmentRun": [
"aws inspector start-assessment-run --assessment-run-name examplerun --assessment-template-arn arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-it5r2S4T "
],
"StopAssessmentRun": [
"aws inspector stop-assessment-run --assessment-run-arn arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-it5r2S4T/run/0-jOoroxyY "
],
"SubscribeToEvent": [
"aws inspector subscribe-to-event --event ASSESSMENT_RUN_COMPLETED --resource-arn arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-7sbz2Kz0 --topic-arn arn:aws:sns:us-west-2:123456789012:exampletopic "
],
"UnsubscribeFromEvent": [
"aws inspector unsubscribe-from-event --event ASSESSMENT_RUN_COMPLETED --resource-arn arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-7sbz2Kz0 --topic arn:aws:sns:us-west-2:123456789012:exampletopic "
],
"UpdateAssessmentTarget": [
"aws inspector update-assessment-target --assessment-target-arn arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX --assessment-target-name Example --resource-group-arn arn:aws:inspector:us-west-2:123456789012:resourcegroup/0-yNbgL5Pt "
]
},
"iot": {
"AcceptCertificateTransfer": [
"aws iot accept-certificate-transfer --certificate-id 488b6a7f2acdeb00a77384e63c4e40b18bEXAMPLEe57b7272ba44c45e3448142 "
],
"AddThingToBillingGroup": [
"aws iot add-thing-to-billing-group --billing-group-name GroupOne --thing-name MyLightBulb "
],
"AddThingToThingGroup": [
"aws iot add-thing-to-thing-group --thing-name MyLightBulb --thing-group-name LightBulbs "
],
"AssociateTargetsWithJob": [
"aws iot associate-targets-with-job --targets \"arn:aws:iot:us-west-2:123456789012:thinggroup/LightBulbs\" --job-id \"example-job-04\" "
],
"AttachPolicy": [
"aws iot attach-policy --target \"arn:aws:iot:us-west-2:123456789012:thinggroup/LightBulbs\" --policy-name \"UpdateDeviceCertPolicy\" ",
"aws iot attach-policy --policy-name UpdateDeviceCertPolicy --target \"arn:aws:iot:us-west-2:123456789012:cert/4f0ba725787aa94d67d2fca420eca022242532e8b3c58e7465c7778b443fd65e\" "
],
"AttachSecurityProfile": [
"aws iot attach-security-profile --security-profile-name Testprofile --security-profile-target-arn \"arn:aws:iot:us-west-2:123456789012:all/unregistered-things\" "
],
"AttachThingPrincipal": [
"aws iot attach-thing-principal --thing-name MyTemperatureSensor --principal arn:aws:iot:us-west-2:123456789012:cert/2e1eb273792174ec2b9bf4e9b37e6c6c692345499506002a35159767055278e8 "
],
"CancelAuditMitigationActionsTask": [
"aws iot cancel-audit-mitigation-actions-task --task-id \"myActionsTaskId\" "
],
"CancelAuditTask": [
"aws iot cancel-audit-task --task-id a3aea009955e501a31b764abe1bebd3d "
],
"CancelCertificateTransfer": [
"aws iot cancel-certificate-transfer --certificate-id f0f33678c7c9a046e5cc87b2b1a58dfa0beec26db78addd5e605d630e05c7fc8 "
],
"CancelJob": [
"aws iot cancel-job --job-id \"example-job-03\" "
],
"CancelJobExecution": [
"aws iot cancel-job-execution --job-id \"example-job-03\" --thing-name \"MyRPi\" "
],
"ClearDefaultAuthorizer": [
"aws iot clear-default-authorizer "
],
"ConfirmTopicRuleDestination": [
"aws iot confirm-topic-rule-destination --confirmation-token \"AYADeIcmtq-ZkxfpiWIQqHWM5ucAXwABABVhd3MtY3J5cHRvLXB1YmxpYy1rZXkAREFxY1E0UmlGeDg0V21BZWZ1VjZtZWFRVUJJUktUYXJaN09OZlJOczJhRENSZmZYL3JHZC9PR3NNcis5T3ZlSitnQT09AAEAB2F3cy1rbXMAS2Fybjphd3M6a21zOnVzLWVhc3QtMTo5ODc5NTE4NTI0OTk6a2V5L2U4YmU3ODViLTU5NWMtNDcxYi1iOWJmLWQ2Y2I4ZjQxODlmNwC4AQIBAHhwz48UWTGWE1ua0P8U1hj27nsFzEaAdf6Hs2K_7wBheAF62zwMuk_A4dPiC6eyPGuMAAAAfjB8BgkqhkiG9w0BBwagbzBtAgEAMGgGCSqGSIb3DQEHATAeBglghkgBZQMEAS4wEQQM9vtRMpf9D3CiZ8sMAgEQgDuFd0Txy-aywpPqg8YEsa1lD4B40aJ2s1wEHKMybiF1RoOZzYisI0IvslzQY5UmCkqq3tV-3f7-nKfosgIAAAAADAAAEAAAAAAAAAAAAAAAAAAi9RMgy-V19V9m6Iw2xfbw_____wAAAAEAAAAAAAAAAAAAAAEAAAB1hw4SokgUcxiJ3gTO6n50NLJVpzyQR1UmPIj5sShqXEQGcOsWmXzpYOOx_PWyPVNsIFHApyK7Cc3g4bW8VaLVwOLkC83g6YaZAh7dFEl2-iufgrzTePl8RZYOWr0O6Aj9DiVzJZx-1iD6Pu-G6PUw1kaO7Knzs2B4AD0qfrHUF4pYRTvyUgBnMGUCMQC8ZRmhKqntd_c6Kgrow3bMUDBvNqo2qZr8Z8Jm2rzgseROlAnLgFLGpGShr99oSZkCMEd1v62NBRKX9HQXnybyF3fkg__-PIetJ803Z4IlIlF8xXlcdPGP-PV1dOXFemyL8g\" "
],
"CreateAuditSuppression": [
"aws iot create-audit-suppression --check-name IOT_POLICY_OVERLY_PERMISSIVE_CHECK --resource-identifier \"policyVersionIdentifier={\"policyName\"=\"virtualMachinePolicy\",\"policyVersionId\"=\"1\"}\" --no-suppress-indefinitely --expiration-date 2020-10-20 "
],
"CreateAuthorizer": [
"aws iot create-authorizer --authorizer-name \"CustomAuthorizer\" --authorizer-function-arn \"arn:aws:lambda:us-west-2:123456789012:function:CustomAuthorizerFunction\" --token-key-name \"MyAuthToken\" --status ACTIVE --token-signing-public-keys FIRST_KEY=\"-----BEGIN PUBLIC KEY----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1uJOB4lQPgG/lM6ZfIwo Z+7ENxAio9q6QD4FFqjGZsvjtYwjoe1RKK0U8Eq9xb5O3kRSmyIwTzwzm/f4Gf0Y ZUloJ+t3PUUwHrmbYTAgTrCUgRFygjfgVwGCPs5ZAX4Eyqt5cr+AIHIiUDbxSa7p zwOBKPeic0asNJpqT8PkBbRaKyleJh5oo81NDHHmVtbBm5A5YiJjqYXLaVAowKzZ +GqsNvAQ9Jy1wI2VrEa1OfL8flDB/BJLm7zjpfPOHDJQgID0XnZwAlNnZcOhCwIx 50g2LW2Oy9R/dmqtDmJiVP97Z4GykxPvwlYHrUXY0iW1R3AR/Ac1NhCTGZMwVDB1 lQIDAQAB -----END PUBLIC KEY-----\" "
],
"CreateBillingGroup": [
"aws iot create-billing-group --billing-group-name GroupOne "
],
"CreateCertificateFromCsr": [
"aws iot create-certificate-from-csr --certificate-signing-request=file://certificate.csr "
],
"CreateCustomMetric": [
"aws iot create-custom-metric --metric-name \"batteryPercentage\" --metric-type \"number\" --display-name \"Remaining battery percentage.\" --region us-east-1 --client-request-token \"02ccb92b-33e8-4dfa-a0c1-35b181ed26b0\" "
],
"CreateDimension": [
"aws iot create-dimension --name TopicFilterForAuthMessages --type TOPIC_FILTER --string-values device/+/auth "
],
"CreateDomainConfiguration": [
"aws iot create-domain-configuration --domain-configuration-name \"additionalDataDomain\" --service-type \"DATA\" "
],
"CreateDynamicThingGroup": [
"aws iot create-dynamic-thing-group --thing-group-name \"RoomTooWarm\" --query-string \"attributes.temperature>60\" "
],
"CreateJob": [
"aws iot create-job --job-id \"example-job-01\" --targets \"arn:aws:iot:us-west-2:123456789012:thing/MyRaspberryPi\" --document file://example-job.json --description \"example job test\" --target-selection SNAPSHOT ",
"aws iot create-job --job-id \"example-job-04\" --targets \"arn:aws:iot:us-west-2:123456789012:thinggroup/DeadBulbs\" --document file://example-job.json --description \"example continuous job\" --target-selection CONTINUOUS "
],
"CreateKeysAndCertificate": [
"aws iot create-keys-and-certificate --certificate-pem-outfile \"myTest.cert.pem\" --public-key-outfile \"myTest.public.key\" --private-key-outfile \"myTest.private.key\" "
],
"CreateMitigationAction": [
"aws iot create-mitigation-action --cli-input-json file::params.json "
],
"CreateOtaUpdate": [
"aws iot create-ota-update --cli-input-json file://create-ota-update.json "
],
"CreatePolicy": [
"aws iot create-policy --policy-name TemperatureSensorPolicy --policy-document file://policy.json "
],
"CreatePolicyVersion": [
"aws iot create-policy-version --policy-name UpdateDeviceCertPolicy --policy-document file://policy.json --set-as-default "
],
"CreateProvisioningClaim": [
"aws iot create-provisioning-claim --template-name MyTestProvisioningTemplate "
],
"CreateProvisioningTemplate": [
"aws iot create-provisioning-template --template-name widget-template --description \"A provisioning template for widgets\" --provisioning-role-arn arn:aws:iam::123456789012:role/Provision_role --template-body file://template.json "
],
"CreateProvisioningTemplateVersion": [
"aws iot create-provisioning-template-version --template-name widget-template --template-body file://template.json "
],
"CreateRoleAlias": [
"aws iot create-role-alias --role-alias LightBulbRole --role-arn arn:aws:iam::123456789012:role/lightbulbrole-001 "
],
"CreateScheduledAudit": [
"aws iot create-scheduled-audit --scheduled-audit-name WednesdayCertCheck --frequency WEEKLY --day-of-week WED --target-check-names CA_CERTIFICATE_EXPIRING_CHECK DEVICE_CERTIFICATE_EXPIRING_CHECK "
],
"CreateSecurityProfile": [
"aws iot create-security-profile --security-profile-name PossibleIssue --security-profile-description \"Check to see if authorization fails 10 times in 5 minutes or if cellular bandwidth exceeds 128\" --behaviors \"[{\\\"name\\\":\\\"CellularBandwidth\\\",\\\"metric\\\":\\\"aws:message-byte-size\\\",\\\"criteria\\\":{\\\"comparisonOperator\\\":\\\"greater-than\\\",\\\"value\\\":{\\\"count\\\":128},\\\"consecutiveDatapointsToAlarm\\\":1,\\\"consecutiveDatapointsToClear\\\":1}},{\\\"name\\\":\\\"Authorization\\\",\\\"metric\\\":\\\"aws:num-authorization-failures\\\",\\\"criteria\\\":{\\\"comparisonOperator\\\":\\\"less-than\\\",\\\"value\\\":{\\\"count\\\":10},\\\"durationSeconds\\\":300,\\\"consecutiveDatapointsToAlarm\\\":1,\\\"consecutiveDatapointsToClear\\\":1}}]\" "
],
"CreateStream": [
"aws iot create-stream --cli-input-json file://create-stream.json "
],
"CreateThing": [
"aws iot create-thing --thing-name SampleIoTThing ",
"aws iot create-thing --thing-name \"MyLightBulb\" --thing-type-name \"LightBulb\" --attribute-payload \"{\\\"attributes\\\": {\\\"wattage\\\":\\\"75\\\", \\\"model\\\":\\\"123\\\"}}\" "
],
"CreateThingGroup": [
"aws iot create-thing-group --thing-group-name LightBulbs --thing-group-properties \"thingGroupDescription=\\\"Generic bulb group\\\", attributePayload={attributes={Manufacturer=AnyCompany,wattage=60}}\" ",
"aws iot create-thing-group --thing-group-name HalogenBulbs --parent-group-name LightBulbs "
],
"CreateThingType": [
"aws iot create-thing-type --thing-type-name \"LightBulb\" --thing-type-properties \"thingTypeDescription=light bulb type, searchableAttributes=wattage,model\" "
],
"CreateTopicRule": [
"aws iot create-topic-rule --rule-name \"LowMoistureRule\" --topic-rule-payload file://plant-rule.json "
],
"CreateTopicRuleDestination": [
"aws iot create-topic-rule-destination --destination-configuration httpUrlConfiguration={confirmationUrl=https://example.com} "
],
"DeleteAccountAuditConfiguration": [
"aws iot delete-account-audit-configuration --delete-scheduled-audits "
],
"DeleteAuditSuppression": [
"aws iot delete-audit-suppression --check-name DEVICE_CERTIFICATE_EXPIRING_CHECK --resource-identifier \"deviceCertificateId=c7691e<shortened>\" "
],
"DeleteAuthorizer": [
"aws iot delete-authorizer --authorizer-name CustomAuthorizer "
],
"DeleteBillingGroup": [
"aws iot delete-billing-group --billing-group-name BillingGroupTwo "
],
"DeleteCaCertificate": [
"aws iot delete-ca-certificate --certificate-id f4efed62c0142f16af278166f61962501165c4f0536295207426460058cd1467 "
],
"DeleteCertificate": [
"aws iot delete-certificate --certificate-id c0c57bbc8baaf4631a9a0345c957657f5e710473e3ddbee1428d216d54d53ac9 "
],
"DeleteCustomMetric": [
"aws iot delete-custom-metric --metric-name batteryPercentage --region us-east-1 "
],
"DeleteDimension": [
"aws iot delete-dimension --name TopicFilterForAuthMessages "
],
"DeleteDomainConfiguration": [],
"DeleteDynamicThingGroup": [
"aws iot delete-dynamic-thing-group --thing-group-name \"RoomTooWarm\" "
],
"DeleteJob": [
"aws iot delete-job --job-id \"example-job-04\" --force "
],
"DeleteJobExecution": [
"aws iot delete-job-execution --job-id \"example-job-02\" --thing-name \"MyRaspberryPi\" --execution-number 1 "
],
"DeleteMitigationAction": [
"aws iot delete-mitigation-action --action-name AddThingsToQuarantineGroup1Action "
],
"DeleteOtaUpdate": [
"aws iot delete-ota-update --ota-update-id ota12345 --delete-stream --force-delete-aws-job "
],
"DeletePolicy": [
"aws iot delete-policy --policy-name UpdateDeviceCertPolicy "
],
"DeletePolicyVersion": [
"aws iot delete-policy-version --policy-name UpdateDeviceCertPolicy --policy-version-id 2 "
],
"DeleteProvisioningTemplate": [
"aws iot delete-provisioning-template --template-name widget-template "
],
"DeleteProvisioningTemplateVersion": [
"aws iot delete-provisioning-template-version --version-id 2 --template-name \"widget-template\" "
],
"DeleteRegistrationCode": [
"aws iot delete-registration-code "
],
"DeleteRoleAlias": [
"aws iot delete-role-alias --role-alias LightBulbRole "
],
"DeleteScheduledAudit": [
"aws iot delete-scheduled-audit --scheduled-audit-name AWSIoTDeviceDefenderDailyAudit "
],
"DeleteSecurityProfile": [
"aws iot delete-security-profile --security-profile-name PossibleIssue "
],
"DeleteStream": [
"aws iot delete-stream --stream-id stream12345 "
],
"DeleteThing": [
"aws iot delete-thing --thing-name \"FourthBulb\" "
],
"DeleteThingGroup": [
"aws iot delete-thing-group --thing-group-name DefectiveBulbs "
],
"DeleteThingType": [
"aws iot delete-thing-type --thing-type-name \"obsoleteThingType\" "
],
"DeleteTopicRule": [
"aws iot delete-topic-rule --rule-name \"LowMoistureRule\" "
],
"DeleteTopicRuleDestination": [
"aws iot delete-topic-rule-destination --arn \"arn:aws:iot:us-west-2:123456789012:ruledestination/http/a1b2c3d4-5678-90ab-cdef-11111EXAMPLE\" "
],
"DeleteV2LoggingLevel": [
"aws iot delete-v2-logging-level --target-type THING_GROUP --target-name LightBulbs "
],
"DeprecateThingType": [
"aws iot deprecate-thing-type --thing-type-name \"obsoleteThingType\" ",
"aws iot deprecate-thing-type --thing-type-name \"obsoleteThingType\" --undo-deprecate "
],
"DescribeAccountAuditConfiguration": [
"aws iot describe-account-audit-configuration "
],
"DescribeAuditFinding": [
"aws iot describe-audit-finding --finding-id \"ef4826b8-e55a-44b9-b460-5c485355371b\" "
],
"DescribeAuditMitigationActionsTask": [
"aws iot describe-audit-mitigation-actions-task --task-id ResetPolicyTask01 "
],
"DescribeAuditSuppression": [],
"DescribeAuditTask": [
"aws iot describe-audit-task --task-id a3aea009955e501a31b764abe1bebd3d "
],
"DescribeAuthorizer": [
"aws iot describe-authorizer --authorizer-name CustomAuthorizer "
],
"DescribeBillingGroup": [
"aws iot describe-billing-group --billing-group-name GroupOne "
],
"DescribeCaCertificate": [
"aws iot describe-ca-certificate --certificate-id f4efed62c0142f16af278166f61962501165c4f0536295207426460058cd1467 "
],
"DescribeCertificate": [
"aws iot describe-certificate --certificate-id \"4f0ba725787aa94d67d2fca420eca022242532e8b3c58e7465c7778b443fd65e\" "
],
"DescribeCustomMetric": [
"aws iot describe-custom-metric --metric-name myCustomMetric "
],
"DescribeDefaultAuthorizer": [
"aws iot describe-default-authorizer "
],
"DescribeDimension": [
"aws iot describe-dimension --name TopicFilterForAuthMessages "
],
"DescribeDomainConfiguration": [
"aws iot describe-domain-configuration --domain-configuration-name \"additionalDataDomain\" "
],
"DescribeEndpoint": [
"aws iot describe-endpoint ",
"aws iot describe-endpoint --endpoint-type iot:Data-ATS "
],
"DescribeEventConfigurations": [
"aws iot describe-event-configurations "
],
"DescribeIndex": [
"aws iot describe-index --index-name \"AWS_Things\" "
],
"DescribeJob": [
"aws iot describe-job --job-id \"example-job-01\" "
],
"DescribeJobExecution": [
"aws iot describe-job-execution --job-id \"example-job-01\" --thing-name \"MyRaspberryPi\" "
],
"DescribeMitigationAction": [
"aws iot describe-mitigation-action --action-name AddThingsToQuarantineGroupAction "
],
"DescribeProvisioningTemplate": [
"aws iot describe-provisioning-template --template-name MyTestProvisioningTemplate "
],
"DescribeProvisioningTemplateVersion": [
"aws iot describe-provisioning-template-version --template-name MyTestProvisioningTemplate --version-id 1 "
],
"DescribeRoleAlias": [
"aws iot describe-role-alias --role-alias LightBulbRole "
],
"DescribeScheduledAudit": [
"aws iot describe-scheduled-audit --scheduled-audit-name AWSIoTDeviceDefenderDailyAudit "
],
"DescribeSecurityProfile": [
"aws iot describe-security-profile --security-profile-name PossibleIssue "
],
"DescribeStream": [
"aws iot describe-stream --stream-id stream12345 "
],
"DescribeThing": [
"aws iot describe-thing --thing-name \"MyLightBulb\" "
],
"DescribeThingGroup": [
"aws iot describe-thing-group --thing-group-name HalogenBulbs "
],
"DescribeThingType": [
"aws iot describe-thing-type --thing-type-name \"LightBulb\" "
],
"DetachPolicy": [
"aws iot detach-policy --target \"arn:aws:iot:us-west-2:123456789012:thinggroup/LightBulbs\" --policy-name \"MyFirstGroup_Core-policy\" ",
"aws iot detach-policy --policy-name TemperatureSensorPolicy --target arn:aws:iot:us-west-2:123456789012:cert/488b6a7f2acdeb00a77384e63c4e40b18b1b3caaae57b7272ba44c45e3448142 "
],
"DetachSecurityProfile": [
"aws iot detach-security-profile --security-profile-name Testprofile --security-profile-target-arn \"arn:aws:iot:us-west-2:123456789012:all/registered-things\" "
],
"DetachThingPrincipal": [
"aws iot detach-thing-principal --thing-name \"MyLightBulb\" --principal \"arn:aws:iot:us-west-2:123456789012:cert/604c48437a57b7d5fc5d137c5be75011c6ee67c9a6943683a1acb4b1626bac36\" "
],
"DisableTopicRule": [
"aws iot disable-topic-rule --rule-name \"MyPlantPiMoistureAlertRule\" "
],
"EnableTopicRule": [
"aws iot enable-topic-rule --rule-name \"MyPlantPiMoistureAlertRule\" "
],
"GetBehaviorModelTrainingSummaries": [
"aws iot get-behavior-model-training-summaries --security-profile-name MySecuirtyProfileName "
],
"GetCardinality": [
"aws iot get-cardinality --aggregation-field \"attributes.rackId\" --query-string \"thingName:TempSensor* AND attributes.stateNormal:false\" "
],
"GetEffectivePolicies": [
"aws iot get-effective-policies --thing-name TemperatureSensor-001 --principal arn:aws:iot:us-west-2:123456789012:cert/488b6a7f2acdeb00a77384e63c4e40b18b1b3caaae57b7272ba44c45e3448142 "
],
"GetIndexingConfiguration": [
"aws iot get-indexing-configuration "
],
"GetJobDocument": [
"aws iot get-job-document --job-id \"example-job-01\" "
],
"GetLoggingOptions": [
"aws iot get-logging-options "
],
"GetOtaUpdate": [
"aws iot get-ota-update --ota-update-id ota12345 "
],
"GetPercentiles": [
"aws iot get-percentiles --aggregation-field \"attributes.temperature\" --query-string \"thingName:TempSensor*\" --percents 10 25 50 75 90 "
],
"GetPolicy": [
"aws iot get-policy --policy-name UpdateDeviceCertPolicy "
],
"GetPolicyVersion": [],
"GetRegistrationCode": [
"aws iot get-registration-code "
],
"GetStatistics": [
"aws iot get-statistics --index-name AWS_Things --query-string \"connectivity.connected:false\" "
],
"GetTopicRule": [
"aws iot get-topic-rule --rule-name MyRPiLowMoistureAlertRule "
],
"GetTopicRuleDestination": [
"aws iot get-topic-rule-destination --arn \"arn:aws:iot:us-west-2:123456789012:ruledestination/http/a1b2c3d4-5678-90ab-cdef-11111EXAMPLE\" "
],
"GetV2LoggingOptions": [
"aws iot get-v2-logging-options "
],
"ListActiveViolations": [
"aws iot list-active-violations --security-profile-name Testprofile "
],
"ListAttachedPolicies": [
"aws iot list-attached-policies --target \"arn:aws:iot:us-west-2:123456789012:thinggroup/LightBulbs\" ",
"aws iot list-attached-policies --target arn:aws:iot:us-west-2:123456789012:cert/488b6a7f2acdeb00a77384e63c4e40b18b1b3caaae57b7272ba44c45e3448142 "
],
"ListAuditFindings": [
"aws iot list-audit-findings --task-id a3aea009955e501a31b764abe1bebd3d ",
"aws iot list-audit-findings --check-name DEVICE_CERTIFICATE_SHARED_CHECK --start-time 1559747125 --end-time 1560962028 "
],
"ListAuditMitigationActionsExecutions": [
"aws iot list-audit-mitigation-actions-executions --task-id myActionsTaskId --finding-id 0edbaaec-2fe1-4cf5-abc9-d4c3e51f7464 "
],
"ListAuditMitigationActionsTasks": [
"aws iot list-audit-mitigation-actions-tasks --start-time 1594157400 --end-time 1594157430 "
],
"ListAuditSuppressions": [
"aws iot list-audit-suppressions "
],
"ListAuditTasks": [
"aws iot list-audit-tasks --start-time 1559747125 --end-time 1560357228 "
],
"ListAuthorizers": [
"aws iot list-authorizers "
],
"ListBillingGroups": [
"aws iot list-billing-groups "
],
"ListCaCertificates": [
"aws iot list-ca-certificates "
],
"ListCertificates": [
"aws iot list-certificates "
],
"ListCertificatesByCa": [
"aws iot list-certificates-by-ca --ca-certificate-id f4efed62c0142f16af278166f61962501165c4f0536295207426460058cd1467 "
],
"ListCustomMetrics": [
"aws iot list-custom-metrics --region us-east-1 "
],
"ListDimensions": [
"aws iot list-dimensions "
],
"ListDomainConfigurations": [
"aws iot list-domain-configurations --service-type \"DATA\" "
],
"ListIndices": [
"aws iot list-indices "
],
"ListJobExecutionsForJob": [],
"ListJobExecutionsForThing": [
"aws iot list-job-executions-for-thing --thing-name \"MyRaspberryPi\" "
],
"ListJobs": [
"aws iot list-jobs "
],
"ListMitigationActions": [
"aws iot list-mitigation-actions "
],
"ListMitigationsActions": [],
"ListOtaUpdates": [
"aws iot list-ota-updates "
],
"ListOutgoingCertificates": [
"aws iot list-outgoing-certificates "
],
"ListPolicies": [
"aws iot list-policies "
],
"ListPolicyVersions": [
"aws iot list-policy-versions --policy-name LightBulbPolicy "
],
"ListPrincipalThings": [
"aws iot list-principal-things --principal arn:aws:iot:us-west-2:123456789012:cert/2e1eb273792174ec2b9bf4e9b37e6c6c692345499506002a35159767055278e8 "
],
"ListProvisioningTemplateVersions": [
"aws iot list-provisioning-template-versions --template-name \"widget-template\" "
],
"ListProvisioningTemplates": [
"aws iot list-provisioning-templates "
],
"ListRoleAliases": [
"aws iot list-role-aliases "
],
"ListScheduledAudits": [
"aws iot list-scheduled-audits "
],
"ListSecurityProfiles": [
"aws iot list-security-profiles "
],
"ListSecurityProfilesForTarget": [
"aws iot list-security-profiles-for-target --security-profile-target-arn \"arn:aws:iot:us-west-2:123456789012:all/unregistered-things\" "
],
"ListStreams": [
"aws iot list-streams "
],
"ListTagsForResource": [
"aws iot list-tags-for-resource --resource-arn \"arn:aws:iot:us-west-2:094249569039:thinggroup/LightBulbs\" "
],
"ListTargetsForPolicy": [
"aws iot list-targets-for-policy --policy-name UpdateDeviceCertPolicy "
],
"ListTargetsForSecurityProfile": [
"aws iot list-targets-for-security-profile --security-profile-name Testprofile "
],
"ListThingGroups": [
"aws iot list-thing-groups "
],
"ListThingGroupsForThing": [
"aws iot list-thing-groups-for-thing --thing-name MyLightBulb "
],
"ListThingPrincipals": [
"aws iot list-thing-principals --thing-name MyRaspberryPi "
],
"ListThingTypes": [
"aws iot list-thing-types "
],
"ListThings": [
"aws iot list-things ",
"aws iot list-things --attribute-name wattage "
],
"ListThingsInBillingGroup": [
"aws iot list-things-in-billing-group --billing-group-name GroupOne "
],
"ListThingsInThingGroup": [
"aws iot list-things-in-thing-group --thing-group-name LightBulbs "
],
"ListTopicRuleDestinations": [
"aws iot list-topic-rule-destinations "
],
"ListTopicRules": [
"aws iot list-topic-rules "
],
"ListV2LoggingLevels": [
"aws iot list-v2-logging-levels "
],
"ListViolationEvents": [
"aws iot list-violation-events --start-time 1559747125 --end-time 1560351925 "
],
"RegisterCaCertificate": [
"aws iot register-ca-certificate --ca-certificate file://rootCA.pem --verification-cert file://verificationCert.pem "
],
"RegisterCertificate": [
"aws iot register-certificate --certificate-pem file://deviceCert.pem --ca-certificate-pem file://rootCA.pem "
],
"RegisterThing": [
"aws iot register-thing --template-body '{\"Parameters\":{\"ThingName\":{\"Type\":\"String\"},\"AWS::IoT::Certificate::Id\":{\"Type\":\"String\"}},\"Resources\": {\"certificate\":{\"Properties\":{\"CertificateId\":{\"Ref\":\"AWS::IoT::Certificate::Id\"},\"Status\":\"Active\"},\"Type\":\"AWS::IoT::Certificate\"},\"policy\":{\"Properties\":{\"PolicyName\":\"MyIotPolicy\"},\"Type\":\"AWS::IoT::Policy\"},\"thing\":{\"OverrideSettings\":{\"AttributePayload\":\"MERGE\",\"ThingGroups\":\"DO_NOTHING\",\"ThingTypeName\":\"REPLACE\"},\"Properties\":{\"AttributePayload\":{},\"ThingGroups\":[],\"ThingName\":{\"Ref\":\"ThingName\"},\"ThingTypeName\":\"VirtualThings\"},\"Type\":\"AWS::IoT::Thing\"}}}' --parameters '{\"ThingName\":\"Register-thing-trial-1\",\"AWS::IoT::Certificate::Id\":\"799a9ea048a1e6aea42b55EXAMPLEf8697b4bafcd77a318a3068e30404b9233c\"}' "
],
"RejectCertificateTransfer": [
"aws iot reject-certificate-transfer --certificate-id f0f33678c7c9a046e5cc87b2b1a58dfa0beec26db78addd5e605d630e05c7fc8 "
],
"RemoveThingFromBillingGroup": [
"aws iot remove-thing-from-billing-group --billing-group-name GroupOne --thing-name MyOtherLightBulb "
],
"RemoveThingFromThingGroup": [
"aws iot remove-thing-from-thing-group --thing-name bulb7 --thing-group-name DeadBulbs "
],
"ReplaceTopicRule": [
"aws iot replace-topic-rule --rule-name MyRPiLowMoistureAlertRule --topic-rule-payload \"{\\\"sql\\\": \\\"SELECT * FROM '$aws/things/MyRPi/shadow/update/accepted' WHERE state.reported.moisture = 'low'\\\", \\\"description\\\": \\\"Sends an alert when soil moisture level readings are too low.\\\",\\\"actions\\\": [{\\\"sns\\\":{\\\"targetArn\\\":\\\"arn:aws:sns:us-west-2:123456789012:MyRPiLowMoistureTopic\\\",\\\"roleArn\\\":\\\"arn:aws:iam::123456789012:role/service-role/MyRPiLowMoistureTopicRole\\\",\\\"messageFormat\\\": \\\"RAW\\\"}}],\\\"ruleDisabled\\\": false,\\\"awsIotSqlVersion\\\":\\\"2016-03-23\\\"}\" "
],
"SearchIndex": [
"aws iot search-index --index-name \"AWS_Things\" --query-string \"thingTypeName:LightBulb\" "
],
"SetDefaultAuthorizer": [
"aws iot set-default-authorizer --authorizer-name CustomAuthorizer "
],
"SetDefaultPolicyVersion": [
"aws iot set-default-policy-version --policy-name UpdateDeviceCertPolicy --policy-version-id 2 "
],
"SetV2LoggingLevel": [
"aws iot set-v2-logging-level --log-target \"{\\\"targetType\\\":\\\"THING_GROUP\\\",\\\"targetName\\\":\\\"LightBulbs\\\"}\" --log-level WARN "
],
"SetV2LoggingOptions": [
"aws iot set-v2-logging-options --default-log-level ERROR --role-arn \"arn:aws:iam::094249569039:role/service-role/iotLoggingRole\" "
],
"StartAuditMitigationActionsTask": [
"aws iot start-audit-mitigation-actions-task --task-id \"myActionsTaskId\" --target \"findingIds=[\\\"0edbaaec-2fe1-4cf5-abc9-d4c3e51f7464\\\"]\" --audit-check-to-actions-mapping \"IOT_POLICY_OVERLY_PERMISSIVE_CHECK=[\\\"ResetPolicyVersionAction\\\"]\" --client-request-token \"adhadhahda\" "
],
"StartOnDemandAuditTask": [
"aws iot start-on-demand-audit-task --target-check-names CA_CERTIFICATE_EXPIRING_CHECK DEVICE_CERTIFICATE_EXPIRING_CHECK REVOKED_CA_CERTIFICATE_STILL_ACTIVE_CHECK "
],
"TagResource": [
"aws iot tag-resource --tags Key=Assembly,Value=\"Fact1NW\" --resource-arn \"arn:aws:iot:us-west-2:094249569039:thinggroup/LightBulbs\" "
],
"TestAuthorization": [
"aws iot test-authorization --auth-infos actionType=CONNECT,resources=arn:aws:iot:us-east-1:123456789012:client/client1 --principal arn:aws:iot:us-west-2:123456789012:cert/aab1068f7f43ac3e3cae4b3a8aa3f308d2a750e6350507962e32c1eb465d9775 "
],
"TestInvokeAuthorizer": [
"aws iot test-invoke-authorizer --authorizer-name IoTAuthorizer --token allow --token-signature \"mE0GvaHqy9nER/FdgtJX5lXYEJ3b3vE7t1gEszc0TKGgLKWXTnPkb2AbKnOAZ8lGyoN5dVtWDWVmr25m7++zjbYIMk2TBvyGXhOmvKFBPkdgyA43KL6SiZy0cTqlPMcQDsP7VX2rXr7CTowCxSNKphGXdQe0/I5dQ+JO6KUaHwCmupt0/MejKtaNwiia064j6wprOAUwG5S1IYFuRd0X+wfo8pb0DubAIX1Ua705kuhRUcTx4SxUShEYKmN4IDEvLB6FsIr0B2wvB7y4iPmcajxzGl02ExvyCUNctCV9dYlRRGJj0nsGzBIXOI4sGytPfqlA7obdgmN22pkDzYvwjQ==\" "
],
"TransferCertificate": [
"aws iot transfer-certificate --certificate-id 488b6a7f2acdeb00a77384e63c4e40b18b1b3caaae57b7272ba44c45e3448142 --target-aws-account 030714055129 "
],
"UntagResource": [],
"UpdateAccountAuditConfiguration": [
"aws iot update-account-audit-configuration --audit-notification-target-configurations \"SNS={targetArn=\\\"arn:aws:sns:us-west-2:123456789012:ddaudits\\\",roleArn=\\\"arn:aws:iam::123456789012:role/service-role/AWSIoTDeviceDefenderAudit\\\",enabled=true}\" ",
"aws iot update-account-audit-configuration --audit-check-configurations \"{\\\"AUTHENTICATED_COGNITO_ROLE_OVERLY_PERMISSIVE_CHECK\\\":{\\\"enabled\\\":true}}\" "
],
"UpdateAuditSuppression": [
"aws iot update-audit-suppression --check-name DEVICE_CERTIFICATE_EXPIRING_CHECK --resource-identifier \"deviceCertificateId=c7691e<shortened>\" --no-suppress-indefinitely --expiration-date 2020-09-21 "
],
"UpdateAuthorizer": [
"aws iot update-authorizer --authorizer-name CustomAuthorizer2 --status INACTIVE "
],
"UpdateBillingGroup": [
"aws iot update-billing-group --billing-group-name GroupOne --billing-group-properties \"billingGroupDescription=\\\"Primary bulb billing group\\\"\" "
],
"UpdateCaCertificate": [
"aws iot update-ca-certificate --certificate-id f4efed62c0142f16af278166f61962501165c4f0536295207426460058cd1467 --new-status ACTIVE "
],
"UpdateCertificate": [
"aws iot update-certificate --certificate-id d1eb269fb55a628552143c8f96eb3c258fcd5331ea113e766ba0c82bf225f0be --new-status INACTIVE "
],
"UpdateCustomMetric": [
"aws iot update-custom-metric --metric-name batteryPercentage --display-name 'remaining battery percentage on device' --region us-east-1 "
],
"UpdateDimension": [
"aws iot update-dimension --name TopicFilterForAuthMessages --string-values device/${iot:ClientId}/auth "
],
"UpdateDomainConfiguration": [
"aws iot update-domain-configuration --domain-configuration-name \"additionalDataDomain\" --domain-configuration-status \"DISABLED\" "
],
"UpdateDynamicThingGroup": [
"aws iot update-dynamic-thing-group --thing-group-name \"RoomTooWarm\" --thing-group-properties \"thingGroupDescription=\\\"This thing group contains rooms warmer than 65F.\\\"\" --query-string \"attributes.temperature>65\" "
],
"UpdateEventConfigurations": [
"aws iot update-event-configurations --event-configurations \"{\\\"CA_CERTIFICATE\\\":{\\\"Enabled\\\":true}}\" "
],
"UpdateIndexingConfiguration": [
"aws iot update-indexing-configuration --thing-indexing-configuration thingIndexingMode=REGISTRY_AND_SHADOW,thingConnectivityIndexingMode=STATUS "
],
"UpdateJob": [],
"UpdateMitigationAction": [
"aws iot update-mitigation-action --cli-input-json \"{ \\\"actionName\\\": \\\"AddThingsToQuarantineGroupAction\\\", \\\"actionParams\\\": { \\\"addThingsToThingGroupParams\\\": {\\\"thingGroupNames\\\":[\\\"QuarantineGroup2\\\"],\\\"overrideDynamicGroups\\\": false}}}\" "
],
"UpdateProvisioningTemplate": [
"aws iot update-provisioning-template --template-name widget-template --enabled --description \"An updated provisioning template for widgets\" --provisioning-role-arn arn:aws:iam::504350838278:role/Provision_role "
],
"UpdateRoleAlias": [
"aws iot update-role-alias --role-alias LightBulbRole --role-arn arn:aws:iam::123456789012:role/lightbulbrole-001 "
],
"UpdateScheduledAudit": [
"aws iot update-scheduled-audit --scheduled-audit-name WednesdayCertCheck --target-check-names CA_CERTIFICATE_EXPIRING_CHECK DEVICE_CERTIFICATE_EXPIRING_CHECK REVOKED_CA_CERTIFICATE_STILL_ACTIVE_CHECK "
],
"UpdateSecurityProfile": [
"aws iot update-security-profile --security-profile-name PossibleIssue --security-profile-description \"Check to see if authorization fails 12 times in 5 minutes or if cellular bandwidth exceeds 128\" --behaviors \"[{\\\"name\\\":\\\"CellularBandwidth\\\",\\\"metric\\\":\\\"aws:message-byte-size\\\",\\\"criteria\\\":{\\\"comparisonOperator\\\":\\\"greater-than\\\",\\\"value\\\":{\\\"count\\\":128},\\\"consecutiveDatapointsToAlarm\\\":1,\\\"consecutiveDatapointsToClear\\\":1}},{\\\"name\\\":\\\"Authorization\\\",\\\"metric\\\":\\\"aws:num-authorization-failures\\\",\\\"criteria\\\":{\\\"comparisonOperator\\\":\\\"less-than\\\",\\\"value\\\":{\\\"count\\\":12},\\\"durationSeconds\\\":300,\\\"consecutiveDatapointsToAlarm\\\":1,\\\"consecutiveDatapointsToClear\\\":1}}]\" "
],
"UpdateStream": [
"aws iot update-stream --cli-input-json file://update-stream.json "
],
"UpdateThing": [
"aws iot update-thing --thing-name \"MyOtherLightBulb\" --thing-type-name \"LightBulb\" --attribute-payload \"{\\\"attributes\\\": {\\\"wattage\\\":\\\"75\\\", \\\"model\\\":\\\"123\\\"}}\" "
],
"UpdateThingGroup": [
"aws iot update-thing-group --thing-group-name HalogenBulbs --thing-group-properties \"thingGroupDescription=\\\"Halogen bulb group\\\", attributePayload={attributes={Manufacturer=AnyCompany,wattage=60}}\" "
],
"UpdateThingGroupsForThing": [
"aws iot update-thing-groups-for-thing --thing-name MyLightBulb --thing-groups-to-add \"replaceableItems\" --thing-groups-to-remove \"DeadBulbs\" "
],
"UpdateTopicRuleDestination": [
"aws iot update-topic-rule-destination --arn \"arn:aws:iot:us-west-2:123456789012:ruledestination/http/a1b2c3d4-5678-90ab-cdef-11111EXAMPLE\" --status ENABLED ",
"aws iot update-topic-rule-destination --arn \"arn:aws:iot:us-west-2:123456789012:ruledestination/http/a1b2c3d4-5678-90ab-cdef-11111EXAMPLE\" --status DISABLED ",
"aws iot update-topic-rule-destination --arn \"arn:aws:iot:us-west-2:123456789012:ruledestination/http/a1b2c3d4-5678-90ab-cdef-11111EXAMPLE\" --status IN_PROGRESS "
],
"ValidateSecurityProfileBehaviors": [
"aws iot validate-security-profile-behaviors --behaviors \"[{\\\"name\\\":\\\"CellularBandwidth\\\",\\\"metric\\\":\\\"aws:message-byte-size\\\",\\\"criteria\\\":{\\\"comparisonOperator\\\":\\\"greater-than\\\",\\\"value\\\":{\\\"count\\\":128},\\\"consecutiveDatapointsToAlarm\\\":1,\\\"consecutiveDatapointsToClear\\\":1}},{\\\"name\\\":\\\"Authorization\\\",\\\"metric\\\":\\\"aws:num-authorization-failures\\\",\\\"criteria\\\":{\\\"comparisonOperator\\\":\\\"greater-than\\\",\\\"value\\\":{\\\"count\\\":12},\\\"durationSeconds\\\":300,\\\"consecutiveDatapointsToAlarm\\\":1,\\\"consecutiveDatapointsToClear\\\":1}}]\" ",
"aws iot validate-security-profile-behaviors --behaviors \"[{\\\"name\\\":\\\"CellularBandwidth\\\",\\\"metric\\\":\\\"aws:message-byte-size\\\",\\\"criteria\\\":{\\\"comparisonOperator\\\":\\\"greater-than\\\",\\\"value\\\":{\\\"count\\\":128},\\\"consecutiveDatapointsToAlarm\\\":1,\\\"consecutiveDatapointsToClear\\\":1}},{\\\"name\\\":\\\"Authorization\\\",\\\"metric\\\":\\\"aws:num-authorization-failures\\\",\\\"criteria\\\":{\\\"comparisonOperator\\\":\\\"greater-than\\\",\\\"value\\\":{\\\"count\\\":12},\\\"durationSeconds\\\":300,\\\"consecutiveDatapointsToAlarm\\\":100000,\\\"consecutiveDatapointsToClear\\\":1}}]\" "
]
},
"iot-data": {
"DeleteThingShadow": [
"aws iot-data delete-thing-shadow --thing-name MyRPi \"output.txt\" "
],
"GetThingShadow": [
"aws iot-data get-thing-shadow --thing-name MyRPi output.txt "
],
"UpdateThingShadow": [
"aws iot-data update-thing-shadow --thing-name MyRPi --payload \"{\"state\":{\"reported\":{\"moisture\":\"okay\"}}}\" \"output.txt\" "
]
},
"iot-jobs-data": {
"DescribeJobExecution": [
"aws iot-jobs-data describe-job-execution --job-id SampleJob --thing-name MotionSensor1 "
],
"GetPendingJobExecutions": [
"aws iot-jobs-data get-pending-job-executions --thing-name MotionSensor1 "
],
"StartNextPendingJobExecution": [
"aws iot-jobs-data start-next-pending-job-execution --thing-name MotionSensor1 "
],
"UpdateJobExecution": [
"aws iot-jobs-data update-job-execution --job-id SampleJob --thing-name MotionSensor1 --status REMOVED "
]
},
"iot1click-devices": {
"ClaimDevicesByClaimCode": [
"aws iot1click-devices claim-devices-by-claim-code --claim-code C-123EXAMPLE "
],
"DescribeDevice": [
"aws iot1click-devices describe-device --device-id G030PM0123456789 "
],
"FinalizeDeviceClaim": [
"aws iot1click-devices finalize-device-claim --device-id G030PM0123456789 "
],
"GetDeviceMethods": [
"aws iot1click-devices get-device-methods --device-id G030PM0123456789 "
],
"InitiateDeviceClaim": [
"aws iot1click-devices initiate-device-claim --device-id G030PM0123456789 "
],
"InvokeDeviceMethod": [
"aws iot1click-devices invoke-device-method --cli-input-json file://invoke-device-method.json "
],
"ListDeviceEvents": [
"aws iot1click-devices list-device-events --device-id G030PM0123456789 --from-time-stamp 2019-07-17T15:45:12.880Z --to-time-stamp 2019-07-19T15:45:12.880Z "
],
"ListDevices": [
"aws iot1click-devices list-devices --device-type button "
],
"ListTagsForResource": [
"aws iot1click-devices list-tags-for-resource --resource-arn \"arn:aws:iot1click:us-west-2:012345678901:devices/G030PM0123456789\" "
],
"TagResource": [
"aws iot1click-devices tag-resource --cli-input-json file://devices-tag-resource.json "
],
"UnclaimDevice": [
"aws iot1click-devices unclaim-device --device-id G030PM0123456789 "
],
"UntagResource": [
"aws iot1click-devices untag-resource --resource-arn \"arn:aws:iot1click:us-west-2:123456789012:projects/AnytownDumpsters\" --tag-keys \"Driver Phone\" \"Driver\" "
],
"UpdateDeviceState": [
"aws iot1click-devices update-device-state --device-id G030PM0123456789 --enabled "
]
},
"iot1click-projects": {
"AssociateDeviceWithPlacement": [
"aws iot1click-projects associate-device-with-placement --project-name AnytownDumpsters --placement-name customer217 --device-template-name empty-dumpster-request --device-id G030PM0123456789 "
],
"CreatePlacement": [
"aws iot1click-projects create-placement --project-name AnytownDumpsters --placement-name customer217 --attributes '{\"location\": \"123 Any Street Anytown, USA 10001\", \"phone\": \"123-456-7890\"}' "
],
"CreateProject": [
"aws iot1click-projects create-project --cli-input-json file://create-project.json "
],
"DeletePlacement": [
"aws iot1click-projects delete-placement --project-name AnytownDumpsters --placement-name customer217 "
],
"DeleteProject": [
"aws iot1click-projects delete-project --project-name AnytownDumpsters "
],
"DescribePlacement": [
"aws iot1click-projects describe-placement --project-name AnytownDumpsters --placement-name customer217 "
],
"DescribeProject": [
"aws iot1click-projects describe-project --project-name AnytownDumpsters "
],
"DisassociateDeviceFromPlacement": [
"aws iot1click-projects disassociate-device-from-placement --project-name AnytownDumpsters --placement-name customer217 --device-template-name empty-dumpster-request "
],
"GetDevicesInPlacement": [
"aws iot1click-projects get-devices-in-placement --project-name AnytownDumpsters --placement-name customer217 "
],
"ListPlacements": [
"aws iot1click-projects list-placements --project-name AnytownDumpsters "
],
"ListProjects": [
"aws iot1click-projects list-projects "
],
"ListTagsForResource": [
"aws iot1click-projects list-tags-for-resource --resource-arn \"arn:aws:iot1click:us-west-2:123456789012:projects/AnytownDumpsters\" "
],
"TagResource": [
"aws iot1click-projects tag-resource --cli-input-json file://devices-tag-resource.json "
],
"UntagResource": [
"aws iot1click-projects untag-resource --resource-arn \"arn:aws:iot1click:us-west-2:123456789012:projects/AnytownDumpsters\" --tag-keys \"Manager\" "
],
"UpdatePlacement": [
"aws iot1click-projects update-placement --cli-input-json file://update-placement.json "
],
"UpdateProject": [
"aws iot1click-projects update-project --project-name AnytownDumpsters --description \"All dumpsters (yard waste, recycling, garbage) in the Anytown region.\" "
]
},
"iotanalytics": {
"BatchPutMessage": [
"aws iotanalytics batch-put-message --cli-input-json file://batch-put-message.json "
],
"CancelPipelineReprocessing": [
"aws iotanalytics cancel-pipeline-reprocessing --pipeline-name mypipeline --reprocessing-id \"6ad2764f-fb13-4de3-b101-4e74af03b043\" "
],
"CreateChannel": [
"aws iotanalytics create-channel --cli-input-json file://create-channel.json "
],
"CreateDataset": [
"aws iotanalytics create-dataset --cli-input-json file://create-dataset.json "
],
"CreateDatasetContent": [
"aws iotanalytics create-dataset-content --dataset-name mydataset "
],
"CreateDatastore": [
"aws iotanalytics create-datastore --cli-input-json file://create-datastore.json "
],
"CreatePipeline": [
"aws iotanalytics create-pipeline --cli-input-json file://create-pipeline.json "
],
"DeleteChannel": [
"aws iotanalytics delete-channel --channel-name mychannel "
],
"DeleteDataset": [
"aws iotanalytics delete-dataset --dataset-name mydataset "
],
"DeleteDatasetContent": [
"aws iotanalytics delete-dataset-content --dataset-name mydataset "
],
"DeleteDatastore": [
"aws iotanalytics delete-datastore --datastore-name mydatastore "
],
"DeletePipeline": [
"aws iotanalytics delete-pipeline --pipeline-name mypipeline "
],
"DescribeChannel": [
"aws iotanalytics describe-channel --channel-name mychannel --include-statistics "
],
"DescribeDataset": [
"aws iotanalytics describe-dataset --dataset-name mydataset "
],
"DescribeDatastore": [
"aws iotanalytics describe-datastore --datastore-name mydatastore --include-statistics "
],
"DescribeLoggingOptions": [
"aws iotanalytics describe-logging-options "
],
"DescribePipeline": [
"aws iotanalytics describe-pipeline --pipeline-name mypipeline "
],
"GetDatasetContent": [
"aws iotanalytics get-dataset-content --dataset-name mydataset "
],
"ListChannels": [
"aws iotanalytics list-channels "
],
"ListDatasetContents": [
"aws iotanalytics list-dataset-contents --dataset-name mydataset "
],
"ListDatasets": [
"aws iotanalytics list-datasets "
],
"ListDatastores": [
"aws iotanalytics list-datastores "
],
"ListPipelines": [
"aws iotanalytics list-pipelines "
],
"ListTagsForResource": [
"aws iotanalytics list-tags-for-resource --resource-arn \"arn:aws:iotanalytics:us-west-2:123456789012:channel/mychannel\" "
],
"PutLoggingOptions": [
"aws iotanalytics put-logging-options --cli-input-json file://put-logging-options.json "
],
"RunPipelineActivity": [
"aws iotanalytics run-pipeline-activity --pipeline-activity file://maths.json --payloads file://payloads.json "
],
"SampleChannelData": [
"aws iotanalytics sample-channel-data --channel-name mychannel "
],
"StartPipelineReprocessing": [
"aws iotanalytics start-pipeline-reprocessing --pipeline-name mypipeline "
],
"TagResource": [
"aws iotanalytics tag-resource --resource-arn \"arn:aws:iotanalytics:us-west-2:123456789012:channel/mychannel\" --tags \"[{\\\"key\\\": \\\"Environment\\\", \\\"value\\\": \\\"Production\\\"}]\" "
],
"UntagResource": [
"aws iotanalytics untag-resource --resource-arn \"arn:aws:iotanalytics:us-west-2:123456789012:channel/mychannel\" --tag-keys \"[\\\"Environment\\\"]\" "
],
"UpdateChannel": [
"aws iotanalytics update-channel --cli-input-json file://update-channel.json "
],
"UpdateDataset": [
"aws iotanalytics update-dataset --cli-input-json file://update-dataset.json "
],
"UpdateDatastore": [
"aws iotanalytics update-datastore --cli-input-json file://update-datastore.json "
],
"UpdatePipeline": [
"aws iotanalytics update-pipeline --cli-input-json file://update-pipeline.json "
]
},
"iotevents": {
"BatchPutMessage": [
"aws iotevents-data batch-put-message --cli-input-json file://highPressureMessage.json "
],
"BatchUpdateDetector": [
"aws iotevents-data batch-update-detector --cli-input-json file://budFulton-A32.json "
],
"CreateDetectorModel": [
"aws iotevents create-detector-model --cli-input-json file://motorDetectorModel.json "
],
"CreateInput": [
"aws iotevents create-input --cli-input-json file://pressureInput.json "
],
"DeleteDetectorModel": [
"aws iotevents delete-detector-model --detector-model-name motorDetectorModel "
],
"DeleteInput": [
"aws iotevents delete-input --input-name PressureInput "
],
"DescribeDetector": [
"aws iotevents-data describe-detector --detector-model-name motorDetectorModel --key-value \"Fulton-A32\" "
],
"DescribeDetectorModel": [
"aws iotevents describe-detector-model --detector-model-name motorDetectorModel "
],
"DescribeInput": [
"aws iotevents describe-input --input-name PressureInput "
],
"DescribeLoggingOptions": [
"aws iotevents describe-logging-options "
],
"ListDetectorModelVersions": [
"aws iotevents list-detector-model-versions --detector-model-name motorDetectorModel "
],
"ListDetectorModels": [
"aws iotevents list-detector-models "
],
"ListDetectors": [
"aws iotevents-data list-detectors --detector-model-name motorDetectorModel "
],
"ListInputs": [
"aws iotevents list-inputs "
],
"ListTagsForResource": [
"aws iotevents list-tags-for-resource --resource-arn \"arn:aws:iotevents:us-west-2:123456789012:input/PressureInput\" "
],
"PutLoggingOptions": [
"aws iotevents put-logging-options --cli-input-json file://logging-options.json "
],
"TagResource": [
"aws iotevents tag-resource --cli-input-json file://pressureInput.tag.json "
],
"UntagResource": [
"aws iotevents untag-resource --resource-arn arn:aws:iotevents:us-west-2:123456789012:input/PressureInput --tag-keys deviceType "
],
"UpdateDetectorModel": [
"aws iotevents update-detector-model --cli-input-json file://motorDetectorModel.update.json "
],
"UpdateInput": [
"aws iotevents update-input --cli-input-json file://pressureInput.json "
]
},
"iotevents-data": {
"BatchPutMessage": [
"aws iotevents-data batch-put-message --cli-input-json file://highPressureMessage.json "
],
"BatchUpdateDetector": [
"aws iotevents-data batch-update-detector --cli-input-json file://budFulton-A32.json "
],
"CreateDetectorModel": [],
"CreateInput": [],
"DeleteDetectorModel": [],
"DeleteInput": [],
"DescribeDetector": [
"aws iotevents-data describe-detector --detector-model-name motorDetectorModel --key-value \"Fulton-A32\" "
],
"DescribeDetectorModel": [],
"DescribeInput": [],
"DescribeLoggingOptions": [],
"ListDetectorModelVersions": [],
"ListDetectorModels": [],
"ListDetectors": [
"aws iotevents-data list-detectors --detector-model-name motorDetectorModel "
],
"ListInputs": [],
"ListTagsForResource": [],
"PutLoggingOptions": [],
"TagResource": [],
"UntagResource": [],
"UpdateDetectorModel": [],
"UpdateInput": []
},
"iotsitewise": {
"AssociateAssets": [
"aws iotsitewise associate-assets --asset-id a1b2c3d4-5678-90ab-cdef-44444EXAMPLE --hierarchy-id a1b2c3d4-5678-90ab-cdef-77777EXAMPLE --child-asset-id a1b2c3d4-5678-90ab-cdef-33333EXAMPLE "
],
"BatchAssociateProjectAssets": [
"aws iotsitewise batch-associate-project-assets --project-id a1b2c3d4-5678-90ab-cdef-eeeeeEXAMPLE --asset-ids a1b2c3d4-5678-90ab-cdef-44444EXAMPLE "
],
"BatchDisassociateProjectAssets": [
"aws iotsitewise batch-disassociate-project-assets --project-id a1b2c3d4-5678-90ab-cdef-eeeeeEXAMPLE --asset-ids a1b2c3d4-5678-90ab-cdef-44444EXAMPLE "
],
"BatchPutAssetPropertyValue": [
"aws iotsitewise batch-put-asset-property-value --cli-input-json file://batch-put-asset-property-value.json "
],
"CreateAccessPolicy": [
"aws iotsitewise create-access-policy --cli-input-json file://create-portal-administrator-access-policy.json ",
"aws iotsitewise create-access-policy --cli-input-json file://create-project-viewer-access-policy.json "
],
"CreateAsset": [
"aws iotsitewise create-asset --asset-model-id a1b2c3d4-5678-90ab-cdef-11111EXAMPLE --asset-name \"Wind Turbine 1\" "
],
"CreateAssetModel": [
"aws iotsitewise create-asset-model --cli-input-json file://create-wind-turbine-model.json "
],
"CreateDashboard": [
"aws iotsitewise create-dashboard --project-id a1b2c3d4-5678-90ab-cdef-eeeeeEXAMPLE --dashboard-name \"Wind Farm\" --dashboard-definition file://create-wind-farm-dashboard.json "
],
"CreateGateway": [
"aws iotsitewise create-gateway --gateway-name ExampleCorpGateway --gateway-platform greengrass={groupArn=arn:aws:greengrass:us-west-2:123456789012:/greengrass/groups/a1b2c3d4-5678-90ab-cdef-1b1b1EXAMPLE} "
],
"CreatePortal": [
"aws iotsitewise create-portal --portal-name WindFarmPortal --portal-description \"A portal that contains wind farm projects for Example Corp.\" --portal-contact-email support@example.com --role-arn arn:aws:iam::123456789012:role/service-role/MySiteWiseMonitorServiceRole "
],
"CreateProject": [
"aws iotsitewise create-project --portal-id a1b2c3d4-5678-90ab-cdef-aaaaaEXAMPLE --project-name \"Wind Farm 1\" --project-description \"Contains asset visualizations for Wind Farm #1 for Example Corp.\" "
],
"DeleteAccessPolicy": [
"aws iotsitewise delete-access-policy --access-policy-id a1b2c3d4-5678-90ab-cdef-cccccEXAMPLE "
],
"DeleteAsset": [
"aws iotsitewise delete-asset --asset-id a1b2c3d4-5678-90ab-cdef-33333EXAMPLE "
],
"DeleteAssetModel": [
"aws iotsitewise delete-asset-model --asset-model-id a1b2c3d4-5678-90ab-cdef-11111EXAMPLE "
],
"DeleteDashboard": [
"aws iotsitewise delete-dashboard --dashboard-id a1b2c3d4-5678-90ab-cdef-fffffEXAMPLE "
],
"DeleteGateway": [
"aws iotsitewise delete-gateway --gateway-id a1b2c3d4-5678-90ab-cdef-1a1a1EXAMPLE "
],
"DeletePortal": [
"aws iotsitewise delete-portal --portal-id a1b2c3d4-5678-90ab-cdef-aaaaaEXAMPLE "
],
"DeleteProject": [
"aws iotsitewise delete-project --project-id a1b2c3d4-5678-90ab-cdef-eeeeeEXAMPLE "
],
"DescribeAccessPolicy": [
"aws iotsitewise describe-access-policy --access-policy-id a1b2c3d4-5678-90ab-cdef-cccccEXAMPLE "
],
"DescribeAsset": [
"aws iotsitewise describe-asset --asset-id a1b2c3d4-5678-90ab-cdef-44444EXAMPLE "
],
"DescribeAssetModel": [
"aws iotsitewise describe-asset-model --asset-model-id a1b2c3d4-5678-90ab-cdef-22222EXAMPLE "
],
"DescribeAssetProperty": [
"aws iotsitewise describe-asset-property --asset-id a1b2c3d4-5678-90ab-cdef-44444EXAMPLE --property-id a1b2c3d4-5678-90ab-cdef-99999EXAMPLE "
],
"DescribeDashboard": [
"aws iotsitewise describe-dashboard --dashboard-id a1b2c3d4-5678-90ab-cdef-fffffEXAMPLE "
],
"DescribeGateway": [
"aws iotsitewise describe-gateway --gateway-id a1b2c3d4-5678-90ab-cdef-1a1a1EXAMPLE "
],
"DescribeGatewayCapabilityConfiguration": [
"aws iotsitewise describe-gateway-capability-configuration --gateway-id a1b2c3d4-5678-90ab-cdef-1a1a1EXAMPLE --capability-namespace \"iotsitewise:opcuacollector:1\" "
],
"DescribeLoggingOptions": [
"aws iotsitewise describe-logging-options "
],
"DescribePortal": [
"aws iotsitewise describe-portal --portal-id a1b2c3d4-5678-90ab-cdef-aaaaaEXAMPLE "
],
"DescribeProject": [
"aws iotsitewise describe-project --project-id a1b2c3d4-5678-90ab-cdef-eeeeeEXAMPLE "
],
"DisassociateAssets": [
"aws iotsitewise disassociate-assets --asset-id a1b2c3d4-5678-90ab-cdef-44444EXAMPLE --hierarchy-id a1b2c3d4-5678-90ab-cdef-77777EXAMPLE --child-asset-id a1b2c3d4-5678-90ab-cdef-33333EXAMPLE "
],
"GetAssetPropertyAggregates": [
"aws iotsitewise get-asset-property-aggregates --asset-id a1b2c3d4-5678-90ab-cdef-33333EXAMPLE --property-id a1b2c3d4-5678-90ab-cdef-66666EXAMPLE --start-date 1580849400 --end-date 1580853000 --aggregate-types AVERAGE COUNT --resolution 1h "
],
"GetAssetPropertyValue": [
"aws iotsitewise get-asset-property-value --asset-id a1b2c3d4-5678-90ab-cdef-33333EXAMPLE --property-id a1b2c3d4-5678-90ab-cdef-66666EXAMPLE "
],
"GetAssetPropertyValueHistory": [
"aws iotsitewise get-asset-property-value-history --asset-id a1b2c3d4-5678-90ab-cdef-33333EXAMPLE --property-id a1b2c3d4-5678-90ab-cdef-66666EXAMPLE --start-date 1580851800 --end-date 1580853000 "
],
"ListAccessPolicies": [
"aws iotsitewise list-access-policies --identity-type USER --identity-id a1b2c3d4e5-a1b2c3d4-5678-90ab-cdef-bbbbbEXAMPLE "
],
"ListAssetModels": [
"aws iotsitewise list-asset-models "
],
"ListAssets": [
"aws iotsitewise list-assets --filter TOP_LEVEL ",
"aws iotsitewise list-assets --asset-model-id a1b2c3d4-5678-90ab-cdef-11111EXAMPLE "
],
"ListAssociatedAssets": [
"aws iotsitewise list-associated-assets --asset-id a1b2c3d4-5678-90ab-cdef-44444EXAMPLE --hierarchy-id a1b2c3d4-5678-90ab-cdef-77777EXAMPLE "
],
"ListDashboards": [
"aws iotsitewise list-dashboards --project-id a1b2c3d4-5678-90ab-cdef-eeeeeEXAMPLE "
],
"ListGateways": [
"aws iotsitewise list-gateways "
],
"ListPortals": [
"aws iotsitewise list-portals "
],
"ListProjectAssets": [],
"ListProjects": [
"aws iotsitewise list-projects --portal-id a1b2c3d4-5678-90ab-cdef-aaaaaEXAMPLE "
],
"ListTagsForResource": [
"aws iotsitewise list-tags-for-resource --resource-arn arn:aws:iotsitewise:us-west-2:123456789012:asset/a1b2c3d4-5678-90ab-cdef-33333EXAMPLE "
],
"PutLoggingOptions": [
"aws iotsitewise put-logging-options --logging-options level=INFO "
],
"TagResource": [
"aws iotsitewise tag-resource --resource-arn arn:aws:iotsitewise:us-west-2:123456789012:asset/a1b2c3d4-5678-90ab-cdef-33333EXAMPLE --tags Owner=richard-roe "
],
"UntagResource": [
"aws iotsitewise untag-resource --resource-arn arn:aws:iotsitewise:us-west-2:123456789012:asset/a1b2c3d4-5678-90ab-cdef-33333EXAMPLE --tag-keys Owner "
],
"UpdateAccessPolicy": [
"aws iotsitewise update-access-policy --access-policy-id a1b2c3d4-5678-90ab-cdef-dddddEXAMPLE --cli-input-json file://update-project-viewer-access-policy.json "
],
"UpdateAsset": [
"aws iotsitewise update-asset --asset-id a1b2c3d4-5678-90ab-cdef-33333EXAMPLE --asset-name \"Wind Turbine 2\" "
],
"UpdateAssetModel": [
"aws iotsitewise update-asset-model --cli-input-json file://update-wind-farm-model.json "
],
"UpdateAssetProperty": [
"aws iotsitewise update-asset-property --asset-id a1b2c3d4-5678-90ab-cdef-33333EXAMPLE --property-id a1b2c3d4-5678-90ab-cdef-55555EXAMPLE --property-alias \"/examplecorp/windfarm/1/turbine/1/power\" --property-notification-state DISABLED ",
"aws iotsitewise update-asset-property --asset-id a1b2c3d4-5678-90ab-cdef-33333EXAMPLE --property-id a1b2c3d4-5678-90ab-cdef-66666EXAMPLE --property-notification-state ENABLED --property-alias \"/examplecorp/windfarm/1/turbine/1/power\" "
],
"UpdateDashboard": [
"aws iotsitewise update-dashboard --project-id a1b2c3d4-5678-90ab-cdef-fffffEXAMPLE --dashboard-name \"Wind Farm\" --dashboard-definition file://update-wind-farm-dashboard.json "
],
"UpdateGateway": [
"aws iotsitewise update-gateway --gateway-id a1b2c3d4-5678-90ab-cdef-1a1a1EXAMPLE --gateway-name ExampleCorpGateway1 "
],
"UpdateGatewayCapabilityConfiguration": [
"aws iotsitewise update-gateway-capability-configuration --gateway-id a1b2c3d4-5678-90ab-cdef-1a1a1EXAMPLE --capability-namespace \"iotsitewise:opcuacollector:1\" --capability-configuration file://opc-ua-capability-configuration.json "
],
"UpdatePortal": [
"aws iotsitewise update-portal --portal-id a1b2c3d4-5678-90ab-cdef-aaaaaEXAMPLE --portal-name WindFarmPortal --portal-description \"A portal that contains wind farm projects for Example Corp.\" --portal-contact-email support@example.com --role-arn arn:aws:iam::123456789012:role/MySiteWiseMonitorServiceRole "
],
"UpdateProject": [
"aws iotsitewise update-project --project-id a1b2c3d4-5678-90ab-cdef-eeeeeEXAMPLE --project-name \"Wind Farm 1\" --project-description \"Contains asset visualizations for Wind Farm #1 for Example Corp.\" "
],
"Wait": {
"AssetActive": [
"aws iotsitewise wait asset-active --asset-id a1b2c3d4-5678-90ab-cdef-33333EXAMPLE "
],
"AssetModelActive": [
"aws iotsitewise wait asset-model-active --asset-model-id a1b2c3d4-5678-90ab-cdef-11111EXAMPLE "
],
"AssetModelNotExists": [
"aws iotsitewise wait asset-model-not-exists --asset-model-id a1b2c3d4-5678-90ab-cdef-11111EXAMPLE "
],
"AssetNotExists": [
"aws iotsitewise wait asset-not-exists --asset-id a1b2c3d4-5678-90ab-cdef-33333EXAMPLE "
],
"PortalActive": [
"aws iotsitewise wait portal-active --portal-id a1b2c3d4-5678-90ab-cdef-aaaaaEXAMPLE "
],
"PortalNotExists": [
"aws iotsitewise wait portal-not-exists --portal-id a1b2c3d4-5678-90ab-cdef-aaaaaEXAMPLE "
]
}
},
"iotthingsgraph": {
"AssociateEntityToThing": [
"aws iotthingsgraph associate-entity-to-thing --thing-name \"MotionSensorName\" --entity-id \"urn:tdm:aws/examples:Device:HCSR501MotionSensor\" "
],
"CreateFlowTemplate": [
"aws iotthingsgraph create-flow-template --definition language=GRAPHQL,text=\"MyFlowDefinition\" "
],
"CreateSystemInstance": [
"aws iotthingsgraph create-system-instance --definition language=GRAPHQL,text=\"MySystemInstanceDefinition\" --target CLOUD --flow-actions-role-arn \"arn:aws:iotthingsgraph:us-west-2:123456789012:Deployment/default/Room218\" "
],
"CreateSystemTemplate": [
"aws iotthingsgraph create-system-template --definition language=GRAPHQL,text=\"MySystemDefinition\" "
],
"DeleteFlowTemplate": [
"aws iotthingsgraph delete-flow-template --id \"urn:tdm:us-west-2/123456789012/default:Workflow:MyFlow\" "
],
"DeleteNamespace": [
"aws iotthingsgraph delete-namespace "
],
"DeleteSystemInstance": [
"aws iotthingsgraph delete-system-instance --id \"urn:tdm:us-west-2/123456789012/default:Deployment:Room218\" "
],
"DeleteSystemTemplate": [
"aws iotthingsgraph delete-system-template --id \"urn:tdm:us-west-2/123456789012/default:System:MySystem\" "
],
"DeploySystemInstance": [
"aws iotthingsgraph deploy-system-instance --id \"urn:tdm:us-west-2/123456789012/default:Deployment:Room218\" "
],
"DeprecateFlowTemplate": [
"aws iotthingsgraph deprecate-flow-template --id \"urn:tdm:us-west-2/123456789012/default:Workflow:MyFlow\" "
],
"DeprecateSystemTemplate": [
"aws iotthingsgraph deprecate-system-template --id \"urn:tdm:us-west-2/123456789012/default:System:MySystem\" "
],
"DescribeNamespace": [
"aws iotthingsgraph describe-namespace "
],
"DissociateEntityFromThing": [
"aws iotthingsgraph dissociate-entity-from-thing --thing-name \"MotionSensorName\" --entity-type \"DEVICE\" "
],
"GetEntities": [
"aws iotthingsgraph get-entities --ids \"urn:tdm:aws/examples:DeviceModel:MotionSensor\" "
],
"GetFlowTemplate": [
"aws iotthingsgraph get-flow-template --id \"urn:tdm:us-west-2/123456789012/default:Workflow:MyFlow\" "
],
"GetFlowTemplateRevisions": [
"aws iotthingsgraph get-flow-template-revisions --id urn:tdm:us-west-2/123456789012/default:Workflow:MyFlow "
],
"GetNamespaceDeletionStatus": [
"aws iotthingsgraph get-namespace-deletion-status "
],
"GetSystemInstance": [
"aws iotthingsgraph get-system-instance --id \"urn:tdm:us-west-2/123456789012/default:Deployment:Room218\" "
],
"GetSystemTemplate": [
"aws iotthingsgraph get-system-template --id \"urn:tdm:us-west-2/123456789012/default:System:MySystem\" "
],
"GetSystemTemplateRevisions": [
"aws iotthingsgraph get-system-template-revisions --id \"urn:tdm:us-west-2/123456789012/default:System:MySystem\" "
],
"GetUploadStatus": [
"aws iotthingsgraph get-upload-status --upload-id \"MyUploadId\" "
],
"ListFlowExecutionMessages": [
"aws iotthingsgraph list-flow-execution-messages --flow-execution-id \"urn:tdm:us-west-2/123456789012/default:Workflow:SecurityFlow_2019-05-11T19:39:55.317Z_MotionSensor_69b151ad-a611-42f5-ac21-fe537f9868ad\" "
],
"ListTagsForResource": [
"aws iotthingsgraph list-tags-for-resource --resource-arn \"arn:aws:iotthingsgraph:us-west-2:123456789012:Deployment/default/Room218\" "
],
"SearchEntities": [
"aws iotthingsgraph search-entities --entity-types \"EVENT\" "
],
"SearchFlowExecutions": [
"aws iotthingsgraph search-flow-executions --system-instance-id \"urn:tdm:us-west-2/123456789012/default:Deployment:Room218\" "
],
"SearchFlowTemplates": [
"aws iotthingsgraph search-flow-templates --filters name=\"DEVICE_MODEL_ID\",value=\"urn:tdm:aws/examples:DeviceModel:Camera\" "
],
"SearchSystemInstances": [
"aws iotthingsgraph search-system-instances --filters name=\"SYSTEM_TEMPLATE_ID\",value=\"urn:tdm:us-west-2/123456789012/default:System:SecurityFlow\" "
],
"SearchSystemTemplates": [
"aws iotthingsgraph search-system-templates --filters name=\"FLOW_TEMPLATE_ID\",value=\"urn:tdm:us-west-2/123456789012/default:Workflow:SecurityFlow\" "
],
"SearchThings": [
"aws iotthingsgraph search-things --entity-id \"urn:tdm:aws/examples:Device:HCSR501MotionSensor\" "
],
"TagResource": [
"aws iotthingsgraph tag-resource --resource-arn \"arn:aws:iotthingsgraph:us-west-2:123456789012:Deployment/default/Room218\" --tags key=\"Type\",value=\"Residential\" "
],
"UndeploySystemInstance": [
"aws iotthingsgraph undeploy-system-instance --id \"urn:tdm:us-west-2/123456789012/default:Deployment:Room215\" "
],
"UntagResource": [
"aws iotthingsgraph untag-resource --resource-arn \"arn:aws:iotthingsgraph:us-west-2:123456789012:Deployment/default/Room218\" --tag-keys \"Type\" "
],
"UpdateFlowTemplate": [
"aws iotthingsgraph update-flow-template --id \"urn:tdm:us-west-2/123456789012/default:Workflow:MyFlow\" --definition language=GRAPHQL,text=\"MyFlowDefinition\" "
],
"UpdateSystemTemplate": [
"aws iotthingsgraph update-system-template --id \"urn:tdm:us-west-2/123456789012/default:System:MySystem\" --definition language=GRAPHQL,text=\"MySystemDefinition\" "
],
"UploadEntityDefinitions": [
"aws iotthingsgraph upload-entity-definitions --document language=GRAPHQL,text=\"MyEntityDefinitions\" "
]
},
"iotwireless": {
"AssociateAwsAccountWithPartnerAccount": [
"aws iotwireless associate-aws-account-with-partner-account --sidewalk AmazonId=\"12345678901234\",AppServerPrivateKey=\"a123b45c6d78e9f012a34cd5e6a7890b12c3d45e6f78a1b234c56d7e890a1234\" "
],
"AssociateWirelessDeviceWithThing": [
"aws iotwireless associate-wireless-device-with-thing --id \"12345678-a1b2-3c45-67d8-e90fa1b2c34d\" --thing-arn \"arn:aws:iot:us-east-1:123456789012:thing/MyIoTWirelessThing\" "
],
"AssociateWirelessGatewayWithCertificate": [
"aws iotwireless associate-wireless-gateway-with-certificate --id \"12345678-a1b2-3c45-67d8-e90fa1b2c34d\" --iot-certificate-id \"a123b45c6d78e9f012a34cd5e6a7890b12c3d45e6f78a1b234c56d7e890a1234\" "
],
"AssociateWirelessGatewayWithThing": [
"aws iotwireless associate-wireless-gateway-with-thing --id \"12345678-a1b2-3c45-67d8-e90fa1b2c34d\" --thing-arn \"arn:aws:iot:us-east-1:123456789012:thing/MyIoTWirelessThing\" "
],
"CreateDestination": [
"aws iotwireless create-destination --name IoTWirelessDestination --expression-type RuleName --expression IoTWirelessRule --role-arn arn:aws:iam::123456789012:role/IoTWirelessDestinationRole "
],
"CreateDeviceProfile": [
"aws iotwireless create-device-profile "
],
"CreateServiceProfile": [
"aws iotwireless create-service-profile "
],
"CreateWirelessDevice": [
"aws iotwireless create-wireless-device --cli-input-json file://input.json "
],
"CreateWirelessGateway": [
"aws iotwireless create-wireless-gateway --lorawan GatewayEui=\"a1b2c3d4567890ab\",RfRegion=\"US915\" --name \"myFirstLoRaWANGateway\" --description \"Using my first LoRaWAN gateway\" "
],
"CreateWirelessGatewayTask": [
"aws iotwireless create-wireless-gateway-task --id \"12345678-a1b2-3c45-67d8-e90fa1b2c34d\" --wireless-gateway-task-definition-id \"aa000102-0304-b0cd-ef56-a1b23cde456a\" "
],
"CreateWirelessGatewayTaskDefinition": [
"aws iotwireless create-wireless-gateway-task-definition --cli-input-json file://input.json "
],
"DeleteDestination": [
"aws iotwireless delete-destination --name \"IoTWirelessDestination\" "
],
"DeleteDeviceProfile": [
"aws iotwireless delete-device-profile --id \"12345678-a1b2-3c45-67d8-e90fa1b2c34d\" "
],
"DeleteServiceProfile": [
"aws iotwireless delete-service-profile --id \"12345678-a1b2-3c45-67d8-e90fa1b2c34d\" "
],
"DeleteWirelessDevice": [
"aws iotwireless delete-wireless-device --id \"12345678-a1b2-3c45-67d8-e90fa1b2c34d\" "
],
"DeleteWirelessGateway": [
"aws iotwireless delete-wireless-gateway --id \"12345678-a1b2-3c45-67d8-e90fa1b2c34d\" "
],
"DeleteWirelessGatewayTask": [
"aws iotwireless delete-wireless-gateway-task --id \"12345678-a1b2-3c45-67d8-e90fa1b2c34d\" "
],
"DeleteWirelessGatewayTaskDefinition": [
"aws iotwireless delete-wireless-gateway-task-definition --id \"12345678-a1b2-3c45-67d8-e90fa1b2c34d\" "
],
"DisassociateAwsAccountFromPartnerAccount": [
"aws iotwireless disassociate-aws-account-from-partner-account --partner-account-id \"12345678901234\" --partner-type \"Sidewalk\" "
],
"DisassociateWirelessDeviceFromThing": [
"aws iotwireless disassociate-wireless-device-from-thing --id \"12345678-a1b2-3c45-67d8-e90fa1b2c34d\" "
],
"DisassociateWirelessGatewayFromCertificate": [
"aws iotwireless disassociate-wireless-gateway-from-certificate --id \"12345678-a1b2-3c45-67d8-e90fa1b2c34d\" "
],
"DisassociateWirelessGatewayFromThing": [
"aws iotwireless disassociate-wireless-gateway-from-thing --id \"12345678-a1b2-3c45-67d8-e90fa1b2c34d\" "
],
"GetDestination": [
"aws iotwireless get-destination --name \"IoTWirelessDestination\" "
],
"GetDeviceProfile": [
"aws iotwireless get-device-profile --id \"12345678-a1b2-3c45-67d8-e90fa1b2c34d\" "
],
"GetPartnerAccount": [
"aws iotwireless get-partner-account --partner-account-id \"12345678901234\" --partner-type \"Sidewalk\" "
],
"GetServiceEndpoint": [
"aws iotwireless get-service-endpoint "
],
"GetServiceProfile": [
"aws iotwireless get-service-profile --id \"12345678-a1b2-3c45-67d8-e90fa1b2c34d\" "
],
"GetWirelessDevice": [
"aws iotwireless get-wireless-device --identifier \"1ffd32c8-8130-4194-96df-622f072a315f\" --identifier-type WirelessDeviceID "
],
"GetWirelessDeviceStatistics": [
"aws iotwireless get-wireless-device-statistics --wireless-device-id \"1ffd32c8-8130-4194-96df-622f072a315f\" "
],
"GetWirelessGateway": [
"aws iotwireless get-wireless-gateway --identifier \"12345678-a1b2-3c45-67d8-e90fa1b2c34d\" --identifier-type WirelessGatewayId "
],
"GetWirelessGatewayCertificate": [
"aws iotwireless get-wireless-gateway-certificate --id \"6c44ab31-8b4d-407a-bed3-19b6c7cda551\" "
],
"GetWirelessGatewayFirmwareInformation": [
"aws iotwireless get-wireless-gateway-firmware-information --id \"3039b406-5cc9-4307-925b-9948c63da25b\" "
],
"GetWirelessGatewayStatistics": [
"aws iotwireless get-wireless-gateway-statistics --wireless-gateway-id \"3039b406-5cc9-4307-925b-9948c63da25b\" "
],
"GetWirelessGatewayTask": [
"aws iotwireless get-wireless-gateway-task --id \"11693a46-6866-47c3-a031-c9a616e7644b\" "
],
"GetWirelessGatewayTaskDefinition": [
"aws iotwireless get-wireless-gateway-task-definition --id \"b7d3baad-25c7-35e7-a4e1-1683a0d61da9\" "
],
"ListDestinations": [
"aws iotwireless list-destinations "
],
"ListDeviceProfiles": [
"aws iotwireless list-device-profiles "
],
"ListPartnerAccounts": [
"aws iotwireless list-partner-accounts "
],
"ListServiceProfiles": [
"aws iotwireless list-service-profiles "
],
"ListTagsForResource": [
"aws iotwireless list-tags-for-resource --resource-arn \"arn:aws:iotwireless:us-east-1:123456789012:Destination/IoTWirelessDestination\" "
],
"ListWirelessDevices": [
"aws iotwireless list-wireless-devices "
],
"ListWirelessGatewayTaskDefinitions": [
"aws iotwireless list-wireless-gateway-task-definitions "
],
"ListWirelessGateways": [
"aws iotwireless list-wireless-gateways "
],
"SendDataToWirelessDevice": [
"aws iotwireless send-data-to-wireless-device --id \"11aa5eae-2f56-4b8e-a023-b28d98494e49\" --transmit-mode \"1\" --payload-data \"SGVsbG8gVG8gRGV2c2lt\" --wireless-metadata LoRaWAN={FPort=1} "
],
"TagResource": [
"aws iotwireless tag-resource --resource-arn \"arn:aws:iotwireless:us-east-1:651419225604:Destination/IoTWirelessDestination\" --tags Key=\"MyTag\",Value=\"MyValue\" "
],
"TestWirelessDevice": [
"aws iotwireless test-wireless-device --id \"11aa5eae-2f56-4b8e-a023-b28d98494e49\" "
],
"UntagResource": [
"aws iotwireless untag-resource --resource-arn \"arn:aws:iotwireless:us-east-1:123456789012:Destination/IoTWirelessDestination\" --tag-keys \"MyTag\" "
],
"UpdateDestination": [
"aws iotwireless update-destination --name \"IoTWirelessDestination\" --description \"Destination for messages processed using IoTWirelessRule\" "
],
"UpdatePartnerAccount": [
"aws iotwireless update-partner-account --partner-account-id \"78965678771228\" --partner-type \"Sidewalk\" --sidewalk AppServerPrivateKey=\"f798ab4899346a88599180fee9e14fa1ada7b6df989425b7c6d2146dd6c815bb\" "
],
"UpdateWirelessDevice": [
"aws iotwireless update-wireless-device --id \"1ffd32c8-8130-4194-96df-622f072a315f\" --destination-name IoTWirelessDestination2 --description \"Using my first LoRaWAN device\" "
],
"UpdateWirelessGateway": [
"aws iotwireless update-wireless-gateway --id \"3285bdc7-5a12-4991-84ed-dadca65e342e\" --description \"Using my LoRaWAN gateway\" "
]
},
"ivs": {
"BatchGetChannel": [
"aws ivs batch-get-channel --arns arn:aws:ivs:us-west-2:123456789012:channel/abcdABCDefgh arn:aws:ivs:us-west-2:123456789012:channel/efghEFGHijkl "
],
"BatchGetStreamKey": [
"aws ivs batch-get-stream-key --arns arn:aws:ivs:us-west-2:123456789012:stream-key/skSKABCDefgh arn:aws:ivs:us-west-2:123456789012:stream-key/skSKIJKLmnop "
],
"CreateChannel": [
"aws ivs create-channel --name \"test-channel\" ",
"aws ivs create-channel --name test-channel-with-recording --recording-configuration-arn \"arn:aws:ivs:us-west-2:123456789012:recording-configuration/ABCD12cdEFgh\" "
],
"CreateRecordingConfiguration": [
"aws ivs create-recording-configuration --name test-recording-config --destination-configuration s3={bucketName=demo-recording-bucket} "
],
"CreateStreamKey": [
"aws ivs create-stream-key --channel-arn arn:aws:ivs:us-west-2:123456789012:channel/abcdABCDefgh "
],
"DeletePlaybackKeyPair": [
"aws ivs delete-playback-key-pair --arn arn:aws:ivs:us-west-2:123456789012:playback-key/abcd1234efgh "
],
"DeleteRecordingConfiguration": [
"aws ivs delete-recording-configuration --arn \"arn:aws:ivs:us-west-2:123456789012:recording-configuration/ABcdef34ghIJ\" "
],
"DeleteStreamKey": [
"aws ivs delete-stream-key --arn arn:aws:ivs:us-west-2:123456789012:stream-key/g1H2I3j4k5L6 "
],
"GetChannel": [
"aws ivs get-channel --arn arn:aws:ivs:us-west-2:123456789012:channel/abcdABCDefgh "
],
"GetPlaybackKeyPair": [
"aws ivs get-playback-key-pair --arn arn:aws:ivs:us-west-2:123456789012:playback-key/abcd1234efgh "
],
"GetRecordingConfiguration": [
"aws ivs get-recording-configuration --arn \"arn:aws:ivs:us-west-2:123456789012:recording-configuration/ABcdef34ghIJ\" "
],
"GetStream": [
"aws ivs get-stream --channel-arn arn:aws:ivs:us-west-2:123456789012:channel/abcdABCDefgh "
],
"GetStreamKey": [],
"ImportPlaybackKeyPair": [
"aws ivs import-playback-key-pair --name \"my-playback-key\" --public-key-material \"G1lbnQxOTA3BgNVBAMMMFdoeSBhcmUgeW91IGRl...\" "
],
"ListChannels": [
"aws ivs list-channels ",
"aws ivs list-channels --filter-by-recording-configuration-arn \"arn:aws:ivs:us-west-2:123456789012:recording-configuration/ABCD12cdEFgh\" "
],
"ListPlaybackKeyPairs": [
"aws ivs list-playback-key-pairs "
],
"ListRecordingConfigurations": [
"aws ivs list-recording-configurations "
],
"ListStreamKeys": [
"aws ivs list-stream-keys --channel-arn arn:aws:ivs:us-west-2:123456789012:channel/abcdABCDefgh "
],
"ListStreams": [
"aws ivs list-streams "
],
"ListTagsForResource": [
"aws ivs list-tags-for-resource --resource-arn arn:aws:ivs:us-west-2:123456789012:channel/abcdABCDefgh "
],
"PutMetadata": [
"aws ivs put-metadata --channel-arn arn:aws:ivs:us-west-2:123456789012:channel/abcdABCDefgh --metadata '{\"my\": \"metadata\"}' "
],
"StopStream": [
"aws ivs stop-stream --channel-arn arn:aws:ivs:us-west-2:123456789012:channel/abcdABCDefgh "
],
"TagResource": [
"aws ivs tag-resource --resource-arn arn:aws:ivs:us-west-2:123456789012:channel/abcdABCDefgh --tags \"tagkey1=tagvalue1, tagkey2=tagvalue2\" "
],
"UntagResource": [
"aws ivs untag-resource --resource-arn arn:aws:ivs:us-west-2:123456789012:channel/abcdABCDefgh --tag-keys \"tagkey1, tagkey2\" "
],
"UpdateChannel": [
"aws ivs update-channel --arn arn:aws:ivs:us-west-2:123456789012:channel/abcdABCDefgh --name \"channel-1\" ",
"aws ivs update-channel --arn \"arn:aws:ivs:us-west-2:123456789012:channel/abcdABCDefgh\" --recording-configuration-arn \"arn:aws:ivs:us-west-2:123456789012:recording-configuration/ABCD12cdEFgh\" ",
"aws ivs update-channel --arn \"arn:aws:ivs:us-west-2:123456789012:channel/abcdABCDefgh\" --recording-configuration-arn \"\" "
]
},
"kafka": {
"CreateCluster": [
"aws kafka create-cluster --cluster-name \"MessagingCluster\" --broker-node-group-info file://brokernodegroupinfo.json --kafka-version \"2.2.1\" --number-of-broker-nodes 3 "
],
"CreateConfiguration": [
"aws kafka create-configuration --name \"CustomConfiguration\" --description \"Topic autocreation enabled; Apache ZooKeeper timeout 2000 ms; Log rolling 604800000 ms.\" --kafka-versions \"2.2.1\" --server-properties file://configuration.txt "
],
"DescribeCluster": [
"aws kafka describe-cluster --cluster-arn arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5 "
],
"GetBootstrapBrokers": [
"aws kafka get-bootstrap-brokers --cluster-arn arn:aws:kafka:us-east-1:123456789012:cluster/demo-cluster-1/6357e0b2-0e6a-4b86-a0b4-70df934c2e31-5 "
],
"ListClusters": [
"aws kafka list-clusters "
],
"UpdateBrokerStorage": [
"aws kafka update-broker-storage --cluster-arn \"arn:aws:kafka:us-west-2:123456789012:cluster/MessagingCluster/a1b2c3d4-5678-90ab-cdef-11111EXAMPLE-2\" --current-version \"K21V3IB1VIZYYH\" --target-broker-ebs-volume-info \"KafkaBrokerNodeId=ALL,VolumeSizeGB=1100\" "
],
"UpdateClusterConfiguration": [
"aws kafka update-cluster-configuration --cluster-arn \"arn:aws:kafka:us-west-2:123456789012:cluster/MessagingCluster/a1b2c3d4-5678-90ab-cdef-11111EXAMPLE-2\" --configuration-info file://configuration-info.json --current-version \"K21V3IB1VIZYYH\" "
]
},
"kinesis": {
"AddTagsToStream": [
"aws kinesis add-tags-to-stream --stream-name samplestream --tags samplekey=example "
],
"CreateStream": [
"aws kinesis create-stream --stream-name samplestream --shard-count 3 "
],
"DecreaseStreamRetentionPeriod": [
"aws kinesis decrease-stream-retention-period --stream-name samplestream --retention-period-hours 48 "
],
"DeleteStream": [
"aws kinesis delete-stream --stream-name samplestream "
],
"DeregisterStreamConsumer": [
"aws kinesis deregister-stream-consumer --stream-arn arn:aws:kinesis:us-west-2:123456789012:stream/samplestream --consumer-name KinesisConsumerApplication "
],
"DescribeLimits": [
"aws kinesis describe-limits "
],
"DescribeStream": [
"aws kinesis describe-stream --stream-name samplestream "
],
"DescribeStreamConsumer": [
"aws kinesis describe-stream-consumer --stream-arn arn:aws:kinesis:us-west-2:012345678912:stream/samplestream --consumer-name KinesisConsumerApplication "
],
"DescribeStreamSummary": [
"aws kinesis describe-stream-summary --stream-name samplestream "
],
"DisableEnhancedMonitoring": [
"aws kinesis disable-enhanced-monitoring --stream-name samplestream --shard-level-metrics ALL "
],
"EnableEnhancedMonitoring": [
"aws kinesis enable-enhanced-monitoring --stream-name samplestream --shard-level-metrics ALL "
],
"GetRecords": [
"aws kinesis get-records --shard-iterator AAAAAAAAAAF7/0mWD7IuHj1yGv/TKuNgx2ukD5xipCY4cy4gU96orWwZwcSXh3K9tAmGYeOZyLZrvzzeOFVf9iN99hUPw/w/b0YWYeehfNvnf1DYt5XpDJghLKr3DzgznkTmMymDP3R+3wRKeuEw6/kdxY2yKJH0veaiekaVc4N2VwK/GvaGP2Hh9Fg7N++q0Adg6fIDQPt4p8RpavDbk+A4sL9SWGE1 "
],
"GetShardIterator": [
"aws kinesis get-shard-iterator --stream-name samplestream --shard-id shardId-000000000001 --shard-iterator-type LATEST "
],
"IncreaseStreamRetentionPeriod": [
"aws kinesis increase-stream-retention-period --stream-name samplestream --retention-period-hours 168 "
],
"ListShards": [
"aws kinesis list-shards --stream-name samplestream --exclusive-start-shard-id shardId-000000000000 "
],
"ListStreams": [
"aws kinesis list-streams "
],
"ListTagsForStream": [
"aws kinesis list-tags-for-stream --stream-name samplestream "
],
"MergeShards": [
"aws kinesis merge-shards --stream-name samplestream --shard-to-merge shardId-000000000000 --adjacent-shard-to-merge shardId-000000000001 "
],
"PutRecord": [
"aws kinesis put-record --stream-name samplestream --data sampledatarecord --partition-key samplepartitionkey "
],
"PutRecords": [
"aws kinesis put-records --stream-name samplestream --records Data=blob1,PartitionKey=partitionkey1 Data=blob2,PartitionKey=partitionkey2 "
],
"RegisterStreamConsumer": [
"aws kinesis register-stream-consumer --stream-arn arn:aws:kinesis:us-west-2:012345678912:stream/samplestream --consumer-name KinesisConsumerApplication "
],
"RemoveTagsFromStream": [
"aws kinesis remove-tags-from-stream --stream-name samplestream --tag-keys samplekey "
],
"SplitShard": [
"aws kinesis split-shard --stream-name samplestream --shard-to-split shardId-000000000000 --new-starting-hash-key 10 "
],
"StartStreamEncryption": [
"aws kinesis start-stream-encryption --encryption-type KMS --key-id arn:aws:kms:us-west-2:012345678912:key/a3c4a7cd-728b-45dd-b334-4d3eb496e452 --stream-name samplestream "
],
"StopStreamEncryption": [],
"UpdateShardCount": [
"aws kinesis update-shard-count --stream-name samplestream --scaling-type UNIFORM_SCALING --target-shard-count 6 "
]
},
"kms": {
"CancelKeyDeletion": [
"aws kms cancel-key-deletion --key-id 1234abcd-12ab-34cd-56ef-1234567890ab "
],
"ConnectCustomKeyStore": [
"aws kms connect-custom-key-store --custom-key-store-id cks-1234567890abcdef0 "
],
"CreateAlias": [
"aws kms create-alias --alias-name alias/example-alias --target-key-id 1234abcd-12ab-34cd-56ef-1234567890ab "
],
"CreateCustomKeyStore": [
"aws kms create-custom-key-store --custom-key-store-name ExampleKeyStore --cloud-hsm-cluster-id cluster-1a23b4cdefg --key-store-password kmsPswd --trust-anchor-certificate file://customerCA.crt "
],
"CreateGrant": [
"aws kms create-grant --key-id 1234abcd-12ab-34cd-56ef-1234567890ab --grantee-principal arn:aws:iam::123456789012:user/exampleUser --operations Decrypt --constraints EncryptionContextSubset={Department=IT} --retiring-principal arn:aws:iam::123456789012:role/adminRole "
],
"CreateKey": [
"aws kms create-key --tags TagKey=Purpose,TagValue=Test --description \"Development test key\" "
],
"Decrypt": [
"aws kms decrypt --ciphertext-blob fileb://ExampleEncryptedFile --key-id 1234abcd-12ab-34cd-56ef-1234567890ab --output text --query Plaintext | base64 --decode > ExamplePlaintextFile ",
"aws kms decrypt ^ --ciphertext-blob fileb://ExampleEncryptedFile ^ --key-id 1234abcd-12ab-34cd-56ef-1234567890ab ^ --output text ^ --query Plaintext > ExamplePlaintextFile.base64 "
],
"DeleteAlias": [
"aws kms delete-alias --alias-name alias/example-alias "
],
"DeleteCustomKeyStore": [],
"DeleteImportedKeyMaterial": [
"aws kms delete-imported-key-material --key-id 1234abcd-12ab-34cd-56ef-1234567890ab "
],
"DescribeCustomKeyStores": [
"aws kms describe-custom-key-stores --custom-key-store-name ExampleKeyStore "
],
"DescribeKey": [
"aws kms describe-key --key-id alias/aws/s3 "
],
"DisableKey": [],
"DisableKeyRotation": [
"aws kms disable-key-rotation --key-id arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab "
],
"DisconnectCustomKeyStore": [],
"EnableKey": [
"aws kms enable-key --key-id 1234abcd-12ab-34cd-56ef-1234567890ab "
],
"EnableKeyRotation": [
"aws kms enable-key-rotation --key-id arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab "
],
"Encrypt": [
"aws kms encrypt --key-id 1234abcd-12ab-34cd-56ef-1234567890ab --plaintext fileb://ExamplePlaintextFile --output text --query CiphertextBlob | base64 --decode > ExampleEncryptedFile ",
"aws kms encrypt --key-id 1234abcd-12ab-34cd-56ef-1234567890ab --plaintext fileb://ExamplePlaintextFile --output text --query CiphertextBlob > C:\\Temp\\ExampleEncryptedFile.base64 "
],
"GenerateRandom": [
"aws kms generate-random --number-of-bytes 32 --output text --query Plaintext | base64 --decode > ExampleRandom ",
"aws kms generate-random --number-of-bytes 32 --output text --query Plaintext > ExampleRandom.base64 "
],
"GetKeyPolicy": [
"aws kms get-key-policy --policy-name default --key-id 1234abcd-12ab-34cd-56ef-1234567890ab --query Policy --output text > policy.txt "
],
"GetKeyRotationStatus": [
"aws kms get-key-rotation-status --key-id 1234abcd-12ab-34cd-56ef-1234567890ab "
],
"GetParametersForImport": [
"aws kms get-parameters-for-import --key-id 1234abcd-12ab-34cd-56ef-1234567890ab --wrapping-algorithm RSAES_OAEP_SHA_256 --wrapping-key-spec RSA_2048 "
],
"GetPublicKey": [
"aws kms get-public-key --key-id 1234abcd-12ab-34cd-56ef-1234567890ab ",
"aws kms get-public-key --key-id 1234abcd-12ab-34cd-56ef-1234567890ab --output text --query PublicKey | base64 --decode > public_key.der "
],
"ImportKeyMaterial": [
"aws kms import-key-material --key-id 1234abcd-12ab-34cd-56ef-1234567890ab --encrypted-key-material fileb://EncryptedKeyMaterial.bin --import-token fileb://ImportToken.bin --expiration-model KEY_MATERIAL_EXPIRES --valid-to 2021-09-21T19:00:00Z "
],
"ListAliases": [
"aws kms list-aliases ",
"aws kms list-aliases --key-id 1234abcd-12ab-34cd-56ef-1234567890ab "
],
"ListGrants": [
"aws kms list-grants --key-id 1234abcd-12ab-34cd-56ef-1234567890ab "
],
"ListKeyPolicies": [
"aws kms list-key-policies --key-id 1234abcd-12ab-34cd-56ef-1234567890ab "
],
"ListKeys": [
"aws kms list-keys "
],
"ListResourceTags": [
"aws kms list-resource-tags --key-id 1234abcd-12ab-34cd-56ef-1234567890ab "
],
"ListRetirableGrants": [
"aws kms list-retirable-grants --retiring-principal arn:aws:iam::111122223333:user/ExampleAdmin "
],
"PutKeyPolicy": [
"aws kms put-key-policy --policy-name default --key-id 1234abcd-12ab-34cd-56ef-1234567890ab --policy file://key_policy.json "
],
"ReEncrypt": [
"aws kms re-encrypt --ciphertext-blob fileb://ExampleEncryptedFile --source-key-id 1234abcd-12ab-34cd-56ef-1234567890ab --destination-key-id 0987dcba-09fe-87dc-65ba-ab0987654321 --query CiphertextBlob --output text | base64 --decode > ExampleReEncryptedFile ",
"aws kms re-encrypt ^ --ciphertext-blob fileb://ExampleEncryptedFile ^ --source-key-id 1234abcd-12ab-34cd-56ef-1234567890ab ^ --destination-key-id 0987dcba-09fe-87dc-65ba-ab0987654321 ^ --query CiphertextBlob ^ --output text > ExampleReEncryptedFile.base64 "
],
"RetireGrant": [
"aws kms retire-grant --grant-id 1234a2345b8a4e350500d432bccf8ecd6506710e1391880c4f7f7140160c9af3 --key-id arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab "
],
"RevokeGrant": [
"aws kms revoke-grant --grant-id 1234a2345b8a4e350500d432bccf8ecd6506710e1391880c4f7f7140160c9af3 --key-id 1234abcd-12ab-34cd-56ef-1234567890ab "
],
"ScheduleKeyDeletion": [
"aws kms schedule-key-deletion --key-id arn:aws:kms:us-west-2:123456789012:key/1234abcd-12ab-34cd-56ef-1234567890ab --pending-window-in-days 15 "
],
"Sign": [
"aws kms sign --key-id 1234abcd-12ab-34cd-56ef-1234567890ab --message 'hello world' --message-type RAW --signing-algorithm RSASSA_PKCS1_V1_5_SHA_256 ",
"aws kms sign --key-id 1234abcd-12ab-34cd-56ef-1234567890ab --message fileb://originalString --message-type RAW --signing-algorithm RSASSA_PKCS1_V1_5_SHA_256 --output text --query Signature | base64 --decode > ExampleSignature "
],
"TagResource": [
"aws kms tag-resource --key-id 1234abcd-12ab-34cd-56ef-1234567890ab --tags TagKey='Purpose',TagValue='Test' TagKey='Dept',TagValue='IT' "
],
"UntagResource": [
"aws kms untag-resource --key-id 1234abcd-12ab-34cd-56ef-1234567890ab --tag-key 'Purpose' "
],
"UpdateAlias": [
"aws kms update-alias --alias-name alias/test-key --target-key-id 1234abcd-12ab-34cd-56ef-1234567890ab "
],
"UpdateCustomKeyStore": [
"aws kms update-custom-key-store --custom-key-store-id cks-1234567890abcdef0 --key-store-password ExamplePassword "
],
"UpdateKeyDescription": [
"aws kms update-key-description --key-id 0987dcba-09fe-87dc-65ba-ab0987654321 --description '' ",
"aws kms update-key-description --key-id arn:aws:kms:us-west-2:123456789012:key/1234abcd-12ab-34cd-56ef-1234567890ab --description \"IT Department test key\" "
],
"Verify": [
"aws kms verify --key-id 1234abcd-12ab-34cd-56ef-1234567890ab --message fileb://originalString --message-type RAW --signing-algorithm RSASSA_PKCS1_V1_5_SHA_256 --signature fileb://ExampleSignature "
]
},
"lambda": {
"AddLayerVersionPermission": [
"aws lambda add-layer-version-permission --layer-name my-layer --statement-id xaccount --action lambda:GetLayerVersion --principal 123456789012 --version-number 1 "
],
"AddPermission": [
"aws lambda add-permission --function-name my-function --action lambda:InvokeFunction --statement-id sns --principal sns.amazonaws.com "
],
"CreateAlias": [
"aws lambda create-alias --function-name my-function --description \"alias for live version of function\" --function-version 1 --name LIVE "
],
"CreateEventSourceMapping": [
"aws lambda create-event-source-mapping --function-name my-function --batch-size 5 --event-source-arn arn:aws:sqs:us-west-2:123456789012:mySQSqueue "
],
"CreateFunction": [
"aws lambda create-function --function-name my-function --runtime nodejs10.x --zip-file fileb://my-function.zip --handler my-function.handler --role arn:aws:iam::123456789012:role/service-role/MyTestFunction-role-tges6bf4 "
],
"DeleteAlias": [
"aws lambda delete-alias --function-name my-function --name LIVE "
],
"DeleteEventSourceMapping": [
"aws lambda delete-event-source-mapping --uuid a1b2c3d4-5678-90ab-cdef-11111EXAMPLE "
],
"DeleteFunction": [
"aws lambda delete-function --function-name my-function "
],
"DeleteFunctionConcurrency": [
"aws lambda delete-function-concurrency --function-name my-function "
],
"DeleteFunctionEventInvokeConfig": [
"aws lambda delete-function-event-invoke-config --function-name my-function:GREEN "
],
"DeleteLayerVersion": [
"aws lambda delete-layer-version --layer-name my-layer --version-number 2 "
],
"DeleteProvisionedConcurrencyConfig": [
"aws lambda delete-provisioned-concurrency-config --function-name my-function --qualifier GREEN "
],
"GetAccountSettings": [
"aws lambda get-account-settings "
],
"GetAlias": [
"aws lambda get-alias --function-name my-function --name LIVE "
],
"GetEventSourceMapping": [
"aws lambda get-event-source-mapping --uuid \"a1b2c3d4-5678-90ab-cdef-11111EXAMPLE\" "
],
"GetFunction": [
"aws lambda get-function --function-name my-function "
],
"GetFunctionConcurrency": [
"aws lambda get-function-concurrency --function-name my-function "
],
"GetFunctionConfiguration": [
"aws lambda get-function-configuration --function-name my-function:2 "
],
"GetFunctionEventInvokeConfig": [
"aws lambda get-function-event-invoke-config --function-name my-function:BLUE "
],
"GetLayerVersion": [
"aws lambda get-layer-version --layer-name my-layer --version-number 1 "
],
"GetLayerVersionByArn": [
"aws lambda get-layer-version-by-arn --arn \"arn:aws:lambda:us-west-2:123456789012:layer:AWSLambda-Python37-SciPy1x:2\" "
],
"GetLayerVersionPolicy": [
"aws lambda get-layer-version-policy --layer-name my-layer --version-number 1 "
],
"GetPolicy": [
"aws lambda get-policy --function-name my-function "
],
"GetProvisionedConcurrencyConfig": [
"aws lambda get-provisioned-concurrency-config --function-name my-function --qualifier BLUE "
],
"Invoke": [
"aws lambda invoke --function-name my-function --payload '{ \"name\": \"Bob\" }' response.json ",
"aws lambda invoke --function-name my-function --invocation-type Event --payload '{ \"name\": \"Bob\" }' response.json "
],
"ListAliases": [
"aws lambda list-aliases --function-name my-function "
],
"ListEventSourceMappings": [
"aws lambda list-event-source-mappings --function-name my-function "
],
"ListFunctionEventInvokeConfigs": [
"aws lambda list-function-event-invoke-configs --function-name my-function "
],
"ListFunctions": [
"aws lambda list-functions "
],
"ListLayerVersions": [
"aws lambda list-layer-versions --layer-name my-layer "
],
"ListLayers": [
"aws lambda list-layers --compatible-runtime python3.7 "
],
"ListProvisionedConcurrencyConfigs": [
"aws lambda list-provisioned-concurrency-configs --function-name my-function "
],
"ListTags": [
"aws lambda list-tags --resource arn:aws:lambda:us-west-2:123456789012:function:my-function "
],
"ListVersionsByFunction": [
"aws lambda list-versions-by-function --function-name my-function "
],
"PublishLayerVersion": [
"aws lambda publish-layer-version --layer-name my-layer --description \"My Python layer\" --license-info \"MIT\" --content S3Bucket=lambda-layers-us-west-2-123456789012,S3Key=layer.zip --compatible-runtimes python3.6 python3.7 "
],
"PublishVersion": [
"aws lambda publish-version --function-name my-function "
],
"PutFunctionConcurrency": [
"aws lambda put-function-concurrency --function-name my-function --reserved-concurrent-executions 100 "
],
"PutFunctionEventInvokeConfig": [
"aws lambda put-function-event-invoke-config --function-name my-function --maximum-event-age-in-seconds 3600 --maximum-retry-attempts 0 "
],
"PutProvisionedConcurrencyConfig": [
"aws lambda put-provisioned-concurrency-config --function-name my-function --qualifier BLUE --provisioned-concurrent-executions 100 "
],
"RemoveLayerVersionPermission": [
"aws lambda remove-layer-version-permission --layer-name my-layer --statement-id xaccount --version-number 1 "
],
"RemovePermission": [
"aws lambda remove-permission --function-name my-function --statement-id sns "
],
"TagResource": [
"aws lambda tag-resource --resource arn:aws:lambda:us-west-2:123456789012:function:my-function --tags \"DEPARTMENT=Department A\" "
],
"UntagResource": [
"aws lambda untag-resource --resource arn:aws:lambda:us-west-2:123456789012:function:my-function --tag-keys DEPARTMENT "
],
"UpdateAlias": [
"aws lambda update-alias --function-name my-function --function-version 3 --name LIVE "
],
"UpdateEventSourceMapping": [
"aws lambda update-event-source-mapping --uuid \"a1b2c3d4-5678-90ab-cdef-11111EXAMPLE\" --batch-size 8 "
],
"UpdateFunctionCode": [
"aws lambda update-function-code --function-name my-function --zip-file fileb://my-function.zip "
],
"UpdateFunctionConfiguration": [
"aws lambda update-function-configuration --function-name my-function --memory-size 256 "
],
"UpdateFunctionEventInvokeConfig": [
"aws lambda update-function-event-invoke-config --function-name my-function --destination-config '{\"OnFailure\":{\"Destination\": \"arn:aws:sqs:us-east-2:123456789012:destination\"}}' "
]
},
"license-manager": {
"CreateLicenseConfiguration": [
"aws license-manager create-license-configuration --name my-license-configuration --license-counting-type Core --license-count 10 --license-count-hard-limit ",
"aws license-manager create-license-configuration --name my-license-configuration --license-counting-type vCPU --license-count 100 --license-rules \"#honorVcpuOptimization=true\" "
],
"DeleteLicenseConfiguration": [
"aws license-manager delete-license-configuration --license-configuration-arn arn:aws:license-manager:us-west-2:123456789012:license-configuration:lic-6eb6586f508a786a2ba4f56c1EXAMPLE "
],
"GetLicenseConfiguration": [
"aws license-manager get-license-configuration --license-configuration-arn arn:aws:license-manager:us-west-2:123456789012:license-configuration:lic-38b658717b87478aaa7c00883EXAMPLE "
],
"GetServiceSettings": [
"aws license-manager get-service-settings "
],
"ListAssociationsForLicenseConfiguration": [
"aws license-manager list-associations-for-license-configuration --license-configuration-arn arn:aws:license-manager:us-west-2:123456789012:license-configuration:lic-38b658717b87478aaa7c00883EXAMPLE "
],
"ListLicenseConfigurations": [
"aws license-manager list-license-configurations ",
"aws license-manager list-license-configurations --license-configuration-arns arn:aws:license-manager:us-west-2:123456789012:license-configuration:lic-38b658717b87478aaa7c00883EXAMPLE "
],
"ListLicenseSpecificationsForResource": [
"aws license-manager list-license-specifications-for-resource --resource-arn arn:aws:ec2:us-west-2::image/ami-1234567890abcdef0 "
],
"ListResourceInventory": [
"aws license-manager list-resource-inventory "
],
"ListTagsForResource": [
"aws license-manager list-tags-for-resource --resource-arn arn:aws:license-manager:us-west-2:123456789012:license-configuration:lic-6eb6586f508a786a2ba4f56c1EXAMPLE "
],
"ListUsageForLicenseConfiguration": [
"aws license-manager list-usage-for-license-configuration --license-configuration-arn arn:aws:license-manager:us-west-2:123456789012:license-configuration:lic-38b658717b87478aaa7c00883EXAMPLE "
],
"TagResource": [
"aws license-manager tag-resource --tags Key=project,Value=lima --resource-arn arn:aws:license-manager:us-west-2:123456789012:license-configuration:lic-6eb6586f508a786a2ba4f56c1EXAMPLE "
],
"UntagResource": [
"aws license-manager untag-resource --tag-keys project --resource-arn arn:aws:license-manager:us-west-2:123456789012:license-configuration:lic-6eb6586f508a786a2ba4f56c1EXAMPLE "
],
"UpdateLicenseConfiguration": [
"aws license-manager update-license-configuration --no-license-count-hard-limit --license-configuration-arn arn:aws:license-manager:us-west-2:880185128111:license-configuration:lic-6eb6586f508a786a2ba4f56c1EXAMPLE ",
"aws license-manager update-license-configuration --license-configuration-status DISABLED --license-configuration-arn arn:aws:license-manager:us-west-2:880185128111:license-configuration:lic-6eb6586f508a786a2ba4f56c1EXAMPLE "
],
"UpdateLicenseSpecificationsForResource": [
"aws license-manager update-license-specifications-for-resource --resource-arn arn:aws:ec2:us-west-2::image/ami-1234567890abcdef0 --remove-license-specifications LicenseConfigurationArn=arn:aws:license-manager:us-west-2:123456789012:license-configuration:lic-38b658717b87478aaa7c00883EXAMPLE --add-license-specifications LicenseConfigurationArn=arn:aws:license-manager:us-west-2:123456789012:license-configuration:lic-42b6deb06e5399a980d555927EXAMPLE "
],
"UpdateServiceSettings": [
"aws license-manager update-service-settings --organization-configuration EnableIntegration=true --enable-cross-accounts-discovery --s3-bucket-arn arn:aws:s3:::aws-license-manager-service-abcd1234EXAMPLE "
]
},
"lightsail": {
"AllocateStaticIp": [
"aws lightsail allocate-static-ip --static-ip-name StaticIp-1 "
],
"AttachDisk": [
"aws lightsail attach-disk --disk-name Disk-1 --disk-path /dev/xvdf --instance-name WordPress_Multisite-1 "
],
"AttachInstancesToLoadBalancer": [
"aws lightsail attach-instances-to-load-balancer --instance-names {\"MEAN-1\",\"MEAN-2\",\"MEAN-3\"} --load-balancer-name LoadBalancer-1 "
],
"AttachLoadBalancerTlsCertificate": [
"aws lightsail attach-load-balancer-tls-certificate --certificate-name Certificate2 --load-balancer-name LoadBalancer-1 "
],
"AttachStaticIp": [
"aws lightsail attach-static-ip --static-ip-name StaticIp-1 --instance-name MEAN-1 "
],
"CloseInstancePublicPorts": [
"aws lightsail close-instance-public-ports --instance-name MEAN-2 --port-info fromPort=22,protocol=TCP,toPort=22 "
],
"CopySnapshot": [
"aws lightsail copy-snapshot --source-snapshot-name MEAN-1-1571075291 --target-snapshot-name MEAN-1-Copy --source-region us-west-2 ",
"aws lightsail copy-snapshot --source-snapshot-name MEAN-1-1571075291 --target-snapshot-name MEAN-1-1571075291-Copy --source-region us-west-2 --region us-east-1 ",
"aws lightsail copy-snapshot --source-resource-name WordPress-1 --restore-date 2019-10-14 --target-snapshot-name WordPress-1-10142019 --source-region us-west-2 ",
"aws lightsail copy-snapshot --source-resource-name WordPress-1 --restore-date 2019-10-14 --target-snapshot-name WordPress-1-10142019 --source-region us-west-2 --region us-east-1 "
],
"CreateDisk": [
"aws lightsail create-disk --disk-name Disk-1 --availability-zone us-west-2a --size-in-gb 32 "
],
"CreateDiskFromSnapshot": [
"aws lightsail create-disk-from-snapshot --disk-name Disk-2 --disk-snapshot-name Disk-1-1566839161 --availability-zone us-west-2a --size-in-gb 32 "
],
"CreateDiskSnapshot": [
"aws lightsail create-disk-snapshot --disk-name Disk-1 --disk-snapshot-name DiskSnapshot-1 ",
"aws lightsail create-disk-snapshot --instance-name WordPress-1 --disk-snapshot-name SystemDiskSnapshot-1 "
],
"CreateDomain": [
"aws lightsail create-domain --region us-east-1 --domain-name example.com "
],
"CreateDomainEntry": [
"aws lightsail create-domain-entry --region us-east-1 --domain-name example.com --domain-entry name=example.com,type=A,target=192.0.2.0 "
],
"CreateInstanceSnapshot": [
"aws lightsail create-instance-snapshot --instance-name WordPress-1 --instance-snapshot-name WordPress-Snapshot-1 "
],
"CreateInstances": [
"aws lightsail create-instances --instance-names Instance-1 --availability-zone us-west-2a --blueprint-id wordpress_5_1_1_2 --bundle-id nano_2_0 ",
"aws lightsail create-instances --instance-names {\"Instance1\",\"Instance2\",\"Instance3\"} --availability-zone us-west-2a --blueprint-id wordpress_5_1_1_2 --bundle-id nano_2_0 "
],
"CreateInstancesFromSnapshot": [
"aws lightsail create-instances-from-snapshot --instance-snapshot-name WordPress-1-1569866208 --instance-names WordPress-2 --availability-zone us-west-2a --bundle-id medium_2_0 "
],
"CreateKeyPair": [
"aws lightsail create-key-pair --key-pair-name MyPersonalKeyPair "
],
"CreateLoadBalancer": [
"aws lightsail create-load-balancer --certificate-alternative-names www.example.com test.example.com --certificate-domain-name example.com --certificate-name Certificate-1 --instance-port 80 --load-balancer-name LoadBalancer-1 "
],
"CreateLoadBalancerTlsCertificate": [
"aws lightsail create-load-balancer-tls-certificate --certificate-alternative-names abc.example.com --certificate-domain-name example.com --certificate-name MySecondCertificate --load-balancer-name MyFirstLoadBalancer "
],
"CreateRelationalDatabase": [
"aws lightsail create-relational-database --relational-database-name Database-1 --availability-zone us-west-2a --relational-database-blueprint-id mysql_5_6 --relational-database-bundle-id micro_1_0 --master-database-name dbmaster --master-username user --no-publicly-accessible "
],
"CreateRelationalDatabaseFromSnapshot": [
"aws lightsail create-relational-database-from-snapshot --relational-database-snapshot-name Database-Oregon-1-1566839359 --relational-database-name Database-1 --availability-zone us-west-2a --relational-database-bundle-id micro_1_0 --no-publicly-accessible "
],
"CreateRelationalDatabaseSnapshot": [
"aws lightsail create-relational-database-snapshot --relational-database-name Database1 --relational-database-snapshot-name RelationalDatabaseSnapshot1 "
],
"DeleteAutoSnapshot": [
"aws lightsail delete-auto-snapshot --resource-name WordPress-1 --date 2019-10-10 "
],
"DeleteDisk": [
"aws lightsail delete-disk --disk-name Disk-1 "
],
"DeleteDiskSnapshot": [
"aws lightsail delete-disk-snapshot --disk-snapshot-name DiskSnapshot-1 "
],
"DeleteDomain": [
"aws lightsail delete-domain --region us-east-1 --domain-name example.com "
],
"DeleteDomainEntry": [
"aws lightsail delete-domain-entry --region us-east-1 --domain-name example.com --domain-entry name=123.example.com,target=192.0.2.0,type=A "
],
"DeleteInstance": [
"aws lightsail delete-instance --instance-name WordPress-1 "
],
"DeleteInstanceSnapshot": [
"aws lightsail delete-instance-snapshot --instance-snapshot-name WordPress-1-Snapshot-1 "
],
"DeleteKeyPair": [
"aws lightsail delete-key-pair --key-pair-name MyPersonalKeyPair "
],
"DeleteKnownHostKeys": [
"aws lightsail delete-known-host-keys --instance-name Instance-1 "
],
"DeleteLoadBalancer": [
"aws lightsail delete-load-balancer --load-balancer-name MyFirstLoadBalancer "
],
"DeleteLoadBalancerTlsCertificate": [
"aws lightsail delete-load-balancer-tls-certificate --load-balancer-name MyFirstLoadBalancer --certificate-name MyFirstCertificate "
],
"DeleteRelationalDatabase": [
"aws lightsail delete-relational-database --relational-database-name Database-1 "
],
"DeleteRelationalDatabaseSnapshot": [
"aws lightsail delete-relational-database-snapshot --relational-database-snapshot-name Database-Oregon-1-1566839359 "
],
"DetachStaticIp": [
"aws lightsail detach-static-ip --static-ip-name StaticIp-1 "
],
"GetActiveNames": [
"aws lightsail get-active-names "
],
"GetAutoSnapshots": [
"aws lightsail get-auto-snapshots --resource-name WordPress-1 "
],
"GetBlueprints": [
"aws lightsail get-blueprints "
],
"GetBundles": [
"aws lightsail get-bundles "
],
"GetCloudFormationStackRecords": [
"aws lightsail get-cloud-formation-stack-records "
],
"GetDisk": [
"aws lightsail get-disk --disk-name Disk-1 "
],
"GetDiskSnapshot": [
"aws lightsail get-disk-snapshot --disk-snapshot-name Disk-1-1566839161 "
],
"GetDiskSnapshots": [
"aws lightsail get-disk-snapshots "
],
"GetDisks": [
"aws lightsail get-disks "
],
"GetDomain": [
"aws lightsail get-domain --domain-name example.com --region us-east-1 "
],
"GetDomains": [
"aws lightsail get-domains --region us-east-1 "
],
"GetExportSnapshotRecord": [
"aws lightsail get-export-snapshot-records "
],
"GetInstance": [
"aws lightsail get-instance --instance-name MEAN-1 "
],
"GetInstanceAccessDetails": [
"aws lightsail get-instance-access-details --instance-name WordPress_Multisite-1 "
],
"GetInstanceMetricData": [
"aws lightsail get-instance-metric-data --instance-name MEAN-1 --metric-name CPUUtilization --period 7200 --start-time 1571342400 --end-time 1571428800 --unit Percent --statistics Average "
],
"GetInstancePortStates": [
"aws lightsail get-instance-port-states --instance-name MEAN-1 "
],
"GetInstanceSnapshot": [
"aws lightsail get-instance-snapshot --instance-snapshot-name MEAN-1-1571419854 "
],
"GetInstanceSnapshots": [
"aws lightsail get-instance-snapshots "
],
"GetInstanceState": [
"aws lightsail get-instance-state --instance-name MEAN-1 "
],
"GetInstances": [
"aws lightsail get-instances "
],
"GetKeyPair": [
"aws lightsail get-key-pair --key-pair-name MyKey1 "
],
"GetKeyPairs": [
"aws lightsail get-key-pairs "
],
"GetLoadBalancer": [
"aws lightsail get-load-balancer --load-balancer-name LoadBalancer-1 "
],
"GetLoadBalancerTlsCertificates": [
"aws lightsail get-load-balancer-tls-certificates --load-balancer-name LoadBalancer-1 "
],
"GetLoadBalancers": [
"aws lightsail get-load-balancers "
],
"GetOperation": [
"aws lightsail get-operation --operation-id e5700e8a-daf2-4b49-bc01-3EXAMPLE910a "
],
"GetOperations": [
"aws lightsail get-operations "
],
"GetOperationsForResource": [
"aws lightsail get-operations-for-resource --resource-name LoadBalancer-1 "
],
"GetRegions": [
"aws lightsail get-regions "
],
"GetRelationalDatabase": [
"aws lightsail get-relational-database --relational-database-name Database-1 "
],
"GetRelationalDatabaseBlueprints": [
"aws lightsail get-relational-database-blueprints "
],
"GetRelationalDatabaseBundles": [
"aws lightsail get-relational-database-bundles "
],
"GetRelationalDatabaseEvents": [
"aws lightsail get-relational-database-events --relational-database-name Database-1 --duration-in-minutes 1020 "
],
"GetRelationalDatabaseLogEvents": [
"aws lightsail get-relational-database-log-events --relational-database-name Database1 --log-stream-name error --start-from-head --start-time 1570733176 --end-time 1571597176 "
],
"GetRelationalDatabaseLogStreams": [
"aws lightsail get-relational-database-log-streams --relational-database-name Database1 "
],
"GetRelationalDatabaseMasterUserPassword": [
"aws lightsail get-relational-database-master-user-password --relational-database-name Database-1 "
],
"GetRelationalDatabaseMetricData": [
"aws lightsail get-relational-database-metric-data --relational-database-name Database1 --metric-name DatabaseConnections --period 86400 --start-time 1570733176 --end-time 1571597176 --unit Count --statistics Sum "
],
"GetRelationalDatabaseParameters": [
"aws lightsail get-relational-database-parameters --relational-database-name Database-1 "
],
"GetRelationalDatabaseSnapshot": [
"aws lightsail get-relational-database-snapshot --relational-database-snapshot-name Database-1-1571350042 "
],
"GetRelationalDatabaseSnapshots": [
"aws lightsail get-relational-database-snapshots "
],
"GetRelationalDatabases": [
"aws lightsail get-relational-databases "
],
"GetStaticIp": [
"aws lightsail get-static-ip --static-ip-name StaticIp-1 "
],
"GetStaticIps": [
"aws lightsail get-static-ips "
],
"IsVpcPeered": [
"aws lightsail is-vpc-peered --region us-west-2 "
],
"OpenInstancePublicPorts": [
"aws lightsail open-instance-public-ports --instance-name MEAN-2 --port-info fromPort=22,protocol=TCP,toPort=22 "
],
"PeerVpc": [
"aws lightsail peer-vpc --region us-west-2 "
],
"RebootInstance": [
"aws lightsail reboot-instance --instance-name MEAN-1 "
],
"RebootRelationalDatabase": [
"aws lightsail reboot-relational-database --relational-database-name Database-1 "
],
"ReleaseStaticIp": [
"aws lightsail release-static-ip --static-ip-name StaticIp-1 "
],
"StartInstance": [
"aws lightsail start-instance --instance-name WordPress-1 "
],
"StartRelationalDatabase": [
"aws lightsail start-relational-database --relational-database-name Database-1 "
],
"StopInstance": [
"aws lightsail stop-instance --instance-name WordPress-1 "
],
"StopRelationalDatabase": [
"aws lightsail stop-relational-database --relational-database-name Database-1 "
],
"UnpeerVpc": [
"aws lightsail unpeer-vpc --region us-west-2 "
]
},
"logs": {
"CreateLogGroup": [
"aws logs create-log-group --log-group-name my-logs "
],
"CreateLogStream": [
"aws logs create-log-stream --log-group-name my-logs --log-stream-name 20150601 "
],
"DeleteLogGroup": [
"aws logs delete-log-group --log-group-name my-logs "
],
"DeleteLogStream": [
"aws logs delete-log-stream --log-group-name my-logs --log-stream-name 20150531 "
],
"DeleteRetentionPolicy": [
"aws logs delete-retention-policy --log-group-name my-logs "
],
"DescribeLogGroups": [
"aws logs describe-log-groups --log-group-name-prefix my-logs "
],
"DescribeLogStreams": [
"aws logs describe-log-streams --log-group-name my-logs --log-stream-name-prefix 2015 "
],
"GetLogEvents": [
"aws logs get-log-events --log-group-name my-logs --log-stream-name 20150601 "
],
"PutLogEvents": [
"aws logs put-log-events --log-group-name my-logs --log-stream-name 20150601 --log-events file://events ",
"aws logs put-log-events --log-group-name my-logs --log-stream-name 20150601 --log-events file://events2 --sequence-token \"49542672486831074009579604567656788214806863282469607346\" "
],
"PutRetentionPolicy": [
"aws logs put-retention-policy --log-group-name my-logs --retention-in-days 5 "
]
},
"mediaconnect": {
"AddFlowOutputs": [
"aws mediaconnect add-flow-outputs --flow-arn arn:aws:mediaconnect:us-east-1:111122223333:flow:1-23aBC45dEF67hiJ8-12AbC34DE5fG:BaseballGame --outputs Description='NYC stream',Destination=192.0.2.12,Name=NYC,Port=3333,Protocol=rtp-fec,SmoothingLatency=100 Description='LA stream',Destination=203.0.113.9,Name=LA,Port=4444,Protocol=rtp-fec,SmoothingLatency=100 "
],
"CreateFlow": [
"aws mediaconnect create-flow --availability-zone us-west-2c --name ExampleFlow --source Description='Example source, backup',IngestPort=1055,Name=BackupSource,Protocol=rtp,WhitelistCidr=10.24.34.0/23 "
],
"DeleteFlow": [
"aws mediaconnect delete-flow --flow-arn arn:aws:mediaconnect:us-east-1:123456789012:flow:1-23aBC45dEF67hiJ8-12AbC34DE5fG:AwardsShow "
],
"DescribeFlow": [
"aws mediaconnect describe-flow --flow-arn arn:aws:mediaconnect:us-east-1:123456789012:flow:1-23aBC45dEF67hiJ8-12AbC34DE5fG:AwardsShow "
],
"GrantFlowEntitlements": [
"aws mediaconnect grant-flow-entitlements --flow-arn arn:aws:mediaconnect:us-east-1:111122223333:flow:1-23aBC45dEF67hiJ8-12AbC34DE5fG:BaseballGame --entitlements Description='For AnyCompany',Encryption={\"Algorithm=aes128,KeyType=static-key,RoleArn=arn:aws:iam::111122223333:role/MediaConnect-ASM,SecretArn=arn:aws:secretsmanager:us-west-2:111122223333:secret:mySecret1\"},Name=AnyCompany_Entitlement,Subscribers=444455556666 Description='For Example Corp',Name=ExampleCorp,Subscribers=777788889999 "
],
"ListEntitlements": [
"aws mediaconnect list-entitlements "
],
"ListFlows": [
"aws mediaconnect list-flows "
],
"ListTagsForResource": [
"aws mediaconnect list-tags-for-resource --resource-arn arn:aws:mediaconnect:us-east-1:123456789012:flow:1-23aBC45dEF67hiJ8-12AbC34DE5fG:BasketballGame "
],
"RemoveFlowOutput": [
"aws mediaconnect remove-flow-output --flow-arn arn:aws:mediaconnect:us-east-1:111122223333:flow:1-23aBC45dEF67hiJ8-12AbC34DE5fG:BaseballGame --output-arn arn:aws:mediaconnect:us-east-1:111122223333:output:2-3aBC45dEF67hiJ89-c34de5fG678h:NYC "
],
"RevokeFlowEntitlement": [
"aws mediaconnect revoke-flow-entitlement --flow-arn arn:aws:mediaconnect:us-east-1:111122223333:flow:1-23aBC45dEF67hiJ8-12AbC34DE5fG:BaseballGame --entitlement-arn arn:aws:mediaconnect:us-west-2:111122223333:entitlement:1-11aa22bb11aa22bb-3333cccc4444:AnyCompany_Entitlement "
],
"StartFlow": [
"aws mediaconnect start-flow --flow-arn arn:aws:mediaconnect:us-east-1:123456789012:flow:1-23aBC45dEF67hiJ8-12AbC34DE5fG:AwardsShow "
],
"StopFlow": [
"aws mediaconnect stop-flow --flow-arn arn:aws:mediaconnect:us-east-1:123456789012:flow:1-23aBC45dEF67hiJ8-12AbC34DE5fG:AwardsShow "
],
"TagResource": [
"aws mediaconnect tag-resource --resource-arn arn:aws:mediaconnect:us-east-1:123456789012:flow:1-23aBC45dEF67hiJ8-12AbC34DE5fG:BasketballGame --tags region=west "
],
"UntagResource": [
"aws mediaconnect untag-resource --resource-arn arn:aws:mediaconnect:us-east-1:123456789012:flow:1-23aBC45dEF67hiJ8-12AbC34DE5fG:BasketballGame --tag-keys region "
],
"UpdateFlowEntitlement": [
"aws mediaconnect update-flow-entitlement --flow-arn arn:aws:mediaconnect:us-east-1:111122223333:flow:1-23aBC45dEF67hiJ8-12AbC34DE5fG:BaseballGame --entitlement-arn arn:aws:mediaconnect:us-west-2:111122223333:entitlement:1-11aa22bb11aa22bb-3333cccc4444:AnyCompany_Entitlement --description 'For AnyCompany Affiliate' --subscribers 777788889999 "
],
"UpdateFlowOutput": [
"aws mediaconnect update-flow-output --flow-arn arn:aws:mediaconnect:us-east-1:111122223333:flow:1-23aBC45dEF67hiJ8-12AbC34DE5fG:BaseballGame --output-arn arn:aws:mediaconnect:us-east-1:111122223333:output:2-3aBC45dEF67hiJ89-c34de5fG678h:NYC --port 3331 "
],
"UpdateFlowSource": [
"aws mediaconnect update-flow-source --flow-arn arn:aws:mediaconnect:us-east-1:111122223333:flow:1-23aBC45dEF67hiJ8-12AbC34DE5fG:AwardsShow --source-arn arn:aws:mediaconnect:us-east-1:111122223333:source:3-4aBC56dEF78hiJ90-4de5fG6Hi78Jk:ShowSource --description 'Friday night show' --ingest-port 3344 --protocol rtp-fec --whitelist-cidr 10.24.34.0/23 "
]
},
"mediaconvert": {
"CancelJob": [
"aws mediaconvert cancel-job --endpoint-url https://abcd1234.mediaconvert.region-name-1.amazonaws.com --region region-name-1 --id 1234567891234-abc123 "
],
"CreateJob": [
"aws mediaconvert create-job --endpoint-url https://abcd1234.mediaconvert.region-name-1.amazonaws.com --region region-name-1 --cli-input-json file://~/job.json "
],
"CreateJobTemplate": [
"aws mediaconvert create-job-template --endpoint-url https://abcd1234.mediaconvert.region-name-1.amazonaws.com --region region-name-1 --name JobTemplate1 --cli-input-json file://~/job-template.json "
],
"CreatePreset": [
"aws mediaconvert create-preset --endpoint-url https://abcd1234.mediaconvert.region-name-1.amazonaws.com --region region-name-1 --cli-input-json file://~/preset.json "
],
"CreateQueue": [
"aws mediaconvert create-queue --endpoint-url https://abcd1234.mediaconvert.region-name-1.amazonaws.com --region region-name-1 --name Queue1 --description \"Keep this queue empty unless job is urgent.\" "
],
"DeleteJobTemplate": [
"aws mediaconvert delete-job-template --name \"DASH Streaming\" --endpoint-url https://abcd1234.mediaconvert.us-west-2.amazonaws.com "
],
"DeletePreset": [
"aws mediaconvert delete-preset --name SimpleMP4 --endpoint-url https://abcd1234.mediaconvert.us-west-2.amazonaws.com "
],
"DeleteQueue": [
"aws mediaconvert delete-queue --name Customer1 --endpoint-url https://abcd1234.mediaconvert.us-west-2.amazonaws.com "
],
"DescribeEndpoints": [
"aws mediaconvert describe-endpoints "
],
"GetJob": [
"aws mediaconvert get-job --endpoint-url https://abcd1234.mediaconvert.region-name-1.amazonaws.com --region region-name-1 --id 1234567890987-1ab2c3 "
],
"GetJobTemplate": [
"aws mediaconvert get-job-template --name \"DASH Streaming\" --endpoint-url https://abcd1234.mediaconvert.us-east-1.amazonaws.com "
],
"GetPreset": [
"aws mediaconvert get-preset --name SimpleMP4 --endpoint-url https://abcd1234.mediaconvert.us-west-2.amazonaws.com "
],
"GetQueue": [
"aws mediaconvert get-queue --name Customer1 --endpoint-url https://abcd1234.mediaconvert.us-west-2.amazonaws.com "
],
"ListJobTemplates": [
"aws mediaconvert list-job-templates --endpoint-url https://abcd1234.mediaconvert.us-west-2.amazonaws.com ",
"aws mediaconvert list-job-templates --endpoint-url https://abcd1234.mediaconvert.us-east-1.amazonaws.com --list-by SYSTEM "
],
"ListJobs": [
"aws mediaconvert list-jobs --endpoint-url https://abcd1234.mediaconvert.region-name-1.amazonaws.com --region region-name-1 "
],
"ListPresets": [
"aws mediaconvert list-presets --endpoint-url https://abcd1234.mediaconvert.us-west-2.amazonaws.com ",
"aws mediaconvert list-presets --list-by SYSTEM --endpoint-url https://abcd1234.mediaconvert.us-west-2.amazonaws.com "
],
"ListQueues": [
"aws mediaconvert list-queues --endpoint-url https://abcd1234.mediaconvert.us-west-2.amazonaws.com "
],
"ListTagsForResource": [
"aws mediaconvert list-tags-for-resource --arn arn:aws:mediaconvert:us-west-2:123456789012:presets/SimpleMP4 --endpoint-url https://abcd1234.mediaconvert.us-west-2.amazonaws.com "
],
"UpdateJobTemplate": [
"aws mediaconvert update-job-template --name File1 --endpoint-url https://abcd1234.mediaconvert.us-west-2.amazonaws.com --cli-input-json file://~/job-template-update.json "
],
"UpdatePreset": [
"aws mediaconvert update-preset --name Customer1 --description \"New description text.\" --endpoint-url https://abcd1234.mediaconvert.us-west-2.amazonaws.com "
],
"UpdateQueue": [
"aws mediaconvert update-queue --name Customer1 --status PAUSED --endpoint-url https://abcd1234.mediaconvert.us-west-2.amazonaws.com "
]
},
"medialive": {
"CreateChannel": [
"aws medialive create-channel --cli-input-json file://channel-in-hls-out-hls-akamai.json "
],
"CreateInput": [
"aws medialive create-input --cli-input-json file://input-hls-pull-news.json "
]
},
"mediapackage": {
"CreateChannel": [
"aws mediapackage create-channel --id sportschannel "
],
"CreateOriginEndpoint": [
"aws mediapackage create-origin-endpoint --channel-id sportschannel --id cmafsports --cmaf-package file://file/path/cmafpkg.json --description \"cmaf output of sports\" --id cmaf_sports --manifest-name sports_channel --startover-window-seconds 300 --tags region=west,media=sports --time-delay-seconds 10 "
],
"DeleteChannel": [
"aws mediapackage delete-channel --id test "
],
"DeleteOriginEndpoint": [
"aws mediapackage delete-origin-endpoint --id tester2 "
],
"DescribeChannel": [
"aws mediapackage describe-channel --id test "
],
"DescribeOriginEndpoint": [
"aws mediapackage describe-origin-endpoint --id cmaf_sports "
],
"ListChannels": [
"aws mediapackage list-channels "
],
"ListOriginEndpoints": [
"aws mediapackage list-origin-endpoints --channel-id test "
],
"ListTagsForResource": [
"aws mediapackage list-tags-for-resource --resource-arn arn:aws:mediapackage:us-west-2:111222333:channels/6d345804ec3f46c9b454a91d4a80d0e0 "
],
"RotateIngestEndpointCredentials": [
"aws mediapackage rotate-ingest-endpoint-credentials --id test --ingest-endpoint-id 584797f1740548c389a273585dd22a63 "
],
"TagResource": [
"aws mediapackage tag-resource --resource-arn arn:aws:mediapackage:us-west-2:111222333:channels/6d345804ec3f46c9b454a91d4a80d0e0 --tags region=west "
],
"UntagResource": [
"aws mediapackage untag-resource --resource-arn arn:aws:mediapackage:us-west-2:111222333:channels/6d345804ec3f46c9b454a91d4a80d0e0 --tag-keys region "
],
"UpdateChannel": [
"aws mediapackage update-channel --id sportschannel --description \"24x7 sports\" "
],
"UpdateOriginEndpoint": [
"aws mediapackage update-origin-endpoint --id cmaf_sports --time-delay-seconds 0 "
]
},
"mediapackage-vod": {
"CreateAsset": [
"aws mediapackage-vod create-asset --id chicken_asset --packaging-group-id hls_chicken_gp --source-role-arn arn:aws:iam::111122223333:role/EMP_Vod --source-arn arn:aws:s3::111122223333:video-bucket/A/30sec_chicken.smil "
],
"CreatePackagingConfiguration": [
"aws mediapackage-vod create-packaging-configuration --id new_hls --packaging-group-id hls_chicken --hls-package file://hls_pc.json "
],
"CreatePackagingGroup": [
"aws mediapackage-vod create-packaging-group --id hls_chicken "
],
"DeleteAsset": [
"aws mediapackage-vod delete-asset --id 30sec_chicken "
],
"DeletePackagingConfiguration": [
"aws mediapackage-vod delete-packaging-configuration --id CMAF "
],
"DeletePackagingGroup": [
"aws mediapackage-vod delete-packaging-group --id Dash_widevine "
],
"DescribeAsset": [
"aws mediapackage-vod describe-asset --id 30sec_chicken "
],
"DescribePackagingConfiguration": [
"aws mediapackage-vod describe-packaging-configuration --id DASH "
],
"DescribePackagingGroup": [
"aws mediapackage-vod describe-packaging-group --id Packaging_group_1 "
],
"ListAssets": [
"aws mediapackage-vod list-assets "
],
"ListPackagingConfigurations": [
"aws mediapackage-vod list-packaging-configurations --packaging-group-id Packaging_group_1 "
],
"ListPackagingGroups": [
"aws mediapackage-vod list-packaging-groups "
]
},
"mediastore": {
"CreateContainer": [
"aws mediastore create-container --container-name ExampleContainer "
],
"DeleteContainer": [
"aws mediastore delete-container --container-name=ExampleLiveDemo "
],
"DeleteContainerPolicy": [
"aws mediastore delete-container-policy --container-name LiveEvents "
],
"DeleteCorsPolicy": [
"aws mediastore delete-cors-policy --container-name ExampleContainer "
],
"DeleteLifecyclePolicy": [
"aws mediastore delete-lifecycle-policy --container-name LiveEvents "
],
"DescribeContainer": [
"aws mediastore describe-container --container-name ExampleContainer "
],
"DescribeObject": [
"aws mediastore-data describe-object --endpoint https://aaabbbcccdddee.data.mediastore.us-west-2.amazonaws.com --path /folder_name/file1234.jpg "
],
"GetContainerPolicy": [
"aws mediastore get-container-policy --container-name ExampleLiveDemo "
],
"GetCorsPolicy": [
"aws mediastore get-cors-policy --container-name ExampleContainer --region us-west-2 "
],
"GetLifecyclePolicy": [
"aws mediastore get-lifecycle-policy --container-name LiveEvents "
],
"GetObject": [
"aws mediastore-data get-object --endpoint https://aaabbbcccdddee.data.mediastore.us-west-2.amazonaws.com --path=/folder_name/README.md README.md ",
"aws mediastore-data get-object --endpoint https://aaabbbcccdddee.data.mediastore.us-west-2.amazonaws.com --path /folder_name/README.md --range=\"bytes=0-100\" README2.md "
],
"ListContainers": [
"aws mediastore list-containers "
],
"ListItems": [
"aws mediastore-data list-items --endpoint https://aaabbbcccdddee.data.mediastore.us-west-2.amazonaws.com ",
"aws mediastore-data list-items --endpoint https://aaabbbcccdddee.data.mediastore.us-west-2.amazonaws.com "
],
"ListTagsForResource": [
"aws mediastore list-tags-for-resource --resource arn:aws:mediastore:us-west-2:1213456789012:container/ExampleContainer "
],
"PutContainerPolicy": [
"aws mediastore put-container-policy --container-name LiveEvents --policy file://LiveEventsContainerPolicy.json "
],
"PutCorsPolicy": [
"aws mediastore put-cors-policy --container-name ExampleContainer --cors-policy file://corsPolicy.json "
],
"PutLifecyclePolicy": [
"aws mediastore put-lifecycle-policy --container-name ExampleContainer --lifecycle-policy file://ExampleLifecyclePolicy.json "
],
"PutObject": [
"aws mediastore-data put-object --endpoint https://aaabbbcccdddee.data.mediastore.us-west-2.amazonaws.com --body README.md --path /folder_name/README.md --cache-control \"max-age=6, public\" --content-type binary/octet-stream "
],
"StartAccessLogging": [
"aws mediastore start-access-logging --container-name LiveEvents "
],
"StopAccessLogging": [
"aws mediastore stop-access-logging --container-name LiveEvents "
],
"TagResource": [
"aws mediastore tag-resource --resource arn:aws:mediastore:us-west-2:123456789012:container/ExampleContainer --tags '[{\"Key\": \"Region\", \"Value\": \"West\"}, {\"Key\": \"Environment\", \"Value\": \"Test\"}]' "
],
"UntagResource": [
"aws mediastore untag-resource --resource arn:aws:mediastore:us-west-2:123456789012:container/ExampleContainer --tag-keys Region "
]
},
"mediastore-data": {
"DeleteObject": [
"aws mediastore-data delete-object --endpoint=https://aaabbbcccdddee.data.mediastore.us-west-2.amazonaws.com --path=/folder_name/README.md "
],
"DescribeObject": [
"aws mediastore-data describe-object --endpoint https://aaabbbcccdddee.data.mediastore.us-west-2.amazonaws.com --path events/baseball/setup.jpg "
],
"GetObject": [
"aws mediastore-data get-object --endpoint https://aaabbbcccdddee.data.mediastore.us-west-2.amazonaws.com --path events/baseball/setup.jpg setup.jpg ",
"aws mediastore-data get-object --endpoint https://aaabbbcccdddee.data.mediastore.us-west-2.amazonaws.com --path events/baseball/setup.jpg setup.jpg --range \"bytes=0-100\" "
],
"ListItems": [
"aws mediastore-data list-items --endpoint https://aaabbbcccdddee.data.mediastore.us-west-2.amazonaws.com ",
"aws mediastore-data list-items --endpoint https://aaabbbcccdddee.data.mediastore.us-west-2.amazonaws.com --path events/baseball "
],
"PutObject": [
"aws mediastore-data put-object --endpoint https://aaabbbcccdddee.data.mediastore.us-west-2.amazonaws.com --body ReadMe.md --path ReadMe.md --cache-control \"max-age=6, public\" --content-type binary/octet-stream ",
"aws mediastore-data put-object --endpoint https://aaabbbcccdddee.data.mediastore.us-west-2.amazonaws.com --body ReadMe.md --path /september-events/ReadMe.md --cache-control \"max-age=6, public\" --content-type binary/octet-stream "
]
},
"mediatailor": {
"DeletePlaybackConfiguration": [
"aws mediatailor delete-playback-configuration --name campaign_short "
],
"GetPlaybackConfiguration": [
"aws mediatailor get-playback-configuration --name west_campaign "
],
"ListPlaybackConfigurations": [
"aws mediatailor list-playback-configurations "
],
"PutPlaybackConfiguration": [
"aws mediatailor put-playback-configuration --name campaign_short --ad-decision-server-url http://your.ads.url --video-content-source-url http://video.bucket/index.m3u8 "
]
},
"networkmanager": {
"AssociateCustomerGateway": [
"aws networkmanager associate-customer-gateway --customer-gateway-arn arn:aws:ec2:us-west-2:123456789012:customer-gateway/cgw-11223344556677889 --global-network-id global-network-01231231231231231 --device-id device-07f6fd08867abc123 --region us-west-2 "
],
"AssociateLink": [
"aws networkmanager associate-link --global-network-id global-network-01231231231231231 --device-id device-07f6fd08867abc123 --link-id link-11112222aaaabbbb1 --region us-west-2 "
],
"CreateDevice": [
"aws networkmanager create-device --global-network-id global-network-01231231231231231 --description \"New York office device\" --type \"office device\" --vendor \"anycompany\" --model \"abcabc\" --serial-number \"1234\" --region us-west-2 "
],
"CreateGlobalNetwork": [
"aws networkmanager create-global-network --description \"Head offices global network\" --region us-west-2 "
],
"CreateLink": [
"aws networkmanager create-link --global-network-id global-network-01231231231231231 --description \"VPN Link\" --type \"broadband\" --bandwidth UploadSpeed=10,DownloadSpeed=20 --provider \"AnyCompany\" --site-id site-444555aaabbb11223 --region us-west-2 "
],
"CreateSite": [
"aws networkmanager create-site --global-network-id global-network-01231231231231231 --description \"New York head office\" --location Latitude=40.7128,Longitude=-74.0060 --region us-west-2 "
],
"DeleteBucketAnalyticsConfiguration": [],
"DeleteBucketMetricsConfiguration": [],
"DeleteDevice": [
"aws networkmanager delete-device --global-network-id global-network-01231231231231231 --device-id device-07f6fd08867abc123 --region us-west-2 "
],
"DeleteGlobalNetwork": [
"aws networkmanager delete-global-network --global-network-id global-network-01231231231231231 --region us-west-2 "
],
"DeleteLink": [
"aws networkmanager delete-link --global-network-id global-network-01231231231231231 --link-id link-11112222aaaabbbb1 --region us-west-2 "
],
"DeletePublicAccessBlock": [],
"DeleteSite": [
"aws networkmanager delete-site --global-network-id global-network-01231231231231231 --site-id site-444555aaabbb11223 --region us-west-2 "
],
"DeregisterTransitGateway": [
"aws networkmanager deregister-transit-gateway --global-network-id global-network-01231231231231231 --transit-gateway-arn arn:aws:ec2:us-west-2:123456789012:transit-gateway/tgw-123abc05e04123abc --region us-west-2 "
],
"DescribeGlobalNetworks": [
"aws networkmanager describe-global-networks --region us-west-2 "
],
"DisassociateCustomerGateway": [
"aws networkmanager disassociate-customer-gateway --global-network-id global-network-01231231231231231 --customer-gateway-arn arn:aws:ec2:us-west-2:123456789012:customer-gateway/cgw-11223344556677889 --region us-west-2 "
],
"DisassociateLink": [
"aws networkmanager disassociate-link --global-network-id global-network-01231231231231231 --device-id device-07f6fd08867abc123 --link-id link-11112222aaaabbbb1 --region us-west-2 "
],
"GetBucketAnalyticsConfiguration": [],
"GetBucketMetricsConfiguration": [],
"GetCustomerGatewayAssociations": [
"aws networkmanager get-customer-gateway-associations --global-network-id global-network-01231231231231231 --region us-west-2 "
],
"GetDevices": [
"aws networkmanager get-devices --global-network-id global-network-01231231231231231 --region us-west-2 "
],
"GetLinkAssociations": [
"aws networkmanager get-link-associations --global-network-id global-network-01231231231231231 --region us-west-2 "
],
"GetLinks": [
"aws networkmanager get-links --global-network-id global-network-01231231231231231 --region us-west-2 "
],
"GetObjectRetention": [],
"GetPublicAccessBlock": [],
"GetSites": [
"aws networkmanager get-sites --global-network-id global-network-01231231231231231 --region us-west-2 "
],
"GetTransitGatewayRegistrations": [
"aws networkmanager get-transit-gateway-registrations --global-network-id global-network-01231231231231231 --region us-west-2 "
],
"ListBucketAnalyticsConfigurations": [],
"ListBucketMetricsConfigurations": [],
"ListTagsForResource": [
"aws networkmanager list-tags-for-resource --resource-arn arn:aws:networkmanager::123456789012:device/global-network-01231231231231231/device-07f6fd08867abc123 --region us-west-2 "
],
"PutBucketMetricsConfiguration": [],
"PutObjectRetention": [],
"PutPublicAccessBlock": [],
"RegisterTransitGateway": [
"aws networkmanager register-transit-gateway --global-network-id global-network-01231231231231231 --transit-gateway-arn arn:aws:ec2:us-west-2:123456789012:transit-gateway/tgw-123abc05e04123abc --region us-west-2 "
],
"TagResource": [
"aws networkmanager tag-resource --resource-arn arn:aws:networkmanager::123456789012:device/global-network-01231231231231231/device-07f6fd08867abc123 --tags Key=Network,Value=Northeast --region us-west-2 "
],
"UntagResource": [
"aws networkmanager untag-resource --resource-arn arn:aws:networkmanager::123456789012:device/global-network-01231231231231231/device-07f6fd08867abc123 --tag-keys Network --region us-west-2 "
],
"UpdateDevice": [
"aws networkmanager update-device --global-network-id global-network-01231231231231231 --device-id device-07f6fd08867abc123 --site-id site-444555aaabbb11223 --region us-west-2 "
],
"UpdateGlobalNetwork": [
"aws networkmanager update-global-network --global-network-id global-network-01231231231231231 --description \"Head offices\" --region us-west-2 "
],
"UpdateLink": [
"aws networkmanager update-link --global-network-id global-network-01231231231231231 --link-id link-11112222aaaabbbb1 --bandwidth UploadSpeed=20,DownloadSpeed=20 --region us-west-2 "
],
"UpdateSite": [
"aws networkmanager update-site --global-network-id global-network-01231231231231231 --site-id site-444555aaabbb11223 --description \"New York Office site\" --region us-west-2 "
]
},
"opsworks": {
"AssignInstance": [
"aws opsworks --region us-east-1 assign-instance --instance-id 4d6d1710-ded9-42a1-b08e-b043ad7af1e2 --layer-ids 26cf1d32-6876-42fa-bbf1-9cadc0bff938 "
],
"AssignVolume": [
"aws opsworks --region us-east-1 assign-volume --instance-id 4d6d1710-ded9-42a1-b08e-b043ad7af1e2 --volume-id 26cf1d32-6876-42fa-bbf1-9cadc0bff938 "
],
"AssociateElasticIp": [
"aws opsworks --region us-east-1 associate-elastic-ip --instance-id dfe18b02-5327-493d-91a4-c5c0c448927f --elastic-ip 54.148.130.96 "
],
"AttachElasticLoadBalancer": [
"aws opsworks --region us-east-1 attach-elastic-load-balancer --elastic-load-balancer-name Java-LB --layer-id 888c5645-09a5-4d0e-95a8-812ef1db76a4 "
],
"CreateApp": [
"aws opsworks --region us-east-1 create-app --stack-id f6673d70-32e6-4425-8999-265dd002fec7 --name SimplePHPApp --type php --app-source Type=git,Url=git://github.com/amazonwebservices/opsworks-demo-php-simple-app.git,Revision=version1 ",
"aws opsworks --region us-east-1 create-app --stack-id 8c428b08-a1a1-46ce-a5f8-feddc43771b8 --name SimpleJSP --type java --app-source file://appsource.json --data-sources file://datasource.json "
],
"CreateDeployment": [
"aws opsworks create-deployment --stack-id cfb7e082-ad1d-4599-8e81-de1c39ab45bf --app-id 307be5c8-d55d-47b5-bd6e-7bd417c6c7eb --command \"{\\\"Name\\\":\\\"deploy\\\"}\" ",
"aws opsworks create-deployment --stack-id cfb7e082-ad1d-4599-8e81-de1c39ab45bf --app-id 307be5c8-d55d-47b5-bd6e-7bd417c6c7eb --command \"{\\\"Name\\\":\\\"deploy\\\", \\\"Args\\\":{\\\"migrate\\\":[\\\"true\\\"]}}\" ",
"aws opsworks create-deployment --stack-id 935450cc-61e0-4b03-a3e0-160ac817d2bb --command \"{\\\"Name\\\":\\\"execute_recipes\\\", \\\"Args\\\":{\\\"recipes\\\":[\\\"phpapp::appsetup\\\"]}}\" ",
"aws opsworks create-deployment --stack-id 935450cc-61e0-4b03-a3e0-160ac817d2bb --command \"{\\\"Name\\\":\\\"install_dependencies\\\"}\" "
],
"CreateInstance": [
"aws opsworks --region us-east-1 create-instance --stack-id 935450cc-61e0-4b03-a3e0-160ac817d2bb --layer-ids 5c8c272a-f2d5-42e3-8245-5bf3927cb65b --hostname myinstance1 --instance-type m1.large --os \"Amazon Linux\" "
],
"CreateLayer": [
"aws opsworks create-layer --region us-east-1 --stack-id f6673d70-32e6-4425-8999-265dd002fec7 --type php-app --name MyPHPLayer --shortname myphplayer "
],
"CreateServer": [
"aws opsworks-cm create-server --engine \"ChefAutomate\" --instance-profile-arn \"arn:aws:iam::012345678901:instance-profile/aws-opsworks-cm-ec2-role\" --instance-type \"t2.medium\" --server-name \"automate-06\" --service-role-arn \"arn:aws:iam::012345678901:role/aws-opsworks-cm-service-role\" "
],
"CreateStack": [
"aws opsworks create-stack --name \"CLI Stack\" --stack-region \"us-east-1\" --service-role-arn arn:aws:iam::123456789012:role/aws-opsworks-service-role --default-instance-profile-arn arn:aws:iam::123456789012:instance-profile/aws-opsworks-ec2-role --region us-east-1 "
],
"CreateUserProfile": [
"aws opsworks --region us-east-1 create-user-profile --iam-user-arn arn:aws:iam::123456789102:user/cli-user-test --ssh-username myusername --allow-self-management "
],
"DeleteApp": [
"aws opsworks delete-app --region us-east-1 --app-id 577943b9-2ec1-4baf-a7bf-1d347601edc5 "
],
"DeleteInstance": [
"aws opsworks delete-instance --region us-east-1 --instance-id 3a21cfac-4a1f-4ce2-a921-b2cfba6f7771 "
],
"DeleteLayer": [
"aws opsworks delete-layer --region us-east-1 --layer-id a919454e-b816-4598-b29a-5796afb498ed "
],
"DeleteStack": [
"aws opsworks delete-stack --region us-east-1 --stack-id 154a9d89-7e9e-433b-8de8-617e53756c84 "
],
"DeleteUserProfile": [
"aws opsworks --region us-east-1 delete-user-profile --iam-user-arn arn:aws:iam::123456789102:user/cli-user-test "
],
"DeregisterElasticIp": [
"aws opsworks deregister-elastic-ip --region us-east-1 --elastic-ip 54.148.130.96 "
],
"DeregisterInstance": [
"aws opsworks --region us-east-1 deregister-instance --instance-id 4d6d1710-ded9-42a1-b08e-b043ad7af1e2 "
],
"DeregisterRdsDbInstance": [
"aws opsworks deregister-rds-db-instance --region us-east-1 --rds-db-instance-arn arn:aws:rds:us-west-2:123456789012:db:clitestdb ",
"aws opsworks deregister-rds-db-instance --region us-east-1 --rds-db-instance-arn arn:aws:rds:us-west-2:645732743964:db:clitestdb "
],
"DeregisterVolume": [
"aws opsworks deregister-volume --region us-east-1 --volume-id 5c48ef52-3144-4bf5-beaa-fda4deb23d4d "
],
"DescribeApps": [
"aws opsworks --region us-east-1 describe-apps --stack-id 38ee91e2-abdc-4208-a107-0b7168b3cc7a "
],
"DescribeCommands": [
"aws opsworks --region us-east-1 describe-commands --instance-id 8c2673b9-3fe5-420d-9cfa-78d875ee7687 "
],
"DescribeDeployments": [
"aws opsworks --region us-east-1 describe-deployments --stack-id 38ee91e2-abdc-4208-a107-0b7168b3cc7a "
],
"DescribeElasticIps": [
"aws opsworks --region us-east-1 describe-elastic-ips --instance-id b62f3e04-e9eb-436c-a91f-d9e9a396b7b0 "
],
"DescribeElasticLoadBalancers": [
"aws opsworks --region us-west-2 describe-elastic-load-balancers --stack-id 6f4660e5-37a6-4e42-bfa0-1358ebd9c182 "
],
"DescribeInstances": [
"aws opsworks --region us-east-1 describe-instances --stack-id 8c428b08-a1a1-46ce-a5f8-feddc43771b8 "
],
"DescribeLayers": [
"aws opsworks --region us-east-1 describe-layers --stack-id 38ee91e2-abdc-4208-a107-0b7168b3cc7a "
],
"DescribeLoadBasedAutoScaling": [
"aws opsworks describe-load-based-auto-scaling --region us-east-1 --layer-ids 6bec29c9-c866-41a0-aba5-fa3e374ce2a1 "
],
"DescribeMyUserProfile": [
"aws opsworks --region us-east-1 describe-my-user-profile "
],
"DescribePermissions": [
"aws opsworks --region us-east-1 describe-permissions --iam-user-arn arn:aws:iam::123456789012:user/cli-user-test --stack-id d72553d4-8727-448c-9b00-f024f0ba1b06 "
],
"DescribeRaidArrays": [
"aws opsworks --region us-east-1 describe-raid-arrays --stack-id d72553d4-8727-448c-9b00-f024f0ba1b06 "
],
"DescribeRdsDbInstances": [
"aws opsworks --region us-east-1 describe-rds-db-instances --stack-id d72553d4-8727-448c-9b00-f024f0ba1b06 "
],
"DescribeStackProvisioningParameters": [
"aws opsworks describe-stack-provisioning-parameters --stack-id 62744d97-6faf-4ecb-969b-a086fEXAMPLE "
],
"DescribeStackSummary": [
"aws opsworks --region us-east-1 describe-stack-summary --stack-id 8c428b08-a1a1-46ce-a5f8-feddc43771b8 "
],
"DescribeStacks": [
"aws opsworks --region us-east-1 describe-stacks "
],
"DescribeTimebasedAutoScaling": [],
"DescribeUserProfiles": [
"aws opsworks --region us-east-1 describe-user-profiles "
],
"DescribeVolumes": [
"aws opsworks --region us-east-1 describe-volumes --stack-id 8c428b08-a1a1-46ce-a5f8-feddc43771b8 "
],
"DetachElasticLoadBalancer": [
"aws opsworks --region us-east-1 detach-elastic-load-balancer --elastic-load-balancer-name Java-LB --layer-id 888c5645-09a5-4d0e-95a8-812ef1db76a4 "
],
"DisassociateElasticIp": [
"aws opsworks --region us-east-1 disassociate-elastic-ip --elastic-ip 54.148.130.96 "
],
"GetHostnameSuggestion": [
"aws opsworks --region us-east-1 get-hostname-suggestion --layer-id 888c5645-09a5-4d0e-95a8-812ef1db76a4 "
],
"RebootInstance": [
"aws opsworks --region us-east-1 reboot-instance --instance-id dfe18b02-5327-493d-91a4-c5c0c448927f "
],
"Register": [
"aws opsworks register --infrastructure-class=ec2 --stack-id 935450cc-61e0-4b03-a3e0-160ac817d2bb i-12345678 ",
"aws opsworks register --infrastructure-class=ec2 --stack-id 935450cc-61e0-4b03-a3e0-160ac817d2bb --ssh-username ec2-user --ssh-private-key ssh_private_key i-12345678 ",
"aws opsworks register --infrastructure-class ec2 --stack-id 935450cc-61e0-4b03-a3e0-160ac817d2bb --local ",
"aws opsworks register --infrastructure-class on-premises --stack-id 935450cc-61e0-4b03-a3e0-160ac817d2bb 192.0.2.3 ",
"aws opsworks register --infrastructure-class on-premises --stack-id 935450cc-61e0-4b03-a3e0-160ac817d2bb --override-hostname webserver1 --override-public-ip 192.0.2.3 --override-private-ip 10.0.0.2 host1 ",
"aws opsworks register --infrastructure-class on-premises --stack-id 935450cc-61e0-4b03-a3e0-160ac817d2bb --ssh-username admin --ssh-private-key ssh_private_key 192.0.2.3 ",
"aws opsworks register --infrastructure-class on-premises --stack-id 935450cc-61e0-4b03-a3e0-160ac817d2bb --override-ssh \"sshpass -p 'mypassword' ssh your-user@192.0.2.3\" ",
"aws opsworks register --infrastructure-class on-premises --stack-id 935450cc-61e0-4b03-a3e0-160ac817d2bb --local "
],
"RegisterElasticIp": [
"aws opsworks register-elastic-ip --region us-east-1 --stack-id d72553d4-8727-448c-9b00-f024f0ba1b06 --elastic-ip 54.148.130.96 "
],
"RegisterRdsDbInstance": [
"aws opsworks register-rds-db-instance --region us-east-1 --stack-id d72553d4-8727-448c-9b00-f024f0ba1b06 --rds-db-instance-arn arn:aws:rds:us-west-2:123456789012:db:clitestdb --db-user cliuser --db-password some23!pwd "
],
"RegisterVolume": [
"aws opsworks register-volume --region us-east-1 --stack-id d72553d4-8727-448c-9b00-f024f0ba1b06 --ec-2-volume-id vol-295c1638 "
],
"SetLoadBasedAutoScaling": [
"aws opsworks --region us-east-1 set-load-based-auto-scaling --layer-id 523569ae-2faf-47ac-b39e-f4c4b381f36d --enable --up-scaling file://upscale.json --down-scaling file://downscale.json "
],
"SetPermission": [
"aws opsworks set-permission --region us-east-1 --stack-id 71c7ca72-55ae-4b6a-8ee1-a8dcded3fa0f --level manage --iam-user-arn arn:aws:iam::123456789102:user/cli-user-test --allow-ssh --allow-sudo "
],
"SetTimeBasedAutoScaling": [
"aws opsworks --region us-east-1 set-time-based-auto-scaling --instance-id 69b6237c-08c0-4edb-a6af-78f3d01cedf2 --auto-scaling-schedule file://schedule.json "
],
"StartInstance": [
"aws opsworks start-instance --instance-id f705ee48-9000-4890-8bd3-20eb05825aaf "
],
"StartStack": [
"aws opsworks --region us-east-1 start-stack --stack-id 8c428b08-a1a1-46ce-a5f8-feddc43771b8 "
],
"StopInstance": [
"aws opsworks stop-instance --region us-east-1 --instance-id 3a21cfac-4a1f-4ce2-a921-b2cfba6f7771 "
],
"StopStack": [
"aws opsworks --region us-east-1 stop-stack --stack-id 8c428b08-a1a1-46ce-a5f8-feddc43771b8 "
],
"UnassignInstance": [
"aws opsworks --region us-east-1 unassign-instance --instance-id 4d6d1710-ded9-42a1-b08e-b043ad7af1e2 "
],
"UnassignVolume": [
"aws opsworks --region us-east-1 unassign-volume --volume-id 8430177d-52b7-4948-9c62-e195af4703df "
],
"UpdateApp": [
"aws opsworks --region us-east-1 update-app --app-id 26a61ead-d201-47e3-b55c-2a7c666942f8 --name NewAppName "
],
"UpdateElasticIp": [
"aws opsworks --region us-east-1 update-elastic-ip --elastic-ip 54.148.130.96 --name NewIPName "
],
"UpdateInstance": [
"aws opsworks --region us-east-1 update-instance --instance-id dfe18b02-5327-493d-91a4-c5c0c448927f --instance-type c3.xlarge "
],
"UpdateLayer": [
"aws opsworks --region us-east-1 update-layer --layer-id 888c5645-09a5-4d0e-95a8-812ef1db76a4 --use-ebs-optimized-instances "
],
"UpdateMyUserProfile": [
"aws opsworks --region us-east-1 --profile development update-my-user-profile --ssh-public-key file://development_key.pem "
],
"UpdateRdsDbInstance": [
"aws opsworks update-rds-db-instance --rds-db-instance-arn \"arn:aws:rds:us-west-2:123456789012:db:test-mysql-instance\" --region us-east-1 --db-password 123456789 "
],
"UpdateVolume": [
"aws opsworks --region us-east-1 update-volume --volume-id 8430177d-52b7-4948-9c62-e195af4703df --mount-point /mnt/myvol "
]
},
"opsworkscm": {
"AssociateNode": [],
"CreateBackup": [],
"CreateServer": [],
"DeleteBackup": [],
"DeleteServer": [],
"DescribeAccountAttributes": [],
"DescribeBackups": [],
"DescribeEvents": [],
"DescribeNodeAssociationStatus": [],
"DescribeServers": [],
"DisassociateNode": [],
"RestoreServer": [],
"StartMaintenance": [],
"UpdateServer": [],
"UpdateServerEngineAttributes": []
},
"organizations": {
"AcceptHandshake": [
"aws organizations accept-handshake --handshake-id h-examplehandshakeid111 "
],
"AttachPolicy": [
"aws organizations attach-policy --policy-id p-examplepolicyid111 --target-id ou-examplerootid111-exampleouid111 ",
"aws organizations attach-policy --policy-id p-examplepolicyid111 --target-id 333333333333 "
],
"CancelHandshake": [
"aws organizations cancel-handshake --handshake-id h-examplehandshakeid111 "
],
"CreateAccount": [
"aws organizations create-account --email susan@example.com --account-name \"Production Account\" "
],
"CreateOrganization": [
"aws organizations create-organization ",
"aws organizations create-organization --feature-set CONSOLIDATED_BILLING "
],
"CreateOrganizationalUnit": [
"aws organizations create-organizational-unit --parent-id r-examplerootid111 --name AccountingOU "
],
"CreatePolicy": [
"aws organizations create-policy --content file://policy.json --name AllowAllS3Actions, --type SERVICE_CONTROL_POLICY --description \"Allows delegation of all S3 actions\" ",
"aws organizations create-policy --content \"{\\\"Version\\\":\\\"2012-10-17\\\",\\\"Statement\\\":[{\\\"Effect\\\":\\\"Allow\\\",\\\"Action\\\":[\\\"s3:*\\\"],\\\"Resource\\\":[\\\"*\\\"]}]}\" --name AllowAllS3Actions --type SERVICE_CONTROL_POLICY --description \"Allows delegation of all S3 actions\" "
],
"DeclineHandshake": [
"aws organizations decline-handshake --handshake-id h-examplehandshakeid111 "
],
"DeleteOrganization": [
"aws organizations delete-organization "
],
"DeleteOrganizationalUnit": [
"aws organizations delete-organizational-unit --organizational-unit-id ou-examplerootid111-exampleouid111 "
],
"DeletePolicy": [
"aws organizations delete-policy --policy-id p-examplepolicyid111 "
],
"DescribeAccount": [
"aws organizations describe-account --account-id 555555555555 "
],
"DescribeCreateAccountStatus": [
"aws organizations describe-create-account-status --create-account-request-id car-examplecreateaccountrequestid111 "
],
"DescribeHandshake": [
"aws organizations describe-handshake --handshake-id h-examplehandshakeid111 "
],
"DescribeOrganization": [
"aws organizations describe-organization "
],
"DescribeOrganizationalUnit": [
"aws organizations describe-organizational-unit --organizational-unit-id ou-examplerootid111-exampleouid111 "
],
"DescribePolicy": [
"aws organizations describe-policy --policy-id p-examplepolicyid111 "
],
"DetachPolicy": [
"aws organizations detach-policy --target-id ou-examplerootid111-exampleouid111 --policy-id p-examplepolicyid111 "
],
"DisablePolicyType": [
"aws organizations disable-policy-type --root-id r-examplerootid111 --policy-type SERVICE_CONTROL_POLICY "
],
"EnableAllFeatures": [
"aws organizations enable-all-features "
],
"EnablePolicyType": [
"aws organizations enable-policy-type --root-id r-examplerootid111 --policy-type SERVICE_CONTROL_POLICY "
],
"InviteAccountToOrganization": [
"aws organizations invite-account-to-organization --target '{\"Type\": \"EMAIL\", \"Id\": \"juan@example.com\"}' --notes \"This is a request for Juan's account to join Bill's organization.\" "
],
"LeaveOrganization": [
"aws organizations leave-organization "
],
"ListAccounts": [
"aws organizations list-accounts "
],
"ListAccountsForParent": [
"aws organizations list-accounts-for-parent --parent-id ou-examplerootid111-exampleouid111 "
],
"ListChildren": [
"aws organizations list-children --child-type ORGANIZATIONAL_UNIT --parent-id ou-examplerootid111-exampleouid111 "
],
"ListCreateAccountStatus": [
"aws organizations list-create-account-status --states SUCCEEDED ",
"aws organizations list-create-account-status --states IN_PROGRESS "
],
"ListHandshakesForAccount": [
"aws organizations list-handshakes-for-account "
],
"ListHandshakesForOrganization": [
"aws organizations list-handshakes-for-organization "
],
"ListOrganizationalUnitsForParent": [
"aws organizations list-organizational-units-for-parent --parent-id r-examplerootid111 "
],
"ListParents": [
"aws organizations list-parents --child-id 444444444444 "
],
"ListPolicies": [
"aws organizations list-policies --filter SERVICE_CONTROL_POLICY "
],
"ListPoliciesForTarget": [
"aws organizations list-policies-for-target --filter SERVICE_CONTROL_POLICY --target-id 444444444444 "
],
"ListRoots": [
"aws organizations list-roots "
],
"ListTargetsForPolicy": [
"aws organizations list-targets-for-policy --policy-id p-FullAWSAccess "
],
"MoveAccount": [
"aws organizations move-account --account-id 333333333333 --source-parent-id r-examplerootid111 --destination-parent-id ou-examplerootid111-exampleouid111 "
],
"RemoveAccountFromOrganization": [
"aws organizations remove-account-from-organization --account-id 333333333333 "
],
"UpdateOrganizationalUnit": [
"aws organizations update-organizational-unit --organizational-unit-id ou-examplerootid111-exampleouid111 --name AccountingOU "
],
"UpdatePolicy": [
"aws organizations update-policy --policy-id p-examplepolicyid111 --name Renamed-Policy --description \"This description replaces the original.\" ",
"aws organizations update-policy --policy-id p-examplepolicyid111 --content \"{\\\"Version\\\":\\\"2012-10-17\\\",\\\"Statement\\\":{\\\"Effect\\\":\\\"Allow\\\",\\\"Action\\\":\\\"s3:*\\\",\\\"Resource\\\":\\\"*\\\"}}\" "
]
},
"outposts": {
"GetOutpost": [
"aws outposts get-outpost --outpost-id op-0ab23c4567EXAMPLE "
],
"GetOutpostInstanceTypes": [
"aws outposts get-outpost-instance-types --outpost-id op-0ab23c4567EXAMPLE "
],
"ListOutposts": [
"aws outposts list-outposts "
],
"ListSites": [
"aws outposts list-sites "
]
},
"pi": {
"DescribeDimensionKeys": [
"aws pi describe-dimension-keys --service-type RDS --identifier db-LKCGOBK26374TPTDFXOIWVCPPM --start-time 1527026400 --end-time 1527080400 --metric db.load.avg --group-by '{\"Group\":\"db.wait_event\"}' "
],
"GetResourceMetrics": [
"aws pi get-resource-metrics --service-type RDS --identifier db-LKCGOBK26374TPTDFXOIWVCPPM --start-time 1527026400 --end-time 1527080400 --period-in-seconds 300 --metric db.load.avg --metric-queries file://metric-queries.json "
]
},
"pinpoint": {
"CreateApp": [
"aws pinpoint create-app --create-application-request Name=ExampleCorp ",
"aws pinpoint create-app --create-application-request Name=ExampleCorp,tags={\"Stack\"=\"Test\"} "
],
"DeleteApp": [
"aws pinpoint delete-app --application-id 810c7aab86d42fb2b56c8c966example "
],
"GetApps": [
"aws pinpoint get-apps "
],
"ListTagsForResource": [
"aws pinpoint list-tags-for-resource --resource-arn arn:aws:mobiletargeting:us-west-2:AIDACKCEVSQ6C2EXAMPLE:apps/810c7aab86d42fb2b56c8c966example "
],
"TagResource": [],
"UntagResource": [
"aws pinpoint untag-resource --resource-arn arn:aws:mobiletargeting:us-west-2:AIDACKCEVSQ6C2EXAMPLE:apps/810c7aab86d42fb2b56c8c966example --tag-keys Year ",
"aws pinpoint untag-resource --resource-arn arn:aws:mobiletargeting:us-east-1:AIDACKCEVSQ6C2EXAMPLE:apps/810c7aab86d42fb2b56c8c966example --tag-keys Year Stack "
]
},
"polly": {
"DeleteLexicon": [
"aws polly delete-lexicon --name w3c "
],
"GetLexicon": [
"aws polly get-lexicon --name w3c "
],
"GetSpeechSynthesisTask": [
"aws polly get-speech-synthesis-task --task-id 70b61c0f-57ce-4715-a247-cae8729dcce9 "
],
"ListLexicons": [
"aws polly list-lexicons "
],
"ListSpeechSynthesisTasks": [
"aws polly list-speech-synthesis-tasks "
],
"PutLexicon": [
"aws polly put-lexicon --name w3c --content file://example.pls "
],
"StartSpeechSynthesisTask": [
"aws polly start-speech-synthesis-task --output-format mp3 --output-s3-bucket-name my-s3-bucket --text file://text_file.txt --voice-id Joanna "
]
},
"pricing": {
"DescribeServices": [
"aws pricing describe-services --service-code AmazonEC2 --format-version aws_v1 --max-items 1 "
],
"GetAttributeValues": [
"aws pricing get-attribute-values --service-code AmazonEC2 --attribute-name volumeType --max-items 2 "
],
"GetProducts": [
"aws pricing get-products --filters file://filters.json --format-version aws_v1 --max-results 1 --service-code AmazonEC2 "
]
},
"qldb": {
"CancelJournalKinesisStream": [
"aws qldb cancel-journal-kinesis-stream --ledger-name myExampleLedger --stream-id 7ISCkqwe4y25YyHLzYUFAf "
],
"CreateLedger": [
"aws qldb create-ledger --name myExampleLedger --permissions-mode ALLOW_ALL ",
"aws qldb create-ledger --name myExampleLedger --no-deletion-protection --permissions-mode ALLOW_ALL --tags IsTest=true,Domain=Test "
],
"DeleteLedger": [
"aws qldb delete-ledger --name myExampleLedger "
],
"DescribeJournalKinesisStream": [
"aws qldb describe-journal-kinesis-stream --ledger-name myExampleLedger --stream-id 7ISCkqwe4y25YyHLzYUFAf "
],
"DescribeJournalS3Export": [
"aws qldb describe-journal-s3-export --name myExampleLedger --export-id ADR2ONPKN5LINYGb4dp7yZ "
],
"DescribeLedger": [
"aws qldb describe-ledger --name myExampleLedger "
],
"ExportJournalToS3": [
"aws qldb export-journal-to-s3 --name myExampleLedger --inclusive-start-time 2019-09-18T00:00:00Z --exclusive-end-time 2019-09-18T22:59:59Z --role-arn arn:aws:iam::123456789012:role/my-s3-export-role --s3-export-configuration file://my-s3-export-config.json "
],
"GetBlock": [
"aws qldb get-block --name vehicle-registration --block-address file://myblockaddress.json --digest-tip-address file://mydigesttipaddress.json ",
"aws qldb get-block --name vehicle-registration --block-address 'IonText=\"{strandId:\\\"KmA3ZZca7vAIiJAK9S5Iwl\\\",sequenceNo:100}\"' --digest-tip-address 'IonText=\"{strandId:\\\"KmA3ZZca7vAIiJAK9S5Iwl\\\",sequenceNo:123}\"' "
],
"GetDigest": [
"aws qldb get-digest --name vehicle-registration "
],
"GetRevision": [
"aws qldb get-revision --name vehicle-registration --block-address file://myblockaddress.json --document-id JUJgkIcNbhS2goq8RqLuZ4 --digest-tip-address file://mydigesttipaddress.json ",
"aws qldb get-revision --name vehicle-registration --block-address 'IonText=\"{strandId:\\\"KmA3ZZca7vAIiJAK9S5Iwl\\\",sequenceNo:100}\"' --document-id JUJgkIcNbhS2goq8RqLuZ4 --digest-tip-address 'IonText=\"{strandId:\\\"KmA3ZZca7vAIiJAK9S5Iwl\\\",sequenceNo:123}\"' "
],
"ListJournalKinesisStreamsForLedger": [
"aws qldb list-journal-kinesis-streams-for-ledger --ledger-name myExampleLedger "
],
"ListJournalS3Exports": [
"aws qldb list-journal-s3-exports "
],
"ListJournalS3ExportsForLedger": [
"aws qldb list-journal-s3-exports-for-ledger --name myExampleLedger "
],
"ListLedgers": [
"aws qldb list-ledgers "
],
"ListTagsForResource": [
"aws qldb list-tags-for-resource --resource-arn arn:aws:qldb:us-west-2:123456789012:ledger/myExampleLedger "
],
"StreamJournalToKinesis": [
"aws qldb stream-journal-to-kinesis --ledger-name myExampleLedger --inclusive-start-time 2020-05-29T00:00:00Z --exclusive-end-time 2020-05-29T23:59:59Z --role-arn arn:aws:iam::123456789012:role/my-kinesis-stream-role --kinesis-configuration file://my-kinesis-config.json --stream-name myExampleLedger-stream ",
"aws qldb stream-journal-to-kinesis --ledger-name myExampleLedger --inclusive-start-time 2020-05-29T00:00:00Z --exclusive-end-time 2020-05-29T23:59:59Z --role-arn arn:aws:iam::123456789012:role/my-kinesis-stream-role --stream-name myExampleLedger-stream --kinesis-configuration StreamArn=arn:aws:kinesis:us-east-1:123456789012:stream/stream-for-qldb,AggregationEnabled=true "
],
"TagResource": [
"aws qldb tag-resource --resource-arn arn:aws:qldb:us-west-2:123456789012:ledger/myExampleLedger --tags IsTest=true,Domain=Test "
],
"UntagResource": [
"aws qldb untag-resource --resource-arn arn:aws:qldb:us-west-2:123456789012:ledger/myExampleLedger --tag-keys IsTest Domain "
],
"UpdateLedger": [
"aws qldb update-ledger --name myExampleLedger --no-deletion-protection "
]
},
"ram": {
"AcceptResourceShareInvitation": [],
"AssociateResourceShare": [
"aws ram associate-resource-share --resource-arns arn:aws:ec2:us-west-2:123456789012:subnet/subnet-0250c25a1f4e15235 --resource-share-arn arn:aws:ram:us-west-2:123456789012:resource-share/7ab63972-b505-7e2a-420d-6f5d3EXAMPLE "
],
"CreateResourceShare": [
"aws ram create-resource-share --name my-resource-share ",
"aws ram create-resource-share --name my-resource-share --principals 0abcdef1234567890 ",
"aws ram create-resource-share --name my-resource-share --no-allow-external-principals --principals arn:aws:organizations::123456789012:ou/o-gx7EXAMPLE/ou-29c5-zEXAMPLE "
],
"DeleteResourceShare": [
"aws ram delete-resource-share --resource-share-arn arn:aws:ram:us-west-2:123456789012:resource-share/7ab63972-b505-7e2a-420d-6f5d3EXAMPLE "
],
"DisassociateResourceShare": [
"aws ram disassociate-resource-share --resource-arns arn:aws:ec2:us-west-2:123456789012:subnet/subnet-0250c25a1f4e15235 --resource-share-arn arn:aws:ram:us-west-2:123456789012:resource-share/7ab63972-b505-7e2a-420d-6f5d3EXAMPLE "
],
"EnableSharingWithAwsOrganization": [
"aws ram enable-sharing-with-aws-organization "
],
"GetResourcePolicies": [
"aws ram get-resource-policies --resource-arns arn:aws:ec2:us-west-2:123456789012:subnet/subnet-0250c25a1f4e15235 "
],
"GetResourceShareAssociations": [
"aws ram get-resource-share-associations --association-type RESOURCE ",
"aws ram get-resource-share-associations --association-type PRINCIPAL --resource-share-arn arn:aws:ram:us-west-2:123456789012:resource-share/7ab63972-b505-7e2a-420d-6f5d3EXAMPLE "
],
"GetResourceShareInvitations": [
"aws ram get-resource-share-invitations "
],
"GetResourceShares": [
"aws ram get-resource-shares --resource-owner SELF "
],
"ListPrincipals": [
"aws ram list-principals --resource-type ec2:Subnet --resource-owner SELF "
],
"ListResources": [
"aws ram list-resources --resource-type ec2:Subnet --resource-owner SELF --resource-share-arn arn:aws:ram:us-west-2:123456789012:resource-share/7ab63972-b505-7e2a-420d-6f5d3EXAMPLE "
],
"RejectResourceShareInvitation": [
"aws ram reject-resource-share-invitation --resource-share-invitation-arn arn:aws:ram:us-west-2:123456789012:resource-share-invitation/arn:aws:ram:us-east-1:210774411744:resource-share-invitation/32b639f0-14b8-7e8f-55ea-e6117EXAMPLE "
],
"TagResource": [
"aws ram tag-resource --tags key=project,value=lima --resource-share-arn arn:aws:ram:us-west-2:123456789012:resource-share/7ab63972-b505-7e2a-420d-6f5d3EXAMPLE "
],
"UntagResource": [
"aws ram untag-resource --resource-share-arn \"arn:aws:ram:us-west-2:123456789012:resource-share/7ab63972-b505-7e2a-420d-6f5d3EXAMPLE\" --tag-keys project "
],
"UpdateResourceShare": [
"aws ram update-resource-share --allow-external-principals --resource-share-arn arn:aws:ram:us-west-2:123456789012:resource-share/7ab63972-b505-7e2a-420d-6f5d3EXAMPLE "
]
},
"rds": {
"AddOptionToOptionGroup": [
"aws rds add-option-to-option-group --option-group-name myoptiongroup --options OptionName=OEM,Port=5500,DBSecurityGroupMemberships=default --apply-immediately "
],
"AddRoleToDbCluster": [
"aws rds add-role-to-db-cluster --db-cluster-identifier mydbcluster --role-arn arn:aws:iam::123456789012:role/RDSLoadFromS3 "
],
"AddRoleToDbInstance": [
"aws rds add-role-to-db-instance --db-instance-identifier test-instance --feature-name S3_INTEGRATION --role-arn arn:aws:iam::111122223333:role/rds-s3-integration-role "
],
"AddSourceIdentifierToSubscription": [
"aws rds add-source-identifier-to-subscription --subscription-name my-instance-events --source-identifier test-instance-repl "
],
"AddTagsToResource": [
"aws rds add-tags-to-resource --resource-name arn:aws:rds:us-east-1:123456789012:db:database-mysql --tags \"[{\\\"Key\\\": \\\"Name\\\",\\\"Value\\\": \\\"MyDatabase\\\"},{\\\"Key\\\": \\\"Environment\\\",\\\"Value\\\": \\\"test\\\"}]\" "
],
"ApplyPendingMaintenanceAction": [
"aws rds apply-pending-maintenance-action --resource-identifier arn:aws:rds:us-east-1:123456789012:cluster:my-db-cluster --apply-action system-update --opt-in-type immediate "
],
"AuthorizeDbSecurityGroupIngress": [
"aws rds authorize-db-security-group-ingress --db-security-group-name default --cidrip 192.0.2.0/24 "
],
"BacktrackDbCluster": [
"aws rds backtrack-db-cluster --db-cluster-identifier sample-cluster --backtrack-to 2018-03-19T10:00:00+00:00 "
],
"CancelExportTask": [
"aws rds cancel-export-task --export-task-identifier my-s3-export-1 "
],
"CopyDbClusterParameterGroup": [
"aws rds copy-db-cluster-parameter-group --source-db-cluster-parameter-group-identifier mydbclusterpg --target-db-cluster-parameter-group-identifier mydbclusterpgcopy --target-db-cluster-parameter-group-description \"Copy of mydbclusterpg parameter group\" "
],
"CopyDbClusterSnapshot": [
"aws rds copy-db-cluster-snapshot --source-db-cluster-snapshot-identifier arn:aws:rds:us-east-1:123456789012:cluster-snapshot:rds:myaurora-2019-06-04-09-16 --target-db-cluster-snapshot-identifier myclustersnapshotcopy --copy-tags "
],
"CopyDbParameterGroup": [
"aws rds copy-db-parameter-group --source-db-parameter-group-identifier mydbpg --target-db-parameter-group-identifier mydbpgcopy --target-db-parameter-group-description \"Copy of mydbpg parameter group\" "
],
"CopyDbSnapshot": [
"aws rds copy-db-snapshot --source-db-snapshot-identifier rds:database-mysql-2019-06-06-08-38 --target-db-snapshot-identifier mydbsnapshotcopy "
],
"CopyOptionGroup": [
"aws rds copy-option-group --source-option-group-identifier myoptiongroup --target-option-group-identifier new-option-group --target-option-group-description \"My option group copy\" "
],
"CreateCustomAvailabilityZone": [
"aws rds create-custom-availability-zone --custom-availability-zone-name test-custom-availability-zone --new-vpn-tunnel-name test-vpn-tunnel --vpn-tunnel-originator-ip 192.0.2.0 "
],
"CreateDbCluster": [
"aws rds create-db-cluster --db-cluster-identifier sample-cluster --engine aurora-mysql --engine-version 5.7.12 --master-username master --master-user-password secret99 --db-subnet-group-name default --vpc-security-group-ids sg-0b9130572daf3dc16 ",
"aws rds create-db-cluster --db-cluster-identifier sample-pg-cluster --engine aurora-postgresql --master-username master --master-user-password secret99 --db-subnet-group-name default --vpc-security-group-ids sg-0b9130572daf3dc16 "
],
"CreateDbClusterEndpoint": [
"aws rds create-db-cluster-endpoint --db-cluster-endpoint-identifier mycustomendpoint --endpoint-type reader --db-cluster-identifier mydbcluster --static-members dbinstance1 dbinstance2 "
],
"CreateDbClusterParameterGroup": [
"aws rds create-db-cluster-parameter-group --db-cluster-parameter-group-name mydbclusterparametergroup --db-parameter-group-family aurora5.6 --description \"My new cluster parameter group\" "
],
"CreateDbClusterSnapshot": [
"aws rds create-db-cluster-snapshot --db-cluster-identifier mydbcluster --db-cluster-snapshot-identifier mydbclustersnapshot "
],
"CreateDbInstance": [
"aws rds create-db-instance --db-instance-identifier test-mysql-instance --db-instance-class db.t3.micro --engine mysql --master-username admin --master-user-password secret99 --allocated-storage 20 "
],
"CreateDbInstanceReadReplica": [
"aws rds create-db-instance-read-replica --db-instance-identifier test-instance-repl --source-db-instance-identifier test-instance "
],
"CreateDbParameterGroup": [
"aws rds create-db-parameter-group --db-parameter-group-name mydbparametergroup --db-parameter-group-family MySQL5.6 --description \"My new parameter group\" "
],
"CreateDbSecurityGroup": [
"aws rds create-db-security-group --db-security-group-name mysecgroup --db-security-group-description \"My Test Security Group\" "
],
"CreateDbSnapshot": [
"aws rds create-db-snapshot --db-instance-identifier database-mysql --db-snapshot-identifier mydbsnapshot "
],
"CreateDbSubnetGroup": [
"aws rds create-db-subnet-group --db-subnet-group-name mysubnetgroup --db-subnet-group-description \"test DB subnet group\" --subnet-ids '[\"subnet-0a1dc4e1a6f123456\",\"subnet-070dd7ecb3aaaaaaa\",\"subnet-00f5b198bc0abcdef\"]' "
],
"CreateEventSubscription": [
"aws rds create-event-subscription --subscription-name my-instance-events --source-type db-instance --event-categories '[\"backup\",\"recovery\"]' --sns-topic-arn arn:aws:sns:us-east-1:123456789012:interesting-events "
],
"CreateGlobalCluster": [
"aws rds create-global-cluster --global-cluster-identifier myglobalcluster --engine aurora-mysql "
],
"CreateOptionGroup": [
"aws rds create-option-group --option-group-name MyOptionGroup --engine-name oracle-ee --major-engine-version 11.2 --option-group-description \"Oracle Database Manager Database Control\" "
],
"DeleteCustomAvailabilityZone": [
"aws rds delete-custom-availability-zone --custom-availability-zone-id rds-caz-EXAMPLE "
],
"DeleteDbCluster": [
"aws rds delete-db-cluster --db-cluster-identifier mycluster --no-skip-final-snapshot --final-db-snapshot-identifier mycluster-final-snapshot "
],
"DeleteDbClusterEndpoint": [
"aws rds delete-db-cluster-endpoint --db-cluster-endpoint-identifier mycustomendpoint "
],
"DeleteDbClusterParameterGroup": [
"aws rds delete-db-cluster-parameter-group --db-cluster-parameter-group-name mydbclusterparametergroup "
],
"DeleteDbClusterSnapshot": [
"aws rds delete-db-cluster-snapshot --db-cluster-snapshot-identifier mydbclustersnapshot "
],
"DeleteDbInstance": [
"aws rds delete-db-instance --db-instance-identifier test-instance --final-db-snapshot-identifier test-instance-final-snap "
],
"DeleteDbInstanceAutomatedBackup": [
"aws rds delete-db-instance-automated-backup --db-instance-automated-backups-arn \"arn:aws:rds:us-west-2:123456789012:auto-backup:ab-jkib2gfq5rv7replzadausbrktni2bn4example\" "
],
"DeleteDbParameterGroup": [
"aws rds delete-db-parameter-group --db-parameter-group-name mydbparametergroup "
],
"DeleteDbSecurityGroup": [
"aws rds delete-db-security-group --db-security-group-name mysecuritygroup "
],
"DeleteDbSnapshot": [
"aws rds delete-db-snapshot --db-snapshot-identifier mydbsnapshot "
],
"DeleteDbSubnetGroup": [
"aws rds delete-db-subnet-group --db-subnet-group-name mysubnetgroup "
],
"DeleteEventSubscription": [
"aws rds delete-event-subscription --subscription-name my-instance-events "
],
"DeleteGlobalCluster": [
"aws rds delete-global-cluster --global-cluster-identifier myglobalcluster "
],
"DeleteInstallationMedia": [
"aws rds delete-installation-media --installation-media-id NcNrEXAMPLE "
],
"DeleteOptionGroup": [
"aws rds delete-option-group --option-group-name myoptiongroup "
],
"DescribeAccountAttributes": [
"aws rds describe-account-attributes "
],
"DescribeCertificates": [
"aws rds describe-certificates "
],
"DescribeCustomAvailabilityZones": [
"aws rds describe-custom-availability-zones "
],
"DescribeDbClusterBacktracks": [
"aws rds describe-db-cluster-backtracks --db-cluster-identifier mydbcluster "
],
"DescribeDbClusterEndpoints": [
"aws rds describe-db-cluster-endpoints ",
"aws rds describe-db-cluster-endpoints --db-cluster-identifier serverless-cluster "
],
"DescribeDbClusterParameterGroups": [
"aws rds describe-db-cluster-parameter-groups "
],
"DescribeDbClusterParameters": [
"aws rds describe-db-cluster-parameters --db-cluster-parameter-group-name mydbclusterpg ",
"aws rds describe-db-cluster-parameters --db-cluster-parameter-group-name default.aurora-mysql5.7 --query 'Parameters[].{ParameterName:ParameterName}' ",
"aws rds describe-db-cluster-parameters --db-cluster-parameter-group-name default.aurora-mysql5.7 --query 'Parameters[].{ParameterName:ParameterName,IsModifiable:IsModifiable} | [?IsModifiable == `true`]' ",
"aws rds describe-db-cluster-parameters --db-cluster-parameter-group-name default.aurora-mysql5.7 --query 'Parameters[].{ParameterName:ParameterName,DataType:DataType,IsModifiable:IsModifiable} | [?DataType == `boolean`] | [?IsModifiable == `true`]' "
],
"DescribeDbClusterSnapshotAttributes": [
"aws rds describe-db-cluster-snapshot-attributes --db-cluster-snapshot-identifier myclustersnapshot "
],
"DescribeDbClusterSnapshots": [
"aws rds describe-db-cluster-snapshots --db-cluster-identifier mydbcluster "
],
"DescribeDbClusters": [
"aws rds describe-db-clusters --db-cluster-identifier mydbcluster ",
"aws rds describe-db-clusters --query 'DBClusters[].{DBClusterIdentifier:DBClusterIdentifier,Endpoint:Endpoint,ReaderEndpoint:ReaderEndpoint}' ",
"aws rds describe-db-clusters --query 'DBClusters[].{DBClusterIdentifier:DBClusterIdentifier,Engine:Engine} | [?Engine == `aurora-postgresql`]' "
],
"DescribeDbEngineVersions": [
"aws rds describe-db-engine-versions --engine mysql "
],
"DescribeDbInstanceAutomatedBackups": [
"aws rds describe-db-instance-automated-backups --db-instance-identifier new-orcl-db "
],
"DescribeDbInstances": [
"aws rds describe-db-instances --db-instance-identifier mydbinstancecf "
],
"DescribeDbLogFiles": [
"aws rds describe-db-log-files --db-instance-identifier test-instance "
],
"DescribeDbParameterGroups": [
"aws rds describe-db-parameter-groups "
],
"DescribeDbParameters": [
"aws rds describe-db-parameters --db-parameter-group-name mydbpg "
],
"DescribeDbSecurityGroups": [
"aws rds describe-db-security-groups "
],
"DescribeDbSnapshotAttributes": [
"aws rds describe-db-snapshot-attributes --db-snapshot-identifier mydbsnapshot "
],
"DescribeDbSnapshots": [
"aws rds describe-db-snapshots --db-snapshot-identifier mydbsnapshot ",
"aws rds describe-db-snapshots --snapshot-type manual --query \"length(*[].{DBSnapshots:SnapshotType})\" --region eu-central-1 "
],
"DescribeDbSubnetGroups": [
"aws rds describe-db-subnet-groups "
],
"DescribeEngineDefaultClusterParameters": [
"aws rds describe-engine-default-cluster-parameters --db-parameter-group-family aurora-mysql5.7 "
],
"DescribeEngineDefaultParameters": [
"aws rds describe-engine-default-parameters --db-parameter-group-family mysql5.7 "
],
"DescribeEventCategories": [
"aws rds describe-event-categories "
],
"DescribeEventSubscriptions": [
"aws rds describe-event-subscriptions "
],
"DescribeEvents": [
"aws rds describe-events --source-identifier test-instance --source-type db-instance "
],
"DescribeExportTasks": [
"aws rds describe-export-tasks "
],
"DescribeGlobalClusters": [
"aws rds describe-global-clusters "
],
"DescribeInstallationMedia": [
"aws rds describe-installation-media "
],
"DescribeOptionGroupOptions": [
"aws rds describe-option-group-options --engine-name oracle-ee --major-engine-version 19 --max-items 2 "
],
"DescribeOptionGroups": [
"aws rds describe-option-groups --engine-name oracle-ee --major-engine-version 19 "
],
"DescribeOrderableDbInstanceOptions": [
"aws rds describe-orderable-db-instance-options --engine mysql "
],
"DescribePendingMaintenanceActions": [
"aws rds describe-pending-maintenance-actions "
],
"DescribeReservedDbInstances": [
"aws rds describe-reserved-db-instances "
],
"DescribeReservedDbInstancesOfferings": [
"aws rds describe-reserved-db-instances-offerings --product-description oracle "
],
"DescribeSourceRegions": [
"aws rds describe-source-regions --region us-east-1 "
],
"DescribeValidDbInstanceModifications": [
"aws rds describe-valid-db-instance-modifications --db-instance-identifier test-instance "
],
"DownloadDbLogFilePortion": [
"aws rds download-db-log-file-portion --db-instance-identifier test-instance --log-file-name log.txt --output text > tail.txt ",
"aws rds download-db-log-file-portion --db-instance-identifier test-instance --log-file-name log.txt --starting-token 0 --output text > full.txt "
],
"GenerateAuthToken": [],
"GenerateDbAuthToken": [
"aws rds generate-db-auth-token --hostname mydb.123456789012.us-east-1.rds.amazonaws.com --port 3306 --region us-east-1 --username db_user "
],
"ImportInstallationMedia": [
"aws rds import-installation-media --custom-availability-zone-id rds-caz-EXAMPLE --engine sqlserver-ee --engine-version 13.00.5292.0.v1 --engine-installation-media-path SQLServerISO/en_sql_server_2016_enterprise_x64_dvd_8701793.iso --os-installation-media-path WindowsISO/en_windows_server_2016_x64_dvd_9327751.iso "
],
"ListTagsForResource": [
"aws rds list-tags-for-resource --resource-name arn:aws:rds:us-east-1:123456789012:db:orcl1 "
],
"ModifyCertificates": [
"aws rds modify-certificates --certificate-identifier rds-ca-2019 "
],
"ModifyCurrentDbClusterCapacity": [
"aws rds modify-current-db-cluster-capacity --db-cluster-identifier mydbcluster --capacity 8 "
],
"ModifyDbCluster": [
"aws rds modify-db-cluster --db-cluster-identifier cluster-2 --backup-retention-period 14 --master-user-password newpassword99 --apply-immediately "
],
"ModifyDbClusterEndpoint": [
"aws rds modify-db-cluster-endpoint --db-cluster-endpoint-identifier mycustomendpoint --static-members dbinstance1 dbinstance2 dbinstance3 "
],
"ModifyDbClusterParameterGroup": [
"aws rds modify-db-cluster-parameter-group --db-cluster-parameter-group-name mydbclusterpg --parameters \"ParameterName=server_audit_logging,ParameterValue=1,ApplyMethod=immediate\" \"ParameterName=server_audit_logs_upload,ParameterValue=1,ApplyMethod=immediate\" "
],
"ModifyDbClusterSnapshotAttribute": [
"aws rds modify-db-cluster-snapshot-attribute --db-cluster-snapshot-identifier myclustersnapshot --attribute-name restore --values-to-add 123456789012 "
],
"ModifyDbInstance": [
"aws rds modify-db-instance --db-instance-identifier database-2 --option-group-name test-se-2017 --db-parameter-group-name test-sqlserver-se-2017 --apply-immediately "
],
"ModifyDbParameterGroup": [
"aws rds modify-db-parameter-group --db-parameter-group-name test-sqlserver-se-2017 --parameters \"ParameterName='clr enabled',ParameterValue=1,ApplyMethod=immediate\" "
],
"ModifyDbSnapshot": [
"aws rds modify-db-snapshot --db-snapshot-identifier db5-snapshot-upg-test --engine-version 11.7 "
],
"ModifyDbSnapshotAttribute": [
"aws rds modify-db-snapshot-attribute --db-snapshot-identifier mydbsnapshot --attribute-name restore --values-to-add {\"111122223333\",\"444455556666\"} ",
"aws rds modify-db-snapshot-attribute --db-snapshot-identifier mydbsnapshot --attribute-name restore --values-to-remove 444455556666 "
],
"ModifyDbSnapshotAttributes": [],
"ModifyDbSubnetGroup": [
"aws rds modify-db-subnet-group --db-subnet-group-name mysubnetgroup --subnet-ids '[\"subnet-0a1dc4e1a6f123456\",\"subnet-070dd7ecb3aaaaaaa\",\"subnet-00f5b198bc0abcdef\",\"subnet-08e41f9e230222222\"]' "
],
"ModifyEventSubscription": [
"aws rds modify-event-subscription --subscription-name my-instance-events --no-enabled "
],
"ModifyGlobalCluster": [
"aws rds modify-global-cluster --global-cluster-identifier myglobalcluster --deletion-protection "
],
"PromoteReadReplica": [
"aws rds promote-read-replica --db-instance-identifier test-instance-repl "
],
"PromoteReadReplicaDbCluster": [
"aws rds promote-read-replica-db-cluster --db-cluster-identifier mydbcluster-1 "
],
"PurchaseReservedDbInstance": [
"aws rds purchase-reserved-db-instances-offering --reserved-db-instances-offering-id 438012d3-4a52-4cc7-b2e3-8dff72e0e706 "
],
"PurchaseReservedDbInstancesOfferings": [],
"RebootDbInstance": [
"aws rds reboot-db-instance --db-instance-identifier test-mysql-instance "
],
"RemoveFromGlobalCluster": [
"aws rds remove-from-global-cluster --region us-west-2 --global-cluster-identifier myglobalcluster --db-cluster-identifier arn:aws:rds:us-west-2:123456789012:cluster:DB-1 "
],
"RemoveOptionFromOptionGroup": [
"aws rds remove-option-from-option-group --option-group-name myoptiongroup --options OEM --apply-immediately "
],
"RemoveRoleFromDbCluster": [
"aws rds remove-role-from-db-cluster --db-cluster-identifier mydbcluster --role-arn arn:aws:iam::123456789012:role/RDSLoadFromS3 "
],
"RemoveRoleFromDbInstance": [
"aws rds remove-role-from-db-instance --db-instance-identifier test-instance --feature-name S3_INTEGRATION --role-arn arn:aws:iam::111122223333:role/rds-s3-integration-role "
],
"RemoveSourceIdentifierFromSubscription": [
"aws rds remove-source-identifier-from-subscription --subscription-name my-instance-events --source-identifier test-instance-repl "
],
"RemoveTagsFromResource": [
"aws rds remove-tags-from-resource --resource-name arn:aws:rds:us-east-1:123456789012:db:mydbinstance --tag-keys Name Environment "
],
"ResetDbClusterParameterGroup": [
"aws rds reset-db-cluster-parameter-group --db-cluster-parameter-group-name mydbclpg --reset-all-parameters ",
"aws rds reset-db-cluster-parameter-group --db-cluster-parameter-group-name mydbclpgy --parameters \"ParameterName=max_connections,ApplyMethod=immediate\" \"ParameterName=max_allowed_packet,ApplyMethod=immediate\" "
],
"ResetDbParameterGroup": [
"aws rds reset-db-parameter-group --db-parameter-group-name mypg --reset-all-parameters ",
"aws rds reset-db-parameter-group --db-parameter-group-name mypg --parameters \"ParameterName=max_connections,ApplyMethod=immediate\" \"ParameterName=max_allowed_packet,ApplyMethod=immediate\" "
],
"RestoreDbClusterFromS3": [
"aws rds restore-db-cluster-from-s3 --db-cluster-identifier cluster-s3-restore --engine aurora-mysql --master-username admin --master-user-password mypassword --s3-bucket-name mybucket --s3-prefix test-backup --s3-ingestion-role-arn arn:aws:iam::123456789012:role/service-role/TestBackup --source-engine mysql --source-engine-version 5.7.28 "
],
"RestoreDbClusterFromSnapshot": [
"aws rds restore-db-cluster-from-snapshot --db-cluster-identifier newdbcluster --snapshot-identifier test-instance-snapshot --engine aurora-postgresql --engine-version 10.7 "
],
"RestoreDbClusterToPointInTime": [
"aws rds restore-db-cluster-to-point-in-time --source-db-cluster-identifier database-4 --db-cluster-identifier sample-cluster-clone --restore-type copy-on-write --use-latest-restorable-time "
],
"RestoreDbInstanceFromDbSnapshot": [
"aws rds restore-db-instance-from-db-snapshot --db-instance-identifier db7-new-instance --db-snapshot-identifier db7-test-snapshot --db-instance-class db.t3.small "
],
"RestoreDbInstanceFromS3": [
"aws rds restore-db-instance-from-s3 --db-instance-identifier restored-test-instance --allocated-storage 250 --db-instance-class db.m4.large --engine mysql --master-username master --master-user-password secret99 --s3-bucket-name my-backups --s3-ingestion-role-arn arn:aws:iam::123456789012:role/my-role --source-engine mysql --source-engine-version 5.6.27 "
],
"RestoreDbInstanceToPointInTime": [
"aws rds restore-db-instance-to-point-in-time --source-db-instance-identifier test-instance --target-db-instance restored-test-instance --restore-time 2018-07-30T23:45:00.000Z ",
"aws rds restore-db-instance-to-point-in-time --source-db-instance-automated-backups-arn \"arn:aws:rds:us-west-2:123456789012:auto-backup:ab-jkib2gfq5rv7replzadausbrktni2bn4example\" --target-db-instance-identifier myorclinstance-from-replicated-backup --restore-time 2020-12-08T18:45:00.000Z "
],
"StartActivityStream": [
"aws rds start-activity-stream --region us-east-1 --mode async --kms-key-id arn:aws:kms:us-east-1:1234567890123:key/a12c345d-6ef7-890g-h123-456i789jk0l1 --resource-arn arn:aws:rds:us-east-1:1234567890123:cluster:my-pg-cluster --apply-immediately "
],
"StartDbCluster": [
"aws rds start-db-cluster --db-cluster-identifier mydbcluster "
],
"StartDbInstance": [
"aws rds start-db-instance --db-instance-identifier test-instance "
],
"StartDbInstanceAutomatedBackupsReplication": [
"aws rds start-db-instance-automated-backups-replication --region us-west-2 --source-db-instance-arn \"arn:aws:rds:us-east-1:123456789012:db:new-orcl-db\" --backup-retention-period 14 "
],
"StartExportTask": [
"aws rds start-export-task --export-task-identifier my-s3-export --source-arn arn:aws:rds:us-west-2:123456789012:snapshot:db5-snapshot-test --s3-bucket-name mybucket --iam-role-arn arn:aws:iam::123456789012:role/service-role/ExportRole --kms-key-id arn:aws:kms:us-west-2:123456789012:key/abcd0000-7fca-4128-82f2-aabbccddeeff "
],
"StopActivityStream": [
"aws rds stop-activity-stream --region us-east-1 --resource-arn arn:aws:rds:us-east-1:1234567890123:cluster:my-pg-cluster --apply-immediately "
],
"StopDbCluster": [
"aws rds stop-db-cluster --db-cluster-identifier mydbcluster "
],
"StopDbInstance": [
"aws rds stop-db-instance --db-instance-identifier test-instance "
],
"StopDbInstanceAutomatedBackupsReplication": [
"aws rds stop-db-instance-automated-backups-replication --region us-west-2 --source-db-instance-arn \"arn:aws:rds:us-east-1:123456789012:db:new-orcl-db\" "
]
},
"rds-data": {
"BatchExecuteStatement": [
"aws rds-data batch-execute-statement --resource-arn \"arn:aws:rds:us-west-2:123456789012:cluster:mydbcluster\" --database \"mydb\" --secret-arn \"arn:aws:secretsmanager:us-west-2:123456789012:secret:mysecret\" --sql \"insert into mytable values (:id, :val)\" --parameter-sets \"[[{\\\"name\\\": \\\"id\\\", \\\"value\\\": {\\\"longValue\\\": 1}},{\\\"name\\\": \\\"val\\\", \\\"value\\\": {\\\"stringValue\\\": \\\"ValueOne\\\"}}], [{\\\"name\\\": \\\"id\\\", \\\"value\\\": {\\\"longValue\\\": 2}},{\\\"name\\\": \\\"val\\\", \\\"value\\\": {\\\"stringValue\\\": \\\"ValueTwo\\\"}}], [{\\\"name\\\": \\\"id\\\", \\\"value\\\": {\\\"longValue\\\": 3}},{\\\"name\\\": \\\"val\\\", \\\"value\\\": {\\\"stringValue\\\": \\\"ValueThree\\\"}}]]\" "
],
"BeginTransaction": [
"aws rds-data begin-transaction --resource-arn \"arn:aws:rds:us-west-2:123456789012:cluster:mydbcluster\" --database \"mydb\" --secret-arn \"arn:aws:secretsmanager:us-west-2:123456789012:secret:mysecret\" "
],
"CommitTransaction": [
"aws rds-data commit-transaction --resource-arn \"arn:aws:rds:us-west-2:123456789012:cluster:mydbcluster\" --secret-arn \"arn:aws:secretsmanager:us-west-2:123456789012:secret:mysecret\" --transaction-id \"ABC1234567890xyz\" "
],
"ExecuteStatement": [
"aws rds-data execute-statement --resource-arn \"arn:aws:rds:us-west-2:123456789012:cluster:mydbcluster\" --database \"mydb\" --secret-arn \"arn:aws:secretsmanager:us-west-2:123456789012:secret:mysecret\" --sql \"update mytable set quantity=5 where id=201\" --transaction-id \"ABC1234567890xyz\" ",
"aws rds-data execute-statement --resource-arn \"arn:aws:rds:us-east-1:123456789012:cluster:mydbcluster\" --database \"mydb\" --secret-arn \"arn:aws:secretsmanager:us-east-1:123456789012:secret:mysecret\" --sql \"insert into mytable values (:id, :val)\" --parameters \"[{\\\"name\\\": \\\"id\\\", \\\"value\\\": {\\\"longValue\\\": 1}},{\\\"name\\\": \\\"val\\\", \\\"value\\\": {\\\"stringValue\\\": \\\"value1\\\"}}]\" "
],
"RollbackTransaction": [
"aws rds-data rollback-transaction --resource-arn \"arn:aws:rds:us-west-2:123456789012:cluster:mydbcluster\" --secret-arn \"arn:aws:secretsmanager:us-west-2:123456789012:secret:mysecret\" --transaction-id \"ABC1234567890xyz\" "
]
},
"redshift": {
"AcceptReservedNodeExchange": [
"aws redshift accept-reserved-node-exchange --reserved-node-id 12345678-12ab-12a1-1a2a-12ab-12a12EXAMPLE --target-reserved-node-offering-id 12345678-12ab-12a1-1a2a-12ab-12a12EXAMPLE "
],
"AuthorizeClusterSecurityGroupIngress": [
"aws redshift authorize-cluster-security-group-ingress --cluster-security-group-name mysecuritygroup --ec2-security-group-name myec2securitygroup --ec2-security-group-owner-id 123445677890 ",
"aws redshift authorize-cluster-security-group-ingress --cluster-security-group-name mysecuritygroup --cidrip 192.168.100.100/32 "
],
"AuthorizeSnapshotAccess": [
"aws redshift authorize-snapshot-access --snapshot-id my-snapshot-id --account-with-restore-access 444455556666 "
],
"BatchDeleteClusterSnapshots": [
"aws redshift batch-delete-cluster-snapshots --identifiers SnapshotIdentifier=mycluster-2019-11-06-14-12 SnapshotIdentifier=mycluster-2019-11-06-14-20 "
],
"BatchModifyClusterSnapshots": [
"aws redshift batch-modify-cluster-snapshots --snapshot-identifier-list mycluster-2019-11-06-16-31 mycluster-2019-11-06-16-32 --manual-snapshot-retention-period 30 "
],
"CancelResize": [
"aws redshift cancel-resize --cluster-identifier mycluster "
],
"CopyClusterSnapshot": [
"aws redshift copy-cluster-snapshot --source-snapshot-identifier cm:examplecluster-2013-01-22-19-27-58 --target-snapshot-identifier my-saved-snapshot-copy "
],
"CreateCluster": [
"aws redshift create-cluster --node-type dw.hs1.xlarge --number-of-nodes 2 --master-username adminuser --master-user-password TopSecret1 --cluster-identifier mycluster "
],
"CreateClusterParameterGroup": [
"aws redshift create-cluster-parameter-group --parameter-group-name myclusterparametergroup --parameter-group-family redshift-1.0 --description \"My first cluster parameter group\" "
],
"CreateClusterSecurityGroup": [
"aws redshift create-cluster-security-group --cluster-security-group-name mysecuritygroup --description \"This is my cluster security group\" ",
"aws redshift create-cluster-security-group --cluster-security-group-name mysecuritygroup --description \"This is my cluster security group\" --output text "
],
"CreateClusterSnapshot": [
"aws redshift create-cluster-snapshot --cluster-identifier mycluster --snapshot-identifier my-snapshot-id "
],
"CreateClusterSubnetGroup": [
"aws redshift create-cluster-subnet-group --cluster-subnet-group-name mysubnetgroup --description \"My subnet group\" --subnet-ids subnet-763fdd1c "
],
"CreateEventSubscription": [
"aws redshift create-event-subscription --subscription-name mysubscription --sns-topic-arn arn:aws:sns:us-west-2:123456789012:MySNStopic --source-type cluster --source-ids mycluster "
],
"CreateHsmClientCertificate": [
"aws redshift create-hsm-client-certificate --hsm-client-certificate-identifier myhsmclientcert "
],
"CreateHsmConfiguration": [
"aws redshift create-hsm-configuration --hsm-configuration-identifier myhsmconnection --description \"My HSM connection\" --hsm-ip-address 192.0.2.09 --hsm-partition-name myhsmpartition --hsm-partition-password A1b2c3d4 --hsm-server-public-certificate myhsmclientcert "
],
"CreateSnapshotCopyGrant": [
"aws redshift create-snapshot-copy-grant --snapshot-copy-grant-name mysnapshotcopygrantname "
],
"CreateSnapshotSchedule": [
"aws redshift create-snapshot-schedule --schedule-definitions \"rate(12 hours)\" --schedule-identifier mysnapshotschedule --schedule-description \"My schedule description\" "
],
"CreateTags": [
"aws redshift create-tags --resource-name arn:aws:redshift:us-west-2:123456789012:cluster:mycluster --tags \"Key\"=\"mytags\",\"Value\"=\"tag1\" "
],
"DeleteCluster": [
"aws redshift delete-cluster --cluster-identifier mycluster --skip-final-cluster-snapshot ",
"aws redshift delete-cluster --cluster-identifier mycluster --final-cluster-snapshot-identifier myfinalsnapshot "
],
"DeleteClusterParameterGroup": [
"aws redshift delete-cluster-parameter-group --parameter-group-name myclusterparametergroup "
],
"DeleteClusterSecurityGroup": [
"aws redshift delete-cluster-security-group --cluster-security-group-name mysecuritygroup "
],
"DeleteClusterSnapshot": [
"aws redshift delete-cluster-snapshot --snapshot-identifier my-snapshot-id "
],
"DeleteClusterSubnetGroup": [
"aws redshift delete-cluster-subnet-group --cluster-subnet-group-name mysubnetgroup "
],
"DeleteEventSubscription": [
"aws redshift delete-event-subscription --subscription-name mysubscription "
],
"DeleteHsmClientCertificate": [
"aws redshift delete-hsm-client-certificate --hsm-client-certificate-identifier myhsmclientcert "
],
"DeleteHsmConfiguration": [
"aws redshift delete-hsm-configuration --hsm-configuration-identifier myhsmconnection "
],
"DeleteScheduledAction": [
"aws redshift delete-scheduled-action --scheduled-action-name myscheduledaction "
],
"DeleteSnapshotCopyGrant": [
"aws redshift delete-snapshot-copy-grant --snapshot-copy-grant-name mysnapshotcopygrantname "
],
"DeleteSnapshotSchedule": [
"aws redshift delete-snapshot-schedule --schedule-identifier mysnapshotschedule "
],
"DeleteTags": [
"aws redshift delete-tags --resource-name arn:aws:redshift:us-west-2:123456789012:cluster:mycluster --tag-keys \"clustertagkey\" \"clustertagvalue\" "
],
"DescribeAccountAttributes": [
"aws redshift describe-account-attributes "
],
"DescribeClusterDbRevisions": [
"aws redshift describe-cluster-db-revisions --cluster-identifier mycluster "
],
"DescribeClusterParameterGroups": [
"aws redshift describe-cluster-parameter-groups ",
"aws redshift describe-cluster-parameter-groups --output text "
],
"DescribeClusterParameters": [
"aws redshift describe-cluster-parameters --parameter-group-name myclusterparametergroup ",
"aws redshift describe-cluster-parameters --parameter-group-name myclusterparametergroup --output text "
],
"DescribeClusterSecurityGroups": [
"aws redshift describe-cluster-security-groups "
],
"DescribeClusterSnapshots": [
"aws redshift describe-cluster-snapshots "
],
"DescribeClusterSubnetGroups": [
"aws redshift describe-cluster-subnet-groups "
],
"DescribeClusterTracks": [
"aws redshift describe-cluster-tracks --maintenance-track-name current "
],
"DescribeClusterVersions": [
"aws redshift describe-cluster-versions "
],
"DescribeClusters": [
"aws redshift describe-clusters ",
"aws redshift describe-clusters --output text "
],
"DescribeDefaultClusterParameters": [
"aws redshift describe-default-cluster-parameters --parameter-group-family redshift-1.0 "
],
"DescribeEventCategories": [
"aws redshift describe-event-categories --source-type cluster "
],
"DescribeEventSubscriptions": [
"aws redshift describe-event-subscriptions --subscription-name mysubscription "
],
"DescribeEvents": [
"aws redshift describe-events ",
"aws redshift describe-events --output text "
],
"DescribeHsmClientCertificates": [
"aws redshift describe-hsm-client-certificates --hsm-client-certificate-identifier myhsmclientcert "
],
"DescribeHsmConfigurations": [
"aws redshift describe-hsm-configurations --hsm-configuration-identifier myhsmconnection "
],
"DescribeLoggingStatus": [
"aws redshift describe-logging-status --cluster-identifier mycluster "
],
"DescribeNodeConfigurationOptions": [
"aws redshift describe-node-configuration-options --action-type restore-cluster --snapshot-identifier rs:mycluster-2019-12-09-16-42-43 "
],
"DescribeOrderableClusterOptions": [
"aws redshift describe-orderable-cluster-options ",
"aws redshift describe-orderable-cluster-options --output text "
],
"DescribeReservedNodeOfferings": [
"aws redshift describe-reserved-node-offerings "
],
"DescribeReservedNodes": [
"aws redshift describe-reserved-nodes "
],
"DescribeResize": [
"aws redshift describe-resize --cluster-identifier mycluster "
],
"DescribeScheduledActions": [
"aws redshift describe-scheduled-actions "
],
"DescribeSnapshotCopyGrants": [
"aws redshift describe-snapshot-copy-grants --snapshot-copy-grant-name mysnapshotcopygrantname "
],
"DescribeSnapshotSchedules": [
"aws redshift describe-snapshot-schedules --cluster-identifier mycluster --schedule-identifier mysnapshotschedule "
],
"DescribeStorage": [
"aws redshift describe-storage "
],
"DescribeTableRestoreStatus": [
"aws redshift describe-table-restore-status --cluster-identifier mycluster "
],
"DescribeTags": [
"aws redshift describe-tags --resource-name arn:aws:redshift:us-west-2:123456789012:cluster:mycluster --tag-keys clustertagkey --tag-values clustertagvalue "
],
"DisableSnapshotCopy": [
"aws redshift disable-snapshot-copy --cluster-identifier mycluster "
],
"EnableSnapshotCopy": [
"aws redshift enable-snapshot-copy --cluster-identifier mycluster --destination-region us-west-1 "
],
"GetClusterCredentials": [
"aws redshift get-cluster-credentials --db-user adminuser --db-name dev --cluster-identifier mycluster "
],
"GetReservedNodeExchangeOfferings": [
"aws redshift get-reserved-node-exchange-offerings --reserved-node-id 12345678-12ab-12a1-1a2a-12ab-12a12EXAMPLE "
],
"ModifyCluster": [
"aws redshift modify-cluster --cluster-identifier mycluster --cluster-security-groups mysecuritygroup ",
"aws redshift modify-cluster --cluster-identifier mycluster --preferred-maintenance-window Sun:23:15-Mon:03:15 ",
"aws redshift modify-cluster --cluster-identifier mycluster --master-user-password A1b2c3d4 "
],
"ModifyClusterIamRoles": [
"aws redshift modify-cluster-iam-roles --cluster-identifier mycluster --remove-iam-roles arn:aws:iam::123456789012:role/myRedshiftRole "
],
"ModifyClusterMaintenance": [
"aws redshift modify-cluster-maintenance --cluster-identifier mycluster --defer-maintenance --defer-maintenance-duration 30 "
],
"ModifyClusterParameterGroup": [
"aws redshift modify-cluster-parameter-group --parameter-group-name myclusterparametergroup --parameters file://modify_pg.json "
],
"ModifyClusterSnapshot": [
"aws redshift modify-cluster-snapshot --snapshot-identifier mycluster-2019-11-06-16-32 --manual-snapshot-retention-period 10 "
],
"ModifyClusterSnapshotSchedule": [
"aws redshift modify-cluster-snapshot-schedule --cluster-identifier mycluster --schedule-identifier mysnapshotschedule --disassociate-schedule "
],
"ModifyClusterSubnetGroup": [
"aws redshift modify-cluster-subnet-group --cluster-subnet-group-name mysubnetgroup --subnet-ids subnet-763fdd1 subnet-ac830e9 "
],
"ModifyEventSubscription": [
"aws redshift modify-event-subscription --subscription-name mysubscription --no-enabled "
],
"ModifyScheduledAction": [
"aws redshift modify-scheduled-action --scheduled-action-name myscheduledaction --scheduled-action-description \"My scheduled action\" "
],
"ModifySnapshotCopyRetentionPeriod": [
"aws redshift modify-snapshot-copy-retention-period --cluster-identifier mycluster --retention-period 15 "
],
"ModifySnapshotSchedule": [
"aws redshift modify-snapshot-schedule --schedule-identifier mysnapshotschedule --schedule-definitions \"rate(10 hours)\" "
],
"PurchaseReservedNodeOffering": [
"aws redshift purchase-reserved-node-offering --reserved-node-offering-id ceb6a579-cf4c-4343-be8b-d832c45ab51c "
],
"RebootCluster": [
"aws redshift reboot-cluster --cluster-identifier mycluster "
],
"ResetClusterParameterGroup": [
"aws redshift reset-cluster-parameter-group --parameter-group-name myclusterparametergroup --reset-all-parameters "
],
"ResizeCluster": [
"aws redshift resize-cluster --cluster-identifier mycluster --cluster-type multi-node --node-type dc2.large --number-of-nodes 6 --classic "
],
"RestoreFromClusterSnapshot": [
"aws redshift restore-from-cluster-snapshot --cluster-identifier mycluster-clone --snapshot-identifier my-snapshot-id "
],
"RestoreTableFromClusterSnapshot": [
"aws redshift restore-table-from-cluster-snapshot --cluster-identifier mycluster --snapshot-identifier mycluster-2019-11-19-16-17 --source-database-name dev --source-schema-name public --source-table-name mytable --target-database-name dev --target-schema-name public --new-table-name mytable-clone "
],
"RevokeClusterSecurityGroupIngress": [
"aws redshift revoke-cluster-security-group-ingress --cluster-security-group-name mysecuritygroup --ec2-security-group-name myec2securitygroup --ec2-security-group-owner-id 123445677890 ",
"aws redshift revoke-cluster-security-group-ingress --cluster-security-group-name mysecuritygroup --cidrip 192.168.100.100/32 "
],
"RevokeSnapshotAccess": [
"aws redshift revoke-snapshot-access --snapshot-id my-snapshot-id --account-with-restore-access 444455556666 "
],
"RotateEncryptionKey": [
"aws redshift rotate-encryption-key --cluster-identifier mycluster "
],
"Wait": {
"ClusterAvailable": [
"aws redshift wait cluster-available --cluster-identifier mycluster "
],
"ClusterDeleted": [
"aws redshift wait cluster-deleted --cluster-identifier mycluster "
],
"ClusterRestored": [
"aws redshift wait cluster-restored --cluster-identifier mycluster "
],
"SnapshotAvailable": [
"aws redshift wait snapshot-available --snapshot-identifier mycluster-2019-11-06-16-31 "
]
}
},
"rekognition": {
"CompareFaces": [
"aws rekognition compare-faces --source-image '{\"S3Object\":{\"Bucket\":\"MyImageS3Bucket\",\"Name\":\"source.jpg\"}}' --target-image '{\"S3Object\":{\"Bucket\":\"MyImageS3Bucket\",\"Name\":\"target.jpg\"}}' "
],
"CreateCollection": [
"aws rekognition create-collection --collection-id \"MyCollection\" "
],
"CreateStreamProcessor": [
"aws rekognition create-stream-processor --name my-stream-processor --input '{\"KinesisVideoStream\":{\"Arn\":\"arn:aws:kinesisvideo:us-west-2:123456789012:stream/macwebcam/1530559711205\"}}' --stream-processor-output '{\"KinesisDataStream\":{\"Arn\":\"arn:aws:kinesis:us-west-2:123456789012:stream/AmazonRekognitionRekStream\"}}' --role-arn arn:aws:iam::123456789012:role/AmazonRekognitionDetect --settings '{\"FaceSearch\":{\"CollectionId\":\"MyCollection\",\"FaceMatchThreshold\":85.5}}' "
],
"DeleteCollection": [
"aws rekognition delete-collection --collection-id MyCollection "
],
"DeleteFaces": [
"aws rekognition delete-faces --collection-id MyCollection --face-ids '[\"0040279c-0178-436e-b70a-e61b074e96b0\"]' "
],
"DeleteStreamProcessor": [
"aws rekognition delete-stream-processor --name my-stream-processor "
],
"DescribeCollection": [
"aws rekognition describe-collection --collection-id MyCollection "
],
"DescribeStreamProcessor": [
"aws rekognition describe-stream-processor --name my-stream-processor "
],
"DetectFaces": [
"aws rekognition detect-faces --image '{\"S3Object\":{\"Bucket\":\"MyImageS3Bucket\",\"Name\":\"MyFriend.jpg\"}}' --attributes \"ALL\" "
],
"DetectLabels": [
"aws rekognition detect-labels --image '{\"S3Object\":{\"Bucket\":\"bucket\",\"Name\":\"image\"}}' "
],
"DetectModerationLabels": [
"aws rekognition detect-moderation-labels --image \"S3Object={Bucket=MyImageS3Bucket,Name=gun.jpg}\" "
],
"DetectText": [
"aws rekognition detect-text --image '{\"S3Object\":{\"Bucket\":\"MyImageS3Bucket\",\"Name\":\"ExamplePicture.jpg\"}}' "
],
"GetCelebrityInfo": [
"aws rekognition get-celebrity-info --id nnnnnnn "
],
"GetCelebrityRecognition": [
"aws rekognition get-celebrity-recognition --job-id 1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef "
],
"GetContentModeration": [
"aws rekognition get-content-moderation --job-id 1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef "
],
"GetFaceDetection": [
"aws rekognition get-face-detection --job-id 1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef "
],
"GetFaceSearch": [
"aws rekognition get-face-search --job-id 1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef "
],
"GetLabelDetection": [
"aws rekognition get-label-detection --job-id 1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef "
],
"GetPersonTracking": [
"aws rekognition get-person-tracking --job-id 1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef "
],
"IndexFaces": [
"aws rekognition index-faces --image '{\"S3Object\":{\"Bucket\":\"MyVideoS3Bucket\",\"Name\":\"MyPicture.jpg\"}}' --collection-id MyCollection --max-faces 1 --quality-filter \"AUTO\" --detection-attributes \"ALL\" --external-image-id \"MyPicture.jpg\" "
],
"ListCollections": [
"aws rekognition list-collections "
],
"ListFaces": [
"aws rekognition list-faces --collection-id MyCollection "
],
"ListStreamProcessors": [
"aws rekognition list-stream-processors "
],
"RecognizeCelebrities": [
"aws rekognition recognize-celebrities --image \"S3Object={Bucket=MyImageS3Bucket,Name=moviestars.jpg}\" "
],
"SearchFaces": [
"aws rekognition search-faces --face-id 8d3cfc70-4ba8-4b36-9644-90fba29c2dac --collection-id MyCollection "
],
"SearchFacesByImage": [
"aws rekognition search-faces-by-image --image '{\"S3Object\":{\"Bucket\":\"MyImageS3Bucket\",\"Name\":\"ExamplePerson.jpg\"}}' --collection-id MyFaceImageCollection "
],
"StartCelebrityRecognition": [
"aws rekognition start-celebrity-recognition --video \"S3Object={Bucket=MyVideoS3Bucket,Name=MyVideoFile.mpg}\" "
],
"StartContentModeration": [
"aws rekognition start-content-moderation --video \"S3Object={Bucket=MyVideoS3Bucket,Name=MyVideoFile.mpg}\" "
],
"StartFaceDetection": [
"aws rekognition start-face-detection --video \"S3Object={Bucket=MyVideoS3Bucket,Name=MyVideoFile.mpg}\" "
],
"StartFaceSearch": [
"aws rekognition start-face-search --video \"S3Object={Bucket=MyVideoS3Bucket,Name=MyVideoFile.mpg}\" --collection-id collection "
],
"StartLabelDetection": [
"aws rekognition start-label-detection --video \"S3Object={Bucket=MyVideoS3Bucket,Name=MyVideoFile.mpg}\" "
],
"StartPersonTracking": [
"aws rekognition start-person-tracking --video \"S3Object={Bucket=MyVideoS3Bucket,Name=MyVideoFile.mpg}\" "
],
"StartStreamProcessor": [
"aws rekognition start-stream-processor --name my-stream-processor "
],
"StopStreamProcessor": [
"aws rekognition stop-stream-processor --name my-stream-processor "
]
},
"resource-groups": {
"CreateGroup": [
"aws resource-groups create-group --name tbq-WebServer --resource-query file://query.json ",
"aws resource-groups create-group --name cbq-CFNstackgroup --resource-query file://query.json "
],
"DeleteGroup": [
"aws resource-groups delete-group --group-name tbq-WebServer "
],
"GetGroup": [
"aws resource-groups get-group --group-name tbq-WebServer "
],
"GetGroupQuery": [
"aws resource-groups get-group-query --group-name tbq-WebServer "
],
"GetTags": [
"aws resource-groups get-tags --arn arn:aws:resource-groups:us-west-2:123456789012:group/tbq-WebServer "
],
"ListGroupResources": [
"aws resource-groups list-group-resources --group-name tbq-WebServer ",
"aws resource-groups list-group-resources --group-name tbq-WebServer --filters Name=resource-type,Values=AWS::EC2::Instance "
],
"ListGroups": [
"aws resource-groups list-groups "
],
"ListResourceGroups": [],
"PutGroupConfiguration": [
"aws resource-groups put-group-configuration --group MyTestGroup --configuration file://config.json "
],
"SearchResources": [
"aws resource-groups search-resources --resource-query file://query.json "
],
"Tag": [
"aws resource-groups tag --tags QueryType=tags,QueryResources=ec2-instances --arn arn:aws:resource-groups:us-west-2:128716708097:group/tbq-WebServer "
],
"Untag": [
"aws resource-groups untag --arn arn:aws:resource-groups:us-west-2:123456789012:group/tbq-WebServer --keys QueryType "
],
"UpdateGroup": [
"aws resource-groups update-group --group-name tbq-WebServer --description \"Resource group for all web server resources.\" "
],
"UpdateGroupQuery": [
"aws resource-groups update-group-query --group-name tbq-WebServer --resource-query '{\"Type\":\"TAG_FILTERS_1_0\", \"Query\":\"{\\\"ResourceTypeFilters\\\":[\\\"AWS::EC2::Instance\\\"],\\\"TagFilters\\\":[{\\\"Key\\\":\\\"Name\\\", \\\"Values\\\":[\\\"WebServers\\\"]}]}\"}' ",
"aws resource-groups update-group-query --group-name cbq-CFNstackgroup --resource-query '{\"Type\": \"CLOUDFORMATION_STACK_1_0\", \"Query\": \"{\\\"ResourceTypeFilters\\\":[\\\"AWS::AllSupported\\\"],\\\"StackIdentifier\\\":\\\"arn:aws:cloudformation:us-west-2:123456789012:stack/MyCFNStack/1415z9z0-z39z-11z8-97z5-500z212zz6fz\\\"}\"}' "
]
},
"resourcegroupstaggingapi": {
"GetResources": [
"aws resourcegroupstaggingapi get-resources --tag-filters Key=Environment,Values=Production --tags-per-page 100 "
],
"GetTagKeys": [
"aws resourcegroupstaggingapi get-tag-keys "
],
"GetTagValues": [
"aws resourcegroupstaggingapi get-tag-values --key=Environment "
],
"TagResources": [
"aws resourcegroupstaggingapi tag-resources --resource-arn-list arn:aws:s3:::MyProductionBucket --tags Environment=Production,CostCenter=1234 "
],
"UntagResources": [
"aws resourcegroupstaggingapi untag-resources --resource-arn-list arn:aws:s3:::awsexamplebucket --tag-keys Environment CostCenter "
]
},
"robomaker": {
"BatchDescribeSimulationJob": [
"aws robomaker batch-describe-simulation-job --job arn:aws:robomaker:us-west-2:111111111111:simulation-job/sim-66bbb3gpxm8x arn:aws:robomaker:us-west-2:111111111111:simulation-job/sim-p0cpdrrwng2n arn:aws:robomaker:us-west-2:111111111111:simulation-job/sim-g8h6tglmblgw "
],
"CancelSimulationJob": [
"aws robomaker cancel-simulation-job --job arn:aws:robomaker:us-west-2:111111111111:simulation-job/sim-66bbb3gpxm8x "
],
"CreateDeploymentJob": [
"aws robomaker create-deployment-job --deployment-config concurrentDeploymentPercentage=20,failureThresholdPercentage=25 --fleet arn:aws:robomaker:us-west-2:111111111111:deployment-fleet/Trek/1539894765711 --tags Region=West --deployment-application-configs \"application=arn:aws:robomaker:us-west-2:111111111111:robot-application/RoboMakerVoiceInteractionRobot/1546537110575,applicationVersion=1,launchConfig={environmentVariables={ENVIRONMENT=Beta},launchFile=await_commands.launch,packageName=voice_interaction_robot}\" "
],
"CreateFleet": [
"aws robomaker create-fleet --name MyFleet --tags Region=East "
],
"CreateRobot": [
"aws robomaker create-robot --name MyRobot --architecture ARMHF --greengrass-group-id 0f728a3c-7dbf-4a3e-976d-d16a8360caba --tags Region=East "
],
"CreateRobotApplication": [
"aws robomaker create-robot-application --name MyRobotApplication --sources s3Bucket=my-bucket,s3Key=my-robot-application.tar.gz,architecture=X86_64 --robot-software-suite name=ROS,version=Kinetic "
],
"CreateRobotApplicationVersion": [
"aws robomaker create-robot-application-version --application arn:aws:robomaker:us-west-2:111111111111:robot-application/MyRobotApplication/1551201873931 "
],
"CreateSimulationApplication": [
"aws robomaker create-simulation-application --name MyRobotApplication --sources s3Bucket=my-bucket,s3Key=my-simulation-application.tar.gz,architecture=ARMHF --robot-software-suite name=ROS,version=Kinetic --simulation-software-suite name=Gazebo,version=7 --rendering-engine name=OGRE,version=1.x "
],
"CreateSimulationApplicationVersion": [
"aws robomaker create-simulation-application-version --application arn:aws:robomaker:us-west-2:111111111111:robot-application/MySimulationApplication/1551203427605 "
],
"CreateSimulationJob": [
"aws robomaker create-simulation-job --max-job-duration-in-seconds 3600 --iam-role arn:aws:iam::111111111111:role/AWSRoboMakerCloudWatch-154766341-SimulationJobRole-G0OBWTQ8YBG6 --robot-applications \"application=arn:aws:robomaker:us-west-2:111111111111:robot-application/MyRobotApplication/1551203485821,launchConfig={packageName=hello_world_robot,launchFile=rotate.launch}\" --simulation-applications \"application=arn:aws:robomaker:us-west-2:111111111111:simulation-application/MySimulationApplication/1551203427605,launchConfig={packageName=hello_world_simulation,launchFile=empty_world.launch}\" --tags Region=North "
],
"DeleteFleet": [
"aws robomaker delete-fleet --fleet arn:aws:robomaker:us-west-2:111111111111:deployment-fleet/MyFleet/1550771394395 "
],
"DeleteRobot": [
"aws robomaker delete-robot --robot arn:aws:robomaker:us-west-2:111111111111:robot/MyRobot/1540829698778 "
],
"DeleteRobotApplication": [
"aws robomaker delete-robot-application --application arn:aws:robomaker:us-west-2:111111111111:robot-application/MyRobotApplication/1551203485821 "
],
"DeleteSimulationApplication": [
"aws robomaker delete-simulation-application --application arn:aws:robomaker:us-west-2:111111111111:simulation-application/MySimulationApplication/1551203427605 "
],
"DeregisterRobot": [
"aws robomaker deregister-robot --fleet arn:aws:robomaker:us-west-2:111111111111:deployment-fleet/MyFleet/1550771358907 --robot arn:aws:robomaker:us-west-2:111111111111:robot/MyRobot/1550772324398 "
],
"DescribeDeploymentJob": [
"aws robomaker describe-deployment-job --job arn:aws:robomaker:us-west-2:111111111111:deployment-job/deployment-xl8qssl6pbcn "
],
"DescribeFleet": [
"aws robomaker describe-fleet --fleet arn:aws:robomaker:us-west-2:111111111111:deployment-fleet/MyFleet/1550771358907 "
],
"DescribeRobot": [
"aws robomaker describe-robot --robot arn:aws:robomaker:us-west-2:111111111111:robot/MyRobot/1550772324398 "
],
"DescribeRobotApplication": [
"aws robomaker describe-robot-application --application arn:aws:robomaker:us-west-2:111111111111:robot-application/MyRobotApplication/1551203485821 "
],
"DescribeSimulationApplication": [
"aws robomaker describe-simulation-application --application arn:aws:robomaker:us-west-2:111111111111:simulation-application/MySimulationApplication/1551203427605 "
],
"DescribeSimulationJob": [
"aws robomaker describe-simulation-job --job arn:aws:robomaker:us-west-2:111111111111:simulation-job/sim-pql32v7pfjy6 "
],
"ListDeploymentJobs": [
"aws robomaker list-deployment-jobs "
],
"ListFleets": [
"aws robomaker list-fleets --max-items 20 "
],
"ListRobotApplications": [
"aws robomaker list-robot-applications --max-results 20 "
],
"ListRobots": [
"aws robomaker list-robots --max-results 20 "
],
"ListSimulationApplications": [
"aws robomaker list-simulation-applications --max-results 20 "
],
"ListSimulationJobs": [
"aws robomaker list-simulation-jobs "
],
"ListTagsForResource": [
"aws robomaker list-tags-for-resource --resource-arn \"arn:aws:robomaker:us-west-2:111111111111:robot/Robby_the_Robot/1544035373264\" "
],
"RegisterRobot": [
"aws robomaker register-robot --fleet arn:aws:robomaker:us-west-2:111111111111:deployment-fleet/MyFleet/1550771358907 --robot arn:aws:robomaker:us-west-2:111111111111:robot/MyRobot/1550772324398 "
],
"RestartSimulationJob": [
"aws robomaker restart-simulation-job --job arn:aws:robomaker:us-west-2:111111111111:simulation-job/sim-t6rdgt70mftr "
],
"SyncDeploymentJob": [
"aws robomaker sync-deployment-job --fleet arn:aws:robomaker:us-west-2:111111111111:deployment-fleet/Trek/1539894765711 "
],
"TagResource": [
"aws robomaker tag-resource --resource-arn \"arn:aws:robomaker:us-west-2:111111111111:robot/MyRobot/1544035373264\" --tags Region=North,Stage=Initial "
],
"UntagResource": [
"aws robomaker untag-resource --resource-arn \"arn:aws:robomaker:us-west-2:111111111111:robot/MyRobot/1544035373264\" --tag-keys Region "
],
"UpdateRobotApplication": [
"aws robomaker update-robot-application --application arn:aws:robomaker:us-west-2:111111111111:robot-application/MyRobotApplication/1551203485821 --sources s3Bucket=my-bucket,s3Key=my-robot-application.tar.gz,architecture=X86_64 --robot-software-suite name=ROS,version=Kinetic "
],
"UpdateSimulationApplication": [
"aws robomaker update-simulation-application --application arn:aws:robomaker:us-west-2:111111111111:simulation-application/MySimulationApplication/1551203427605 --sources s3Bucket=my-bucket,s3Key=my-simulation-application.tar.gz,architecture=X86_64 --robot-software-suite name=ROS,version=Kinetic --simulation-software-suite name=Gazebo,version=7 --rendering-engine name=OGRE,version=1.x "
]
},
"route53": {
"ChangeResourceRecordSets": [
"aws route53 change-resource-record-sets --hosted-zone-id Z1R8UBAEXAMPLE --change-batch file://C:\\awscli\\route53\\change-resource-record-sets.json "
],
"ChangeTagsForResource": [
"aws route53 change-tags-for-resource --resource-type healthcheck --resource-id 6233434j-18c1-34433-ba8e-3443434 --add-tags Key=owner,Value=myboss ",
"aws route53 change-tags-for-resource --resource-type hostedzone --resource-id Z1523434445 --remove-tag-keys owner "
],
"CreateHealthCheck": [
"aws route53 create-health-check --caller-reference 2014-04-01-18:47 --health-check-config file://C:\\awscli\\route53\\create-health-check.json "
],
"CreateHostedZone": [
"aws route53 create-hosted-zone --name example.com --caller-reference 2014-04-01-18:47 --hosted-zone-config Comment=\"command-line version\" "
],
"DeleteHealthCheck": [
"aws route53 delete-health-check --health-check-id e75b48d9-547a-4c3d-88a5-ae4002397608 "
],
"DeleteHostedZone": [
"aws route53 delete-hosted-zone --id Z36KTIQEXAMPLE "
],
"GetChange": [
"aws route53 get-change --id /change/CWPIK4URU2I5S "
],
"GetHealthCheck": [
"aws route53 get-health-check --health-check-id 02ec8401-9879-4259-91fa-04e66d094674 "
],
"GetHostedZone": [
"aws route53 get-hosted-zone --id Z1R8UBAEXAMPLE "
],
"ListHealthChecks": [
"aws route53 list-health-checks ",
"aws route53 list-health-checks --max-items 1 ",
"aws route53 list-health-checks --max-items 1 --starting-token Z3M3LMPEXAMPLE "
],
"ListHostedZones": [
"aws route53 list-hosted-zones ",
"aws route53 list-hosted-zones --max-items 1 ",
"aws route53 list-hosted-zones --max-items 1 --starting-token Z3M3LMPEXAMPLE "
],
"ListHostedZonesByName": [
"aws route53 list-hosted-zones-by-name ",
"aws route53 list-hosted-zones-by-name --dns-name www.example.com "
],
"ListQueryLoggingConfigs": [
"aws route53 list-query-logging-configs --hosted-zone-id Z1OX3WQEXAMPLE "
],
"ListResourceRecordSets": [
"aws route53 list-resource-record-sets --hosted-zone-id Z2LD58HEXAMPLE ",
"aws route53 list-resource-record-sets --hosted-zone-id Z2LD58HEXAMPLE --max-items 1 ",
"aws route53 list-resource-record-sets --hosted-zone-id Z2LD58HEXAMPLE --max-items 1 --starting-token Z3M3LMPEXAMPLE ",
"aws route53 list-resource-record-sets --hosted-zone-id Z2LD58HEXAMPLE --query \"ResourceRecordSets[?Name == 'example.domain.']\" "
]
},
"route53domains": {
"CheckDomainAvailability": [
"aws route53domains check-domain-availability --region us-east-1 --domain-name example.com "
],
"CheckDomainTransferability": [
"aws route53domains check-domain-transferability --region us-east-1 --domain-name example.com "
],
"DeleteTagsForDomain": [
"aws route53domains delete-tags-for-domain --region us-east-1 --domain-name example.com --tags-to-delete accounting-key hr-key engineering-key "
],
"DisableDomainAutoRenew": [
"aws route53domains disable-domain-auto-renew --region us-east-1 --domain-name example.com "
],
"DisableDomainTransferLock": [
"aws route53domains disable-domain-transfer-lock --region us-east-1 --domain-name example.com "
],
"EnableDomainAutoRenew": [
"aws route53domains enable-domain-auto-renew --region us-east-1 --domain-name example.com "
],
"EnableDomainTransferLock": [
"aws route53domains enable-domain-transfer-lock --region us-east-1 --domain-name example.com "
],
"GetContactReachabilityStatus": [
"aws route53domains get-contact-reachability-status --region us-east-1 --domain-name example.com "
],
"GetDomainDetail": [
"aws route53domains get-domain-detail --region us-east-1 --domain-name example.com "
],
"GetDomainSuggestions": [
"aws route53domains get-domain-suggestions --region us-east-1 --domain-name example.com --suggestion-count 10 --only-available "
],
"GetOperationDetail": [
"aws route53domains get-operation-detail --region us-east-1 --operation-id edbd8d63-7fe7-4343-9bc5-54033example "
],
"ListDomains": [
"aws route53domains list-domains --region us-east-1 "
],
"ListOperations": [
"aws route53domains list-operations --region us-east-1 ",
"aws route53domains list-operations --submitted-since 1577836800 "
],
"ListTagsForDomain": [
"aws route53domains list-tags-for-domain --region us-east-1 --domain-name example.com "
],
"RegisterDomain": [
"aws route53domains register-domain --region us-east-1 --cli-input-json file://register-domain.json "
],
"RenewDomain": [
"aws route53domains renew-domain --region us-east-1 --domain-name example.com --duration-in-years 5 --current-expiry-year 2020 "
],
"ResendContactReachabilityEmail": [
"aws route53domains resend-contact-reachability-email --region us-east-1 --domain-name example.com "
],
"RetrieveDomainAuthCode": [
"aws route53domains retrieve-domain-auth-code --region us-east-1 --domain-name example.com "
],
"TransferDomain": [
"aws route53domains transfer-domain --region us-east-1 --cli-input-json file://C:\\temp\\transfer-domain.json "
],
"UpdateDomainContact": [
"aws route53domains update-domain-contact --region us-east-1 --cli-input-json file://C:\\temp\\update-domain-contact.json "
],
"UpdateDomainContactPrivacy": [
"aws route53domains update-domain-contact-privacy --region us-east-1 --domain-name example.com --no-admin-privacy "
],
"UpdateDomainNameservers": [
"aws route53domains update-domain-nameservers --region us-east-1 --domain-name example.com --nameservers Name=ns-1.awsdns-01.org Name=ns-2.awsdns-02.co.uk Name=ns-3.awsdns-03.net Name=ns-4.awsdns-04.com "
],
"UpdateTagsForDomain": [
"aws route53domains update-tags-for-domain --region us-east-1 --domain-name example.com --tags-to-update \"Key=key1,Value=value1\" \"Key=key2,Value=value2\" "
],
"ViewBilling": [
"aws route53domains view-billing --region us-east-1 --start-time 1514764800 --end-time 1577836800 "
]
},
"route53resolver": {
"AssociateResolverEndpointIpAddress": [
"aws route53resolver associate-resolver-endpoint-ip-address --resolver-endpoint-id rslvr-in-497098ad5example --ip-address=\"SubnetId=subnet-12d8exam,Ip=192.0.2.118\" "
],
"AssociateResolverRule": [
"aws route53resolver associate-resolver-rule --name my-resolver-rule-association --resolver-rule-id rslvr-rr-42b60677c0example --vpc-id vpc-304bexam "
],
"CreateResolverEndpoint": [
"aws route53resolver create-resolver-endpoint --name my-inbound-endpoint --creator-request-id 2020-01-01-18:47 --security-group-ids \"sg-f62bexam\" --direction INBOUND --ip-addresses SubnetId=subnet-ba47exam,Ip=192.0.2.255 SubnetId=subnet-12d8exam,Ip=192.0.2.254 ",
"aws route53resolver create-resolver-endpoint --cli-input-json file://c:\\temp\\create-outbound-resolver-endpoint.json "
],
"CreateResolverRule": [
"aws route53resolver create-resolver-rule --creator-request-id 2020-01-02-18:47 --domain-name example.com --name my-rule --resolver-endpoint-id rslvr-out-d5e5920e37example --rule-type FORWARD --target-ips=\"Ip=192.0.2.44\" ",
"aws route53resolver create-resolver-rule --cli-input-json file://c:\\temp\\create-resolver-rule.json "
],
"DeleteResolverEndpoint": [
"aws route53resolver delete-resolver-endpoint --resolver-endpoint-id rslvr-in-497098ad59example "
],
"DeleteResolverRule": [
"aws route53resolver delete-resolver-rule --resolver-rule-id rslvr-rr-5b3809426bexample "
],
"DisassociateResolverEndpointIpAddress": [
"aws route53resolver disassociate-resolver-endpoint-ip-address --resolver-endpoint-id rslvr-in-f9ab8a03f1example --ip-address=\"SubnetId=subnet-12d8a459,Ip=172.31.40.121\" "
],
"DisassociateResolverRule": [
"aws route53resolver disassociate-resolver-rule --resolver-rule-id rslvr-rr-4955cb98ceexample --vpc-id vpc-304bexam "
],
"GetResolverEndpoint": [
"aws route53resolver get-resolver-endpoint --resolver-endpoint-id rslvr-out-d5e5920e37example "
],
"GetResolverRule": [
"aws route53resolver get-resolver-rule --resolver-rule-id rslvr-rr-42b60677c0example "
],
"GetResolverRuleAssociation": [
"aws route53resolver get-resolver-rule-association --resolver-rule-association-id rslvr-rrassoc-d61cbb2c8bexample "
],
"ListResolverEndpointIpAddresses": [
"aws route53resolver list-resolver-endpoint-ip-addresses --resolver-endpoint-id rslvr-in-f9ab8a03f1example "
],
"ListResolverEndpoints": [
"aws route53resolver list-resolver-endpoints "
],
"ListResolverRuleAssociations": [
"aws route53resolver list-resolver-rule-associations "
],
"ListResolverRules": [
"aws route53resolver list-resolver-rules "
],
"ListTagsForResource": [
"aws route53resolver list-tags-for-resource --resource-arn \"arn:aws:route53resolver:us-west-2:111122223333:resolver-rule/rslvr-rr-42b60677c0example\" "
],
"PutResolverRulePolicy": [
"aws route53resolver put-resolver-rule-policy --region us-east-1 --arn \"arn:aws:route53resolver:us-east-1:111122223333:resolver-rule/rslvr-rr-42b60677c0example\" --resolver-rule-policy \"{\\\"Version\\\": \\\"2012-10-17\\\", \\\"Statement\\\": [ { \\\"Effect\\\" : \\\"Allow\\\", \\\"Principal\\\" : {\\\"AWS\\\" : \\\"444455556666\\\" }, \\\"Action\\\" : [ \\\"route53resolver:GetResolverRule\\\", \\\"route53resolver:AssociateResolverRule\\\", \\\"route53resolver:DisassociateResolverRule\\\", \\\"route53resolver:ListResolverRules\\\", \\\"route53resolver:ListResolverRuleAssociations\\\" ], \\\"Resource\\\" : [ \\\"arn:aws:route53resolver:us-east-1:111122223333:resolver-rule/rslvr-rr-42b60677c0example\\\" ] } ] }\" "
],
"TagResource": [
"aws route53resolver tag-resource --resource-arn \"arn:aws:route53resolver:us-west-2:111122223333:resolver-rule/rslvr-rr-42b60677c0example\" --tags \"Key=my-key-1,Value=my-value-1\" \"Key=my-key-2,Value=my-value-2\" "
],
"UntagResource": [
"aws route53resolver untag-resource --resource-arn \"arn:aws:route53resolver:us-west-2:111122223333:resolver-rule/rslvr-rr-42b60677c0example\" --tag-keys my-key-1 my-key-2 "
],
"UpdateResolverEndpoint": [
"aws route53resolver update-resolver-endpoint --resolver-endpoint-id rslvr-in-b5d45e32bdc445f09 --name my-renamed-inbound-endpoint "
],
"UpdateResolverRule": [
"aws route53resolver update-resolver-rule --resolver-rule-id rslvr-rr-1247fa64f3example --config \"Name=\"my-2nd-rule\",TargetIps=[{Ip=192.0.2.45,Port=53},{Ip=192.0.2.46,Port=53}],ResolverEndpointId=rslvr-out-7b89ed0d25example\" ",
"aws route53resolver update-resolver-rule --resolver-rule-id rslvr-rr-1247fa64f3example --config file://c:\\temp\\update-resolver-rule.json "
]
},
"s3": {
"Cp": [
"aws s3 cp test.txt s3://mybucket/test2.txt ",
"aws s3 cp test.txt s3://mybucket/test2.txt --expires 2014-10-01T20:30:00Z ",
"aws s3 cp s3://mybucket/test.txt s3://mybucket/test2.txt ",
"aws s3 cp s3://mybucket/test.txt test2.txt ",
"aws s3 cp s3://mybucket/test.txt s3://mybucket2/ ",
"aws s3 cp s3://mybucket . --recursive ",
"aws s3 cp myDir s3://mybucket/ --recursive --exclude \"*.jpg\" ",
"aws s3 cp s3://mybucket/ s3://mybucket2/ --recursive --exclude \"another/*\" ",
"aws s3 cp s3://mybucket/logs/ s3://mybucket2/logs/ --recursive --exclude \"*\" --include \"*.log\" ",
"aws s3 cp s3://mybucket/test.txt s3://mybucket/test2.txt --acl public-read-write ",
"aws s3 cp file.txt s3://mybucket/ --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers full=uri=79a59df900b949e55d96a1e698fbacedfd6e09d98eacf8f8d5218e7cd47ef2be ",
"aws s3 cp - s3://mybucket/stream.txt ",
"aws s3 cp - s3://mybucket/stream.txt --expected-size 54760833024 ",
"aws s3 cp s3://mybucket/stream.txt - ",
"aws s3 cp mydoc.txt s3://arn:aws:s3:us-west-2:123456789012:accesspoint/myaccesspoint/mykey ",
"aws s3 cp s3://arn:aws:s3:us-west-2:123456789012:accesspoint/myaccesspoint/mykey mydoc.txt "
],
"Ls": [
"aws s3 ls ",
"aws s3 ls s3://mybucket ",
"aws s3 ls s3://mybucket/noExistPrefix ",
"aws s3 ls s3://mybucket --recursive ",
"aws s3 ls s3://mybucket --recursive --human-readable --summarize ",
"aws s3 ls s3://arn:aws:s3:us-west-2:123456789012:accesspoint/myaccesspoint/ "
],
"Mb": [
"aws s3 mb s3://mybucket ",
"aws s3 mb s3://mybucket --region us-west-1 "
],
"Mv": [
"aws s3 mv test.txt s3://mybucket/test2.txt ",
"aws s3 mv s3://mybucket/test.txt s3://mybucket/test2.txt ",
"aws s3 mv s3://mybucket/test.txt test2.txt ",
"aws s3 mv s3://mybucket/test.txt s3://mybucket2/ ",
"aws s3 mv s3://mybucket . --recursive ",
"aws s3 mv myDir s3://mybucket/ --recursive --exclude \"*.jpg\" ",
"aws s3 mv s3://mybucket/ s3://mybucket2/ --recursive --exclude \"mybucket/another/*\" ",
"aws s3 mv s3://mybucket/test.txt s3://mybucket/test2.txt --acl public-read-write ",
"aws s3 mv file.txt s3://mybucket/ --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers full=emailaddress=user@example.com ",
"aws s3 mv mydoc.txt s3://arn:aws:s3:us-west-2:123456789012:accesspoint/myaccesspoint/mykey "
],
"Presign": [
"aws s3 presign s3://awsexamplebucket/test2.txt ",
"aws s3 presign s3://awsexamplebucket/test2.txt --expires-in 604800 "
],
"Rb": [
"aws s3 rb s3://mybucket ",
"aws s3 rb s3://mybucket --force "
],
"Rm": [
"aws s3 rm s3://mybucket/test2.txt ",
"aws s3 rm s3://mybucket --recursive ",
"aws s3 rm s3://mybucket/ --recursive --exclude \"*.jpg\" ",
"aws s3 rm s3://mybucket/ --recursive --exclude \"another/*\" ",
"aws s3 rm s3://arn:aws:s3:us-west-2:123456789012:accesspoint/myaccesspoint/mykey "
],
"Sync": [
"aws s3 sync . s3://mybucket ",
"aws s3 sync s3://mybucket s3://mybucket2 ",
"aws s3 sync s3://mybucket . ",
"aws s3 sync . s3://mybucket --delete ",
"aws s3 sync . s3://mybucket --exclude \"*.jpg\" ",
"aws s3 sync s3://mybucket/ . --exclude \"*another/*\" ",
"aws s3 sync s3://my-us-west-2-bucket s3://my-us-east-1-bucket --source-region us-west-2 --region us-east-1 ",
"aws s3 sync . s3://arn:aws:s3:us-west-2:123456789012:accesspoint/myaccesspoint/ "
],
"Website": [
"aws s3 website s3://my-bucket/ --index-document index.html --error-document error.html "
],
"_concepts": []
},
"s3api": {
"AbortMultipartUpload": [
"aws s3api abort-multipart-upload --bucket my-bucket --key 'multipart/01' --upload-id dfRtDYU0WWCCcH43C3WFbkRONycyCpTJJvxu2i5GYkZljF.Yxwh6XG7WfS2vC4to6HiV6Yjlx.cph0gtNBtJ8P3URCSbB7rjxI5iEwVDmgaXZOGgkk5nVTW16HOQ5l0R "
],
"CompleteMultipartUpload": [
"aws s3api complete-multipart-upload --multipart-upload file://mpustruct --bucket my-bucket --key 'multipart/01' --upload-id dfRtDYU0WWCCcH43C3WFbkRONycyCpTJJvxu2i5GYkZljF.Yxwh6XG7WfS2vC4to6HiV6Yjlx.cph0gtNBtJ8P3URCSbB7rjxI5iEwVDmgaXZOGgkk5nVTW16HOQ5l0R "
],
"CopyObject": [
"aws s3api copy-object --copy-source bucket-1/test.txt --key test.txt --bucket bucket-2 "
],
"CreateBucket": [
"aws s3api create-bucket --bucket my-bucket --region us-east-1 "
],
"CreateMultipartUpload": [
"aws s3api create-multipart-upload --bucket my-bucket --key 'multipart/01' "
],
"DeleteBucket": [
"aws s3api delete-bucket --bucket my-bucket --region us-east-1 "
],
"DeleteBucketAnalyticsConfiguration": [
"aws s3api delete-bucket-analytics-configuration --bucket my-bucket --id 1 "
],
"DeleteBucketCors": [
"aws s3api delete-bucket-cors --bucket my-bucket "
],
"DeleteBucketEncryption": [
"aws s3api delete-bucket-encryption --bucket my-bucket "
],
"DeleteBucketInventoryConfiguration": [
"aws s3api delete-bucket-inventory-configuration --bucket my-bucket --id 1 "
],
"DeleteBucketLifecycle": [
"aws s3api delete-bucket-lifecycle --bucket my-bucket "
],
"DeleteBucketMetricsConfiguration": [
"aws s3api delete-bucket-metrics-configuration --bucket my-bucket --id 123 "
],
"DeleteBucketPolicy": [
"aws s3api delete-bucket-policy --bucket my-bucket "
],
"DeleteBucketReplication": [
"aws s3api delete-bucket-replication --bucket my-bucket "
],
"DeleteBucketTagging": [
"aws s3api delete-bucket-tagging --bucket my-bucket "
],
"DeleteBucketWebsite": [
"aws s3api delete-bucket-website --bucket my-bucket "
],
"DeleteObject": [
"aws s3api delete-object --bucket my-bucket --key test.txt "
],
"DeleteObjectTagging": [
"aws s3api delete-object-tagging --bucket my-bucket --key doc1.rtf "
],
"DeleteObjects": [
"aws s3api delete-objects --bucket my-bucket --delete file://delete.json "
],
"DeletePublicAccessBlock": [
"aws s3api delete-public-access-block --bucket my-bucket "
],
"GetBucketAccelerateConfiguration": [
"aws s3api get-bucket-accelerate-configuration --bucket my-bucket "
],
"GetBucketAcl": [
"aws s3api get-bucket-acl --bucket my-bucket "
],
"GetBucketAnalyticsConfiguration": [
"aws s3api get-bucket-analytics-configuration --bucket my-bucket --id 1 "
],
"GetBucketCors": [
"aws s3api get-bucket-cors --bucket my-bucket "
],
"GetBucketEncryption": [
"aws s3api get-bucket-encryption --bucket my-bucket "
],
"GetBucketInventoryConfiguration": [
"aws s3api get-bucket-inventory-configuration --bucket my-bucket --id 1 "
],
"GetBucketLifecycle": [
"aws s3api get-bucket-lifecycle --bucket my-bucket "
],
"GetBucketLifecycleConfiguration": [
"aws s3api get-bucket-lifecycle-configuration --bucket my-bucket "
],
"GetBucketLocation": [
"aws s3api get-bucket-location --bucket my-bucket "
],
"GetBucketLogging": [
"aws s3api get-bucket-logging --bucket my-bucket "
],
"GetBucketMetricsConfiguration": [
"aws s3api get-bucket-metrics-configuration --bucket my-bucket --id 123 "
],
"GetBucketNotification": [
"aws s3api get-bucket-notification --bucket my-bucket "
],
"GetBucketNotificationConfiguration": [
"aws s3api get-bucket-notification-configuration --bucket my-bucket "
],
"GetBucketPolicy": [
"aws s3api get-bucket-policy --bucket my-bucket ",
"aws s3api get-bucket-policy --bucket mybucket --query Policy --output text "
],
"GetBucketPolicyStatus": [
"aws s3api get-bucket-policy-status --bucket my-bucket "
],
"GetBucketReplication": [
"aws s3api get-bucket-replication --bucket my-bucket "
],
"GetBucketRequestPayment": [
"aws s3api get-bucket-request-payment --bucket my-bucket "
],
"GetBucketTagging": [
"aws s3api get-bucket-tagging --bucket my-bucket "
],
"GetBucketVersioning": [
"aws s3api get-bucket-versioning --bucket my-bucket "
],
"GetBucketWebsite": [
"aws s3api get-bucket-website --bucket my-bucket "
],
"GetObject": [
"aws s3api get-object --bucket text-content --key dir/my_images.tar.bz2 my_images.tar.bz2 ",
"aws s3api get-object --bucket text-content --key dir/my_data --range bytes=8888-9999 my_data_range "
],
"GetObjectAcl": [
"aws s3api get-object-acl --bucket my-bucket --key index.html "
],
"GetObjectLegalHold": [
"aws s3api get-object-legal-hold --bucket my-bucket-with-object-lock --key doc1.rtf "
],
"GetObjectLockConfiguration": [
"aws s3api get-object-lock-configuration --bucket my-bucket-with-object-lock "
],
"GetObjectRetention": [
"aws s3api get-object-retention --bucket my-bucket-with-object-lock --key doc1.rtf "
],
"GetObjectTagging": [
"aws s3api get-object-tagging --bucket my-bucket --key doc1.rtf ",
"aws s3api get-object-tagging --bucket my-bucket --key doc2.rtf ",
"aws s3api get-object-tagging --bucket my-bucket --key doc3.rtf "
],
"GetObjectTorrent": [
"aws s3api get-object-torrent --bucket my-bucket --key large-video-file.mp4 large-video-file.torrent "
],
"GetPublicAccessBlock": [
"aws s3api get-public-access-block --bucket my-bucket "
],
"HeadBucket": [
"aws s3api head-bucket --bucket my-bucket "
],
"HeadObject": [
"aws s3api head-object --bucket my-bucket --key index.html "
],
"ListBucketAnalyticsConfigurations": [
"aws s3api list-bucket-analytics-configurations --bucket my-bucket "
],
"ListBucketInventoryConfigurations": [
"aws s3api list-bucket-inventory-configurations --bucket my-bucket "
],
"ListBucketMetricsConfigurations": [
"aws s3api list-bucket-metrics-configurations --bucket my-bucket "
],
"ListBuckets": [
"aws s3api list-buckets --query \"Buckets[].Name\" "
],
"ListMultipartUploads": [
"aws s3api list-multipart-uploads --bucket my-bucket "
],
"ListObjectVersions": [
"aws s3api list-object-versions --bucket my-bucket --prefix index.html "
],
"ListObjects": [
"aws s3api list-objects --bucket text-content --query 'Contents[].{Key: Key, Size: Size}' "
],
"ListObjectsV2": [
"aws s3api list-objects-v2 --bucket my-bucket "
],
"ListParts": [
"aws s3api list-parts --bucket my-bucket --key 'multipart/01' --upload-id dfRtDYU0WWCCcH43C3WFbkRONycyCpTJJvxu2i5GYkZljF.Yxwh6XG7WfS2vC4to6HiV6Yjlx.cph0gtNBtJ8P3URCSbB7rjxI5iEwVDmgaXZOGgkk5nVTW16HOQ5l0R "
],
"PutBucketAccelerateConfiguration": [
"aws s3api put-bucket-accelerate-configuration --bucket my-bucket --accelerate-configuration Status=Enabled "
],
"PutBucketAcl": [
"aws s3api put-bucket-acl --bucket MyBucket --grant-full-control emailaddress=user1@example.com,emailaddress=user2@example.com --grant-read uri=http://acs.amazonaws.com/groups/global/AllUsers "
],
"PutBucketAnalyticsConfiguration": [
"aws s3api put-bucket-analytics-configuration --bucket my-bucket --id 1 --analytics-configuration '{\"Id\": \"1\",\"StorageClassAnalysis\": {}}' "
],
"PutBucketCors": [
"aws s3api put-bucket-cors --bucket MyBucket --cors-configuration file://cors.json "
],
"PutBucketEncryption": [
"aws s3api put-bucket-encryption --bucket my-bucket --server-side-encryption-configuration '{\"Rules\": [{\"ApplyServerSideEncryptionByDefault\": {\"SSEAlgorithm\": \"AES256\"}}]}' "
],
"PutBucketInventoryConfiguration": [
"aws s3api put-bucket-inventory-configuration --bucket my-bucket --id 1 --inventory-configuration '{\"Destination\": { \"S3BucketDestination\": { \"AccountId\": \"123456789012\", \"Bucket\": \"arn:aws:s3:::my-bucket\", \"Format\": \"ORC\" }}, \"IsEnabled\": true, \"Id\": \"1\", \"IncludedObjectVersions\": \"Current\", \"Schedule\": { \"Frequency\": \"Weekly\" }}' ",
"aws s3api put-bucket-inventory-configuration --bucket my-bucket --id 2 --inventory-configuration '{\"Destination\": { \"S3BucketDestination\": { \"AccountId\": \"123456789012\", \"Bucket\": \"arn:aws:s3:::my-bucket\", \"Format\": \"CSV\" }}, \"IsEnabled\": true, \"Id\": \"2\", \"IncludedObjectVersions\": \"Current\", \"Schedule\": { \"Frequency\": \"Daily\" }}' "
],
"PutBucketLifecycle": [
"aws s3api put-bucket-lifecycle --bucket my-bucket --lifecycle-configuration file://lifecycle.json "
],
"PutBucketLifecycleConfiguration": [
"aws s3api put-bucket-lifecycle-configuration --bucket my-bucket --lifecycle-configuration file://lifecycle.json "
],
"PutBucketLogging": [
"aws s3api put-bucket-logging --bucket MyBucket --bucket-logging-status file://logging.json "
],
"PutBucketMetricsConfiguration": [
"aws s3api put-bucket-metrics-configuration --bucket my-bucket --id 123 --metrics-configuration '{\"Id\": \"123\", \"Filter\": {\"Prefix\": \"logs\"}}' "
],
"PutBucketNotification": [
"aws s3api put-bucket-notification --bucket my-bucket --notification-configuration file://notification.json "
],
"PutBucketNotificationConfiguration": [
"aws s3api put-bucket-notification-configuration --bucket my-bucket --notification-configuration file://notification.json "
],
"PutBucketPolicy": [
"aws s3api put-bucket-policy --bucket MyBucket --policy file://policy.json "
],
"PutBucketReplication": [
"aws s3api put-bucket-replication --bucket AWSDOC-EXAMPLE-BUCKET1 --replication-configuration file://replication.json "
],
"PutBucketRequestPayment": [
"aws s3api put-bucket-request-payment --bucket my-bucket --request-payment-configuration '{\"Payer\":\"Requester\"}' ",
"aws s3api put-bucket-request-payment --bucket my-bucket --request-payment-configuration '{\"Payer\":\"BucketOwner\"}' "
],
"PutBucketTagging": [
"aws s3api put-bucket-tagging --bucket my-bucket --tagging file://tagging.json ",
"aws s3api put-bucket-tagging --bucket my-bucket --tagging 'TagSet=[{Key=organization,Value=marketing}]' "
],
"PutBucketVersioning": [
"aws s3api put-bucket-versioning --bucket my-bucket --versioning-configuration Status=Enabled ",
"aws s3api put-bucket-versioning --bucket my-bucket --versioning-configuration Status=Enabled --mfa \"SERIAL 123456\" "
],
"PutBucketWebsite": [
"aws s3api put-bucket-website --bucket my-bucket --website-configuration file://website.json "
],
"PutObject": [
"aws s3api put-object --bucket text-content --key dir-1/my_images.tar.bz2 --body my_images.tar.bz2 ",
"aws s3api put-object --bucket text-content --key dir-1/big-video-file.mp4 --body e:\\media\\videos\\f-sharp-3-data-services.mp4 "
],
"PutObjectAcl": [
"aws s3api put-object-acl --bucket MyBucket --key file.txt --grant-full-control emailaddress=user1@example.com,emailaddress=user2@example.com --grant-read uri=http://acs.amazonaws.com/groups/global/AllUsers "
],
"PutObjectLegalHold": [
"aws s3api put-object-legal-hold --bucket my-bucket-with-object-lock --key doc1.rtf --legal-hold Status=ON "
],
"PutObjectLockConfiguration": [
"aws s3api put-object-lock-configuration --bucket my-bucket-with-object-lock --object-lock-configuration '{ \"ObjectLockEnabled\": \"Enabled\", \"Rule\": { \"DefaultRetention\": { \"Mode\": \"COMPLIANCE\", \"Days\": 50 }}}' "
],
"PutObjectRetention": [
"aws s3api put-object-retention --bucket my-bucket-with-object-lock --key doc1.rtf --retention '{ \"Mode\": \"GOVERNANCE\", \"RetainUntilDate\": \"2025-01-01T00:00:00\" }' "
],
"PutObjectTagging": [
"aws s3api put-object-tagging --bucket my-bucket --key doc1.rtf --tagging '{\"TagSet\": [{ \"Key\": \"designation\", \"Value\": \"confidential\" }]}' ",
"aws s3api put-object-tagging --bucket my-bucket-example --key doc3.rtf --tagging '{\"TagSet\": [{ \"Key\": \"designation\", \"Value\": \"confidential\" }, { \"Key\": \"department\", \"Value\": \"finance\" }, { \"Key\": \"team\", \"Value\": \"payroll\" } ]}' "
],
"PutPublicAccessBlock": [
"aws s3api put-public-access-block --bucket my-bucket --public-access-block-configuration \"BlockPublicAcls=true,IgnorePublicAcls=true,BlockPublicPolicy=true,RestrictPublicBuckets=true\" "
],
"RestoreObject": [
"aws s3api restore-object --bucket my-glacier-bucket --key doc1.rtf --restore-request Days=10 "
],
"SelectObjectContent": [
"aws s3api select-object-content --bucket my-bucket --key my-data-file.csv --expression \"select * from s3object limit 100\" --expression-type 'SQL' --input-serialization '{\"CSV\": {}, \"CompressionType\": \"NONE\"}' --output-serialization '{\"CSV\": {}}' \"output.csv\" "
],
"UploadPart": [
"aws s3api upload-part --bucket my-bucket --key 'multipart/01' --part-number 1 --body part01 --upload-id \"dfRtDYU0WWCCcH43C3WFbkRONycyCpTJJvxu2i5GYkZljF.Yxwh6XG7WfS2vC4to6HiV6Yjlx.cph0gtNBtJ8P3URCSbB7rjxI5iEwVDmgaXZOGgkk5nVTW16HOQ5l0R\" "
],
"UploadPartCopy": [
"aws s3api upload-part-copy --bucket my-bucket --key \"Map_Data_June.mp4\" --copy-source \"my-bucket/copy_of_Map_Data_June.mp4\" --part-number 1 --upload-id \"bq0tdE1CDpWQYRPLHuNG50xAT6pA5D.m_RiBy0ggOH6b13pVRY7QjvLlf75iFdJqp_2wztk5hvpUM2SesXgrzbehG5hViyktrfANpAD0NO.Nk3XREBqvGeZF6U3ipiSm\" "
],
"Wait": {
"BucketExists": [
"aws s3api wait bucket-exists --bucket my-bucket "
],
"BucketNotExists": [
"aws s3api wait bucket-not-exists --bucket my-bucket "
],
"ObjectExists": [
"aws s3api wait object-exists --bucket my-bucket --key doc1.rtf "
],
"ObjectNotExists": [
"aws s3api wait object-not-exists --bucket my-bucket --key doc1.rtf "
]
}
},
"s3control": {
"CreateAccessPoint": [
"aws s3control create-access-point --account-id 123456789012 --bucket business-records --name finance-ap "
],
"CreateJob": [
"aws s3control create-job --account-id 123456789012 --operation '{\"S3PutObjectTagging\": { \"TagSet\": [{\"Key\":\"confidential\", \"Value\":\"true\"}] }}' --report '{\"Bucket\":\"arn:aws:s3:::employee-records-logs\",\"Prefix\":\"batch-op-create-job\", \"Format\":\"Report_CSV_20180820\",\"Enabled\":true,\"ReportScope\":\"AllTasks\"}' --manifest '{\"Spec\":{\"Format\":\"S3BatchOperations_CSV_20180820\",\"Fields\":[\"Bucket\",\"Key\"]},\"Location\":{\"ObjectArn\":\"arn:aws:s3:::employee-records-logs/inv-report/7a6a9be4-072c-407e-85a2-ec3e982f773e.csv\",\"ETag\":\"69f52a4e9f797e987155d9c8f5880897\"}}' --priority 42 --role-arn arn:aws:iam::123456789012:role/S3BatchJobRole "
],
"DeleteAccessPoint": [
"aws s3control delete-access-point --account-id 123456789012 --name finance-ap "
],
"DeleteAccessPointPolicy": [
"aws s3control delete-access-point-policy --account-id 123456789012 --name finance-ap "
],
"DeletePublicAccessBlock": [
"aws s3control delete-public-access-block --account-id 123456789012 "
],
"DescribeJob": [
"aws s3control describe-job --account-id 123456789012 --job-id 93735294-df46-44d5-8638-6356f335324e "
],
"GetAccessPoint": [
"aws s3control get-access-point --account-id 123456789012 --name finance-ap "
],
"GetAccessPointPolicy": [
"aws s3control get-access-point-policy --account-id 123456789012 --name finance-ap "
],
"GetAccessPointPolicyStatus": [
"aws s3control get-access-point-policy-status --account-id 123456789012 --name finance-ap "
],
"GetPublicAccessBlock": [
"aws s3control get-public-access-block --account-id 123456789012 "
],
"ListAccessPoints": [
"aws s3control list-access-points --account-id 123456789012 ",
"aws s3control list-access-points --account-id 123456789012 --bucket external-docs "
],
"ListJobs": [
"aws s3control list-jobs --account-id 123456789012 "
],
"PutAccessPointPolicy": [
"aws s3control put-access-point-policy --account-id 123456789012 --name finance-ap --policy file://ap-policy.json "
],
"PutPublicAccessBlock": [
"aws s3control put-public-access-block --account-id 123456789012 --public-access-block-configuration '{\"BlockPublicAcls\": true, \"IgnorePublicAcls\": true, \"BlockPublicPolicy\": true, \"RestrictPublicBuckets\": true}' "
],
"UpdateJobPriority": [
"aws s3control update-job-priority --account-id 123456789012 --job-id 8d9a18fe-c303-4d39-8ccc-860d372da386 --priority 52 "
],
"UpdateJobStatus": [
"aws s3control update-job-status --account-id 123456789012 --job-id 8d9a18fe-c303-4d39-8ccc-860d372da386 --requested-job-status Cancelled ",
"aws s3control update-job-status --account-id 123456789012 --job-id 5782949f-3301-4fb3-be34-8d5bab54dbca --requested-job-status Ready ",
"aws s3control update-job-status --account-id 123456789012 --job-id 5782949f-3301-4fb3-be34-8d5bab54dbca --requested-job-status Cancelled "
]
},
"secretsmanager": {
"CancelRotateSecret": [
"aws secretsmanager cancel-rotate-secret --secret-id MyTestDatabaseSecret "
],
"CreateSecret": [
"aws secretsmanager create-secret --name MyTestDatabaseSecret --description \"My test database secret created with the CLI\" --secret-string file://mycreds.json "
],
"DeleteResourcePolicy": [
"aws secretsmanager delete-resource-policy --secret-id MyTestDatabaseSecret "
],
"DeleteSecret": [
"aws secretsmanager delete-secret --secret-id MyTestDatabaseSecret1 --recovery-window-in-days 7 "
],
"DescribeSecret": [
"aws secretsmanager describe-secret --secret-id MyTestDatabaseSecret "
],
"GetRandomPassword": [
"aws secretsmanager get-random-password --include-space --password-length 20 --require-each-included-type "
],
"GetResourcePolicy": [
"aws secretsmanager get-resource-policy --secret-id MyTestDatabaseSecret "
],
"GetSecretValue": [
"aws secretsmanager get-secret-value --secret-id MyTestDatabaseSecret --version-stage AWSPREVIOUS "
],
"ListSecretVersionIds": [
"aws secretsmanager list-secret-version-ids --secret-id MyTestDatabaseSecret --include-deprecated "
],
"ListSecrets": [
"aws secretsmanager list-secrets "
],
"PutResourcePolicy": [
"aws secretsmanager put-resource-policy --secret-id MyTestDatabaseMasterSecret --resource-policy file://mysecretpolicy.json "
],
"PutSecretValue": [
"aws secretsmanager put-secret-value --secret-id MyTestDatabaseSecret --secret-string file://mycreds.json "
],
"RestoreSecret": [
"aws secretsmanager restore-secret --secret-id MyTestDatabaseSecret "
],
"RotateSecret": [
"aws secretsmanager rotate-secret --secret-id MyTestDatabaseSecret --rotation-lambda-arn arn:aws:lambda:us-west-2:1234566789012:function:MyTestRotationLambda --rotation-rules AutomaticallyAfterDays=30 ",
"aws secretsmanager rotate-secret --secret-id MyTestDatabaseSecret "
],
"TagResource": [
"aws secretsmanager tag-resource --secret-id MyTestDatabaseSecret --tags '[{\"Key\": \"FirstTag\", \"Value\": \"SomeValue\"}, {\"Key\": \"SecondTag\", \"Value\": \"AnotherValue\"}]' "
],
"UntagResource": [
"aws secretsmanager untag-resource --secret-id MyTestDatabaseSecret --tag-keys '[ \"FirstTag\", \"SecondTag\"]' "
],
"UpdateSecret": [
"aws secretsmanager update-secret --secret-id MyTestDatabaseSecret --description \"This is a new description for the secret.\" ",
"aws secretsmanager update-secret --secret-id MyTestDatabaseSecret --kms-key-id arn:aws:kms:us-west-2:123456789012:key/EXAMPLE1-90ab-cdef-fedc-ba987EXAMPLE ",
"aws secretsmanager update-secret --secret-id MyTestDatabaseSecret --secret-string file://mycreds.json "
],
"UpdateSecretVersionStage": [
"aws secretsmanager update-secret-version-stage --secret-id MyTestDatabaseSecret --version-stage STAGINGLABEL1 --move-to-version-id EXAMPLE1-90ab-cdef-fedc-ba987EXAMPLE ",
"aws secretsmanager update-secret-version-stage --secret-id MyTestDatabaseSecret --version-stage STAGINGLABEL1 --remove-from-version-id EXAMPLE1-90ab-cdef-fedc-ba987EXAMPLE ",
"aws secretsmanager update-secret-version-stage --secret-id MyTestDatabaseSecret --version-stage AWSCURRENT --move-to-version-id EXAMPLE1-90ab-cdef-fedc-ba987EXAMPLE --remove-from-version-id EXAMPLE2-90ab-cdef-fedc-ba987EXAMPLE "
]
},
"securityhub": {
"AcceptAdministratorInvitation": [],
"AcceptInvitation": [
"aws securityhub accept-invitation --master-id 123456789012 --invitation-id 7ab938c5d52d7904ad09f9e7c20cc4eb "
],
"BatchDisableStandards": [
"aws securityhub batch-disable-standards --standards-subscription-arns \"arn:aws:securityhub:us-west-1:123456789012:subscription/pci-dss/v/3.2.1\" "
],
"BatchEnableStandards": [
"aws securityhub batch-enable-standards --standards-subscription-requests '{\"StandardsArn\":\"arn:aws:securityhub:us-west-1::standards/pci-dss/v/3.2.1\"}' "
],
"BatchImportFindings": [
"aws securityhub batch-import-findings --findings ' [{ \"AwsAccountId\": \"123456789012\", \"CreatedAt\": \"2020-05-27T17:05:54.832Z\", \"Description\": \"Vulnerability in a CloudTrail trail\", \"FindingProviderFields\": { \"Severity\": { \"Label\": \"LOW\", \"Original\": \"10\" }, \"Types\": [ \"Software and Configuration Checks/Vulnerabilities/CVE\" ] }, \"GeneratorId\": \"TestGeneratorId\", \"Id\": \"Id1\", \"ProductArn\": \"arn:aws:securityhub:us-west-1:123456789012:product/123456789012/default\", \"Resources\": [ { \"Id\": \"arn:aws:cloudtrail:us-west-1:123456789012:trail/TrailName\", \"Partition\": \"aws\", \"Region\": \"us-west-1\", \"Type\": \"AwsCloudTrailTrail\" } ], \"SchemaVersion\": \"2018-10-08\", \"Title\": \"CloudTrail trail vulnerability\", \"UpdatedAt\": \"2020-06-02T16:05:54.832Z\" }]' "
],
"BatchUpdateFindings": [
"aws securityhub batch-update-findings --finding-identifiers '[{\"Id\": \"arn:aws:securityhub:us-west-1:123456789012:subscription/pci-dss/v/3.2.1/PCI.Lambda.2/finding/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111\", \"ProductArn\": \"arn:aws:securityhub:us-west-1::product/aws/securityhub\"}, {\"Id\": \"arn:aws:securityhub:us-west-1:123456789012:subscription/pci-dss/v/3.2.1/PCI.Lambda.2/finding/a1b2c3d4-5678-90ab-cdef-EXAMPLE22222\", \"ProductArn\": \"arn:aws:securityhub:us-west-1::product/aws/securityhub\"}]' --note '{\"Text\": \"Known issue that is not a risk.\", \"UpdatedBy\": \"user1\"}' --severity '{\"Label\": \"LOW\"}' --workflow '{\"Status\": \"RESOLVED\"}' ",
"aws securityhub batch-update-findings --finding-identifiers Id=\"arn:aws:securityhub:us-west-1:123456789012:subscription/pci-dss/v/3.2.1/PCI.Lambda.2/finding/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111\",ProductArn=\"arn:aws:securityhub:us-west-1::product/aws/securityhub\" Id=\"arn:aws:securityhub:us-west-1:123456789012:subscription/pci-dss/v/3.2.1/PCI.Lambda.2/finding/a1b2c3d4-5678-90ab-cdef-EXAMPLE22222\",ProductArn=\"arn:aws:securityhub:us-west-1::product/aws/securityhub\" --note Text=\"Known issue that is not a risk.\",UpdatedBy=\"user1\" --severity Label=\"LOW\" --workflow Status=\"RESOLVED\" "
],
"CreateActionTarget": [
"aws securityhub create-action-target --name \"Send to remediation\" --description \"Action to send the finding for remediation tracking\" --id \"Remediation\" "
],
"CreateInsight": [
"aws securityhub create-insight --filters '{\"ResourceType\": [{ \"Comparison\": \"EQUALS\", \"Value\": \"AwsIamRole\"}], \"SeverityLabel\": [{\"Comparison\": \"EQUALS\", \"Value\": \"CRITICAL\"}]}' --group-by-attribute \"ResourceId\" --name \"Critical role findings\" "
],
"CreateMembers": [
"aws securityhub create-members --account-details '[{\"AccountId\": \"123456789111\"}, {\"AccountId\": \"123456789222\"}]' "
],
"DeclineInvitations": [
"aws securityhub decline-invitations --account-ids \"123456789012\" "
],
"DeleteActionTarget": [
"aws securityhub delete-action-target --action-target-arn \"arn:aws:securityhub:us-west-1:123456789012:action/custom/Remediation\" "
],
"DeleteInsight": [
"aws securityhub delete-insight --insight-arn \"arn:aws:securityhub:us-west-1:123456789012:insight/123456789012/custom/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111\" "
],
"DeleteInvitations": [
"aws securityhub delete-invitations --account-ids \"123456789012\" "
],
"DeleteMembers": [
"aws securityhub delete-members --account-ids \"123456789111\" \"123456789222\" "
],
"DescribeActionTargets": [
"aws securityhub describe-action-targets --action-target-arns \"arn:aws:securityhub:us-west-1:123456789012:action/custom/Remediation\" "
],
"DescribeHub": [
"aws securityhub describe-hub --hub-arn \"arn:aws:securityhub:us-west-1:123456789012:hub/default\" "
],
"DescribeOrganizationConfiguration": [
"aws securityhub describe-organization-configuration "
],
"DescribeProducts": [
"aws securityhub describe-products --max-results 1 "
],
"DescribeStandards": [
"aws securityhub describe-standards "
],
"DescribeStandardsControls": [
"aws securityhub describe-standards-controls --standards-subscription-arn \"arn:aws:securityhub:us-west-1:123456789012:subscription/pci-dss/v/3.2.1\" --max-results 2 "
],
"DisableImportFindingsForProduct": [
"aws securityhub disable-import-findings-for-product --product-subscription-arn \"arn:aws:securityhub:us-west-1:123456789012:product-subscription/crowdstrike/crowdstrike-falcon\" "
],
"DisableOrganizationAdminAccount": [
"aws securityhub disable-organization-admin-account --admin-account-id 777788889999 "
],
"DisableSecurityHub": [
"aws securityhub disable-security-hub "
],
"DisassociateFromAdministratorAccount": [
"aws securityhub disassociate-from-administrator-account "
],
"DisassociateFromMasterAccount": [
"aws securityhub disassociate-from-master-account "
],
"DisassociateMembers": [
"aws securityhub disassociate-members --account-ids \"123456789111\" \"123456789222\" "
],
"EnableImportFindingsForProduct": [
"aws securityhub enable-import-findings-for-product --product-arn \"arn:aws:securityhub:us-east-1:123456789333:product/crowdstrike/crowdstrike-falcon\" "
],
"EnableOrganizationAdminAccount": [
"aws securityhub enable-organization-admin-account --admin-account-id 777788889999 "
],
"EnableSecurityHub": [
"aws securityhub enable-security-hub --enable-default-standards --tags '{\"Department\": \"Security\"}' "
],
"GetAdministratorAccount": [
"aws securityhub get-administrator-account "
],
"GetEnabledStandards": [
"aws securityhub get-enabled-standards --standards-subscription-arn \"arn:aws:securityhub:us-west-1:123456789012:subscription/pci-dss/v/3.2.1\" "
],
"GetFindings": [
"aws securityhub get-findings --filters '{\"GeneratorId\":[{\"Value\": \"pci-dss\",\"Comparison\":\"PREFIX\"}]}' --max-items 1 ",
"aws securityhub get-findings --filters '{\"SeverityLabel\":[{\"Value\": \"CRITICAL\",\"Comparison\":\"EQUALS\"}],\"WorkflowStatus\": [{\"Value\":\"NOTIFIED\",\"Comparison\":\"EQUALS\"}]}' --sort-criteria '{ \"Field\": \"Confidence\", \"SortOrder\": \"desc\"}' --max-items 1 "
],
"GetInsightResults": [
"aws securityhub get-insight-results --insight-arn \"arn:aws:securityhub:us-west-1:123456789012:insight/123456789012/custom/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111\" "
],
"GetInsights": [
"aws securityhub get-insights --insight-arns \"arn:aws:securityhub:us-west-1:123456789012:insight/123456789012/custom/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111\" "
],
"GetInvitationsCount": [
"aws securityhub get-invitations-count "
],
"GetMasterAccount": [
"aws securityhub get-master-account "
],
"GetMembers": [
"aws securityhub get-members --account-ids \"444455556666\" \"777788889999\" "
],
"InviteMembers": [
"aws securityhub invite-members --account-ids \"123456789111\" \"123456789222\" "
],
"ListEnabledProductsForImport": [
"aws securityhub list-enabled-products-for-import "
],
"ListInvitations": [
"aws securityhub list-invitations "
],
"ListMembers": [
"aws securityhub list-members "
],
"ListOrganizationAdminAccounts": [
"aws securityhub list-organization-admin-accounts "
],
"ListTagsForResource": [
"aws securityhub list-tags-for-resource --resource-arn \"arn:aws:securityhub:us-west-1:123456789012:hub/default\" "
],
"TagResource": [
"aws securityhub tag-resource --resource-arn \"arn:aws:securityhub:us-west-1:123456789012:hub/default\" --tags '{\"Department\":\"Operations\", \"Area\":\"USMidwest\"}' "
],
"UntagResource": [
"aws securityhub untag-resource --resource-arn \"arn:aws:securityhub:us-west-1:123456789012:hub/default\" --tag-keys \"Department\" "
],
"UpdateActionTarget": [
"aws securityhub update-action-target --action-target-arn \"arn:aws:securityhub:us-west-1:123456789012:action/custom/Remediation\" --name \"Send to remediation\" "
],
"UpdateInsight": [
"aws securityhub update-insight --insight-arn \"arn:aws:securityhub:us-west-1:123456789012:insight/123456789012/custom/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111\" --filters '{\"ResourceType\": [{ \"Comparison\": \"EQUALS\", \"Value\": \"AwsIamRole\"}], \"SeverityLabel\": [{\"Comparison\": \"EQUALS\", \"Value\": \"HIGH\"}]}' --name \"High severity role findings\" ",
"aws securityhub update-insight --insight-arn \"arn:aws:securityhub:us-west-1:123456789012:insight/123456789012/custom/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111\" --group-by-attribute \"ResourceId\" --name \"Critical role findings\" "
],
"UpdateOrganizationConfiguration": [
"aws securityhub update-organization-configuration --auto-enable "
],
"UpdateSecurityHubConfiguration": [
"aws securityhub update-security-hub-configuration --auto-enable-controls "
],
"UpdateStandardsControl": [
"aws securityhub update-standards-control --standards-control-arn \"arn:aws:securityhub:us-west-1:123456789012:control/pci-dss/v/3.2.1/PCI.AutoScaling.1\" --control-status \"DISABLED\" --disabled-reason \"Not applicable for my service\" ",
"aws securityhub update-standards-control --standards-control-arn \"arn:aws:securityhub:us-west-1:123456789012:control/pci-dss/v/3.2.1/PCI.AutoScaling.1\" --control-status \"ENABLED\" "
]
},
"serverlessrepo": {
"PutApplicationPolicy": [
"aws serverlessrepo put-application-policy --application-id arn:aws:serverlessrepo:us-east-1:123456789012:applications/my-test-application --statements Principals='*',Actions=Deploy ",
"aws serverlessrepo put-application-policy --application-id arn:aws:serverlessrepo:us-east-1:123456789012:applications/my-test-application --statements Principals=111111111111,222222222222,Actions=Deploy "
]
},
"service-quotas": {
"GetAwsDefaultServiceQuota": [
"aws service-quotas get-aws-default-service-quota --service-code ec2 --quota-code L-1216C47A "
],
"GetRequestedServiceQuotaChange": [
"aws service-quotas get-requested-service-quota-change --request-id d187537d15254312a9609aa51bbf7624u7W49tPO "
],
"GetServiceQuota": [
"aws service-quotas get-service-quota --service-code ec2 --quota-code L-1216C47A "
],
"ListAwsDefaultServiceQuotas": [
"aws service-quotas list-aws-default-service-quotas --service-code xray "
],
"ListRequestedServiceQuotaChangeHistory": [
"aws service-quotas list-requested-service-quota-change-history --service-code ec2 "
],
"ListRequestedServiceQuotaChangeHistoryByQuota": [
"aws service-quotas list-requested-service-quota-change-history-by-quota --service-code ec2 --quota-code L-20F13EBD "
],
"ListServiceQuotas": [
"aws service-quotas list-service-quotas --service-code cloudformation "
],
"ListServices": [
"aws service-quotas list-services ",
"aws service-quotas list-services --query Services[*].ServiceCode "
],
"RequestServiceQuotaIncrease": [
"aws service-quotas request-service-quota-increase --service-code ec2 --quota-code L-20F13EBD --desired-value 2 "
]
},
"servicecatalog": {
"AcceptPortfolioShare": [
"aws servicecatalog accept-portfolio-share --portfolio-id port-2s6wuabcdefghijk "
],
"AssociatePrincipalWithPortfolio": [
"aws servicecatalog associate-principal-with-portfolio --portfolio-id port-2s6abcdefwdh4 --principal-arn arn:aws:iam::123456789012:user/usertest --principal-type IAM "
],
"AssociateProductWithPortfolio": [
"aws servicecatalog associate-product-with-portfolio --product-id prod-3p5abcdef3oyk --portfolio-id port-2s6abcdef5wdh4 "
],
"AssociateTagOptionWithResource": [
"aws servicecatalog associate-tag-option-with-resource --resource-id port-2s6abcdq5wdh4 --tag-option-id tag-p3abc2pkpz5qc "
],
"CopyProduct": [
"aws servicecatalog copy-product --cli-input-json file://copy-product-input.json "
],
"CreatePortfolio": [
"aws servicecatalog create-portfolio --provider-name my-provider --display-name my-portfolio "
],
"CreatePortfolioShare": [
"aws servicecatalog create-portfolio-share --portfolio-id port-2s6abcdef5wdh4 --account-id 794123456789 "
],
"CreateProduct": [
"aws servicecatalog create-product --cli-input-json file://create-product-input.json "
],
"CreateProvisioningArtifact": [
"aws servicecatalog create-provisioning-artifact --cli-input-json file://create-provisioning-artifact-input.json "
],
"CreateTagOption": [
"aws servicecatalog create-tag-option --key 1234 --value name "
],
"DeletePortfolio": [
"aws servicecatalog delete-portfolio --id port-abcdlx4gox4do "
],
"DeletePortfolioShare": [
"aws servicecatalog delete-portfolio-share --portfolio-id port-2s6abcdq5wdh4 --account-id 123456789012 "
],
"DeleteProduct": [
"aws servicecatalog delete-product --id prod-abcdcek6yhbxi "
],
"DeleteProvisioningArtifact": [
"aws servicecatalog delete-provisioning-artifact --product-id prod-abc2uebuplcpw --provisioning-artifact-id pa-pqabcddii7ouc "
],
"DeleteTagOption": [
"aws servicecatalog delete-tag-option --id tag-iabcdn4fzjjms "
],
"DescribeCopyProductStatus": [
"aws servicecatalog describe-copy-product-status --copy-product-token copyproduct-znn5tf5abcd3w "
],
"DescribePortfolio": [
"aws servicecatalog describe-portfolio --id port-2s6abcdq5wdh4 "
],
"DescribeProductAsAdmin": [
"aws servicecatalog describe-product-as-admin --id prod-abcdcek6yhbxi "
],
"DescribeProvisionedProduct": [
"aws servicecatalog describe-provisioned-product --id pp-dpom27bm4abcd "
],
"DescribeProvisioningArtifact": [
"aws servicecatalog describe-provisioning-artifact --provisioning-artifact-id pa-pcz347abcdcfm --product-id prod-abcdfz3syn2rg "
],
"DescribeTagOption": [
"aws servicecatalog describe-tag-option --id tag-p3tej2abcd5qc "
],
"DisassociatePrincipalFromPortfolio": [
"aws servicecatalog disassociate-principal-from-portfolio --portfolio-id port-2s6abcdq5wdh4 --principal-arn arn:aws:iam::123456789012:group/myendusers "
],
"DisassociateProductFromPortfolio": [
"aws servicecatalog disassociate-product-from-portfolio --product-id prod-3p5abcdmu3oyk --portfolio-id port-2s6abcdq5wdh4 "
],
"DisassociateTagOptionFromResource": [
"aws servicecatalog disassociate-tag-option-from-resource --resource-id port-2s6abcdq5wdh4 --tag-option-id tag-p3abc2pkpz5qc "
],
"ListAcceptedPortfolioShares": [
"aws servicecatalog list-accepted-portfolio-shares --portfolio-share-type \"AWS_SERVICECATALOG\" "
],
"ListPortfolioAccess": [
"aws servicecatalog list-portfolio-access --portfolio-id port-2s6abcdq5wdh4 "
],
"ListPortfolios": [
"aws servicecatalog list-portfolios "
],
"ListPortfoliosForProduct": [
"aws servicecatalog list-portfolios-for-product --product-id prod-abcdfz3syn2rg "
],
"ListPrincipalsForPortfolio": [
"aws servicecatalog list-principals-for-portfolio --portfolio-id port-2s6abcdq5wdh4 "
],
"ListProvisioningArtifacts": [
"aws servicecatalog list-provisioning-artifacts --product-id prod-nfi2abcdefgcpw "
],
"ListResourcesForTagOption": [
"aws servicecatalog list-resources-for-tag-option --tag-option-id tag-p3tej2abcd5qc "
],
"ListTagOptions": [
"aws servicecatalog list-tag-options "
],
"ProvisionProduct": [
"aws servicecatalog provision-product --product-id prod-abcdfz3syn2rg --provisioning-artifact-id pa-abc347pcsccfm --provisioned-product-name \"mytestppname3\" "
],
"RejectPortfolioShare": [
"aws servicecatalog reject-portfolio-share --portfolio-id port-2s6wuabcdefghijk "
],
"ScanProvisionedProducts": [
"aws servicecatalog scan-provisioned-products "
],
"SearchProductsAsAdmin": [
"aws servicecatalog search-products-as-admin --portfolio-id port-5abcd3e5st4ei "
],
"SearchProvisionedProducts": [
"aws servicecatalog search-provisioned-products --cli-input-json file://search-provisioned-products-input.json "
],
"UpdatePortfolio": [
"aws servicecatalog update-portfolio --id port-5abcd3e5st4ei --display-name \"New portfolio name\" "
],
"UpdateProduct": [
"aws servicecatalog update-product --id prod-os6abc7drqlt2 --name \"New product name\" --owner \"Updated product owner\" "
],
"UpdateProvisioningArtifact": [
"aws servicecatalog update-provisioning-artifact --cli-input-json file://update-provisioning-artifact-input.json "
],
"UpdateTagOption": [
"aws servicecatalog update-tag-option --cli-input-json file://update-tag-option-input.json "
]
},
"servicediscovery": {
"CreatePrivateDnsNamespace": [
"aws servicediscovery create-private-dns-namespace --name example.com --vpc vpc-1c56417b "
],
"CreateService": [
"aws servicediscovery create-service --name myservice --namespace-id ns-ylexjili4cdxy3xm --dns-config \"NamespaceId=ns-ylexjili4cdxy3xm,RoutingPolicy=MULTIVALUE,DnsRecords=[{Type=A,TTL=60}]\" "
],
"DeleteNamespace": [
"aws servicediscovery delete-namespace --id ns-ylexjili4cdxy3xm "
],
"DeleteService": [
"aws servicediscovery delete-service --id srv-p5zdwlg5uvvzjita "
],
"DeregisterInstance": [
"aws servicediscovery deregister-instance --service-id srv-p5zdwlg5uvvzjita --instance-id myservice-53 "
],
"DiscoverInstances": [
"aws servicediscovery discover-instances --namespace-name example.com --service-name myservice --max-results 10 --health-status ALL "
],
"GetOperation": [
"aws servicediscovery get-operation --operation-id gv4g5meo7ndmeh4fqskygvk23d2fijwa-k9302yzd "
],
"ListInstances": [
"aws servicediscovery list-instances --service-id srv-qzpwvt2tfqcegapy "
],
"ListNamespaces": [],
"ListServices": [
"aws servicediscovery list-services "
],
"RegisterInstance": [
"aws servicediscovery register-instance --service-id srv-p5zdwlg5uvvzjita --instance-id myservice-53 --attributes=AWS_INSTANCE_IPV4=172.2.1.3,AWS_INSTANCE_PORT=808 "
]
},
"ses": {
"DeleteIdentity": [
"aws ses delete-identity --identity user@example.com "
],
"GetIdentityDkimAttributes": [
"aws ses get-identity-dkim-attributes --identities \"example.com\" \"user@example.com\" "
],
"GetIdentityNotificationAttributes": [
"aws ses get-identity-notification-attributes --identities \"user1@example.com\" \"user2@example.com\" "
],
"GetIdentityVerificationAttributes": [
"aws ses get-identity-verification-attributes --identities \"user1@example.com\" \"user2@example.com\" "
],
"GetSendQuota": [
"aws ses get-send-quota "
],
"GetSendStatistics": [
"aws ses get-send-statistics "
],
"ListIdentities": [
"aws ses list-identities "
],
"SendEmail": [
"aws ses send-email --from sender@example.com --destination file://destination.json --message file://message.json "
],
"SendRawEmail": [
"aws ses send-raw-email --raw-message file://message.json "
],
"SetIdentityDkimEnabled": [
"aws ses set-identity-dkim-enabled --identity user@example.com --no-dkim-enabled "
],
"SetIdentityFeedbackForwardingEnabled": [
"aws ses set-identity-feedback-forwarding-enabled --identity user@example.com --forwarding-enabled "
],
"SetIdentityNotificationTopic": [
"aws ses set-identity-notification-topic --identity user@example.com --notification-type Bounce --sns-topic arn:aws:sns:us-east-1:EXAMPLE65304:MyTopic "
],
"VerifyDomainDkim": [
"aws ses verify-domain-dkim --domain example.com "
],
"VerifyDomainIdentity": [
"aws ses verify-domain-identity --domain example.com "
],
"VerifyEmailIdentity": [
"aws ses verify-email-identity --email-address user@example.com "
]
},
"shield": {
"AssociateDrtLogBucket": [
"aws shield associate-drt-log-bucket --log-bucket flow-logs-for-website-lb "
],
"AssociateDrtRole": [
"aws shield associate-drt-role --role-arn arn:aws:iam::123456789012:role/service-role/DrtRole "
],
"CreateProtection": [
"aws shield create-protection --name \"Protection for CloudFront distribution\" --resource-arn arn:aws:cloudfront::123456789012:distribution/E198WC25FXOWY8 "
],
"CreateSubscription": [
"aws shield create-subscription "
],
"DeleteProtection": [
"aws shield delete-protection --protection-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"DescribeAttack": [
"aws shield describe-attack --attack-id a1b2c3d4-5678-90ab-cdef-EXAMPLE22222 "
],
"DescribeDrtAccess": [
"aws shield describe-drt-access "
],
"DescribeEmergencyContactSettings": [
"aws shield describe-emergency-contact-settings "
],
"DescribeProtection": [
"aws shield describe-protection --protection-id a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 "
],
"DescribeSubscription": [
"aws shield describe-subscription "
],
"DisassociateDrtLogBucket": [
"aws shield disassociate-drt-log-bucket --log-bucket flow-logs-for-website-lb "
],
"DisassociateDrtRole": [
"aws shield disassociate-drt-role "
],
"GetSubscriptionState": [
"aws shield get-subscription-state "
],
"ListAttacks": [
"aws shield list-attacks --resource-arns arn:aws:cloudfront::12345678910:distribution/E1PXMP22ZVFAOR --start-time FromInclusive=1529280000,ToExclusive=1529300000 "
],
"ListProtections": [
"aws shield list-protections "
],
"UpdateEmergencyContactSettings": [
"aws shield update-emergency-contact-settings --emergency-contact-list EmailAddress=ops@example.com EmailAddress=ddos-notifications@example.com "
],
"UpdateSubscription": [
"aws shield update-subscription --auto-renew ENABLED "
]
},
"signer": {
"CancelSigningProfile": [
"aws signer cancel-signing-profile --profile-name MyProfile1 "
],
"DescribeSigningJob": [
"aws signer describe-signing-job --job-id 2065c468-73e2-4385-a6c9-0123456789abc "
],
"GetSigningPlatform": [
"aws signer get-signing-platform --platform-id AmazonFreeRTOS-TI-CC3220SF "
],
"GetSigningProfile": [
"aws signer get-signing-profile --profile-name MyProfile3 "
],
"ListSigningJobs": [
"aws signer list-signing-jobs "
],
"ListSigningPlatforms": [
"aws signer list-signing-platforms "
],
"ListSigningProfiles": [
"aws signer list-signing-profiles "
],
"PutSigningProfile": [
"aws signer put-signing-profile --profile-name MyProfile6 --signing-material certificateArn=arn:aws:acm:us-west-2:123456789012:certificate/6a55389b-306b-4e8c-a95c-0123456789abc --platform AmazonFreeRTOS-TI-CC3220SF "
],
"StartSigningJob": [
"aws signer start-signing-job --source 's3={bucketName=signer-source,key=MyCode.rb,version=PNyFaUTgsQh5ZdMCcoCe6pT1gOpgB_M4}' --destination 's3={bucketName=signer-destination,prefix=signed-}' --profile-name MyProfile7 "
]
},
"snowball": {
"GetSnowballUsage": [
"aws snowball get-snowball-usage "
],
"ListJobs": [
"aws snowball list-jobs "
]
},
"sns": {
"AddPermission": [
"aws sns add-permission --topic-arn arn:aws:sns:us-west-2:123456789012:MyTopic --label Publish-Permission --aws-account-id 987654321098 --action-name Publish "
],
"CheckIfPhoneNumberIsOptedOut": [
"aws sns check-if-phone-number-is-opted-out --phone-number 555-555-0100 "
],
"ConfirmSubscription": [
"aws sns confirm-subscription --topic-arn arn:aws:sns:us-west-2:123456789012:my-topic --token 2336412f37fb687f5d51e6e241d7700ae02f7124d8268910b858cb4db727ceeb2474bb937929d3bdd7ce5d0cce19325d036bc858d3c217426bcafa9c501a2cace93b83f1dd3797627467553dc438a8c974119496fc3eff026eaa5d14472ded6f9a5c43aec62d83ef5f49109da7176391 "
],
"CreatePlatformApplication": [
"aws sns create-platform-application --name MyApplication --platform GCM --attributes PlatformCredential=EXAMPLEabcd12345jklm67890stuv12345bcdef "
],
"CreatePlatformEndpoint": [
"aws sns create-platform-endpoint --platform-application-arn arn:aws:sns:us-west-2:123456789012:app/GCM/MyApplication --token EXAMPLE12345... "
],
"CreateTopic": [
"aws sns create-topic --name my-topic "
],
"DeleteEndpoint": [
"aws sns delete-endpoint --endpoint-arn arn:aws:sns:us-west-2:123456789012:endpoint/GCM/MyApplication/12345678-abcd-9012-efgh-345678901234 "
],
"DeletePlatformApplication": [
"aws sns delete-platform-application --platform-application-arn arn:aws:sns:us-west-2:123456789012:app/ADM/MyApplication "
],
"DeleteTopic": [
"aws sns delete-topic --topic-arn \"arn:aws:sns:us-west-2:123456789012:my-topic\" "
],
"GetEndpointAttributes": [
"aws sns get-endpoint-attributes --endpoint-arn arn:aws:sns:us-west-2:123456789012:endpoint/GCM/MyApplication/12345678-abcd-9012-efgh-345678901234 "
],
"GetPlatformApplicationAttributes": [
"aws sns get-platform-application-attributes --platform-application-arn arn:aws:sns:us-west-2:123456789012:app/MPNS/MyApplication "
],
"GetSmsAttributes": [
"aws sns get-sms-attributes "
],
"GetSubscriptionAttributes": [
"aws sns get-subscription-attributes --subscription-arn \"arn:aws:sns:us-west-2:123456789012:my-topic:8a21d249-4329-4871-acc6-7be709c6ea7f\" "
],
"GetTopicAttributes": [
"aws sns get-topic-attributes --topic-arn \"arn:aws:sns:us-west-2:123456789012:my-topic\" "
],
"ListEndpointsByPlatformApplication": [
"aws sns list-endpoints-by-platform-application --platform-application-arn arn:aws:sns:us-west-2:123456789012:app/GCM/MyApplication "
],
"ListPhoneNumbersOptedOut": [
"aws sns list-phone-numbers-opted-out "
],
"ListPlatformApplications": [
"aws sns list-platform-applications "
],
"ListSubscriptions": [
"aws sns list-subscriptions "
],
"ListSubscriptionsByTopic": [
"aws sns list-subscriptions-by-topic --topic-arn \"arn:aws:sns:us-west-2:123456789012:my-topic\" "
],
"ListTagsForResource": [
"aws sns list-tags-for-resource --resource-arn arn:aws:sns:us-west-2:123456789012:MyTopic "
],
"ListTopics": [
"aws sns list-topics "
],
"OptInPhoneNumber": [
"aws sns opt-in-phone-number --phone-number +1-555-555-0100 "
],
"Publish": [
"aws sns publish --topic-arn \"arn:aws:sns:us-west-2:123456789012:my-topic\" --message file://message.txt ",
"aws sns publish --message \"Hello world!\" --phone-number +1-555-555-0100 "
],
"RemovePermission": [
"aws sns remove-permission --topic-arn arn:aws:sns:us-west-2:123456789012:MyTopic --label Publish-Permission "
],
"SetEndpointAttributes": [],
"SetPlatformApplicationAttributes": [
"aws sns set-platform-application-attributes --platform-application-arn arn:aws:sns:us-west-2:123456789012:app/GCM/MyApplication --attributes EventDeliveryFailure=arn:aws:sns:us-west-2:123456789012:AnotherTopic "
],
"SetSmsAttributes": [
"aws sns set-sms-attributes --attributes DefaultSenderID=MyName "
],
"SetSubscriptionAttributes": [
"aws sns set-subscription-attributes --subscription-arn arn:aws:sns:us-east-1:123456789012:mytopic:f248de18-2cf6-578c-8592-b6f1eaa877dc --attribute-name RawMessageDelivery --attribute-value true ",
"aws sns set-subscription-attributes --subscription-arn arn:aws:sns:us-east-1:123456789012:mytopic:f248de18-2cf6-578c-8592-b6f1eaa877dc --attribute-name FilterPolicy --attribute-value \"{ \\\"anyMandatoryKey\\\": [\\\"any\\\", \\\"of\\\", \\\"these\\\"] }\" ",
"aws sns set-subscription-attributes --subscription-arn arn:aws:sns:us-east-1:123456789012:mytopic:f248de18-2cf6-578c-8592-b6f1eaa877dc --attribute-name FilterPolicy --attribute-value \"{}\" "
],
"SetTopicAttributes": [
"aws sns set-topic-attributes --topic-arn arn:aws:sns:us-west-2:123456789012:MyTopic --attribute-name DisplayName --attribute-value MyTopicDisplayName "
],
"Subscribe": [
"aws sns subscribe --topic-arn arn:aws:sns:us-west-2:123456789012:my-topic --protocol email --notification-endpoint my-email@example.com "
],
"TagResource": [
"aws sns tag-resource --resource-arn arn:aws:sns:us-west-2:123456789012:MyTopic --tags Key=Team,Value=Alpha "
],
"Unsubscribe": [
"aws sns unsubscribe --subscription-arn arn:aws:sns:us-west-2:0123456789012:my-topic:8a21d249-4329-4871-acc6-7be709c6ea7f "
],
"UntagResource": [
"aws sns untag-resource --resource-arn arn:aws:sns:us-west-2:123456789012:MyTopic --tag-keys Team "
]
},
"sqs": {
"AddPermission": [
"aws sqs add-permission --queue-url https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyQueue --label SendMessagesFromMyQueue --aws-account-ids 12345EXAMPLE --actions SendMessage "
],
"ChangeMessageVisibility": [
"aws sqs change-message-visibility --queue-url https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyQueue --receipt-handle AQEBTpyI...t6HyQg== --visibility-timeout 36000 "
],
"ChangeMessageVisibilityBatch": [
"aws sqs change-message-visibility-batch --queue-url https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyQueue --entries file://change-message-visibility-batch.json "
],
"CreateQueue": [
"aws sqs create-queue --queue-name MyQueue --attributes file://create-queue.json "
],
"DeleteMessage": [
"aws sqs delete-message --queue-url https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyQueue --receipt-handle AQEBRXTo...q2doVA== "
],
"DeleteMessageBatch": [
"aws sqs delete-message-batch --queue-url https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyQueue --entries file://delete-message-batch.json "
],
"DeleteQueue": [
"aws sqs delete-queue --queue-url https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyNewerQueue "
],
"GetQueueAttributes": [
"aws sqs get-queue-attributes --queue-url https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyQueue --attribute-names All ",
"aws sqs get-queue-attributes --queue-url https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyNewQueue --attribute-names MaximumMessageSize VisibilityTimeout "
],
"GetQueueUrl": [
"aws sqs get-queue-url --queue-name MyQueue "
],
"ListDeadLetterSourceQueues": [
"aws sqs list-dead-letter-source-queues --queue-url https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyDeadLetterQueue "
],
"ListQueueTags": [
"aws sqs list-queue-tags --queue-url https://sqs.us-west-2.amazonaws.com/123456789012/MyQueue "
],
"ListQueues": [
"aws sqs list-queues ",
"aws sqs list-queues --queue-name-prefix My "
],
"PurgeQueue": [
"aws sqs purge-queue --queue-url https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyNewQueue "
],
"ReceiveMessage": [
"aws sqs receive-message --queue-url https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyQueue --attribute-names All --message-attribute-names All --max-number-of-messages 10 ",
"aws sqs receive-message --queue-url https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyQueue --attribute-names SenderId SentTimestamp --message-attribute-names PostalCode "
],
"RemovePermission": [
"aws sqs remove-permission --queue-url https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyQueue --label SendMessagesFromMyQueue "
],
"SendMessage": [
"aws sqs send-message --queue-url https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyQueue --message-body \"Information about the largest city in Any Region.\" --delay-seconds 10 --message-attributes file://send-message.json "
],
"SendMessageBatch": [
"aws sqs send-message-batch --queue-url https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyQueue --entries file://send-message-batch.json "
],
"SetQueueAttributes": [
"aws sqs set-queue-attributes --queue-url https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyNewQueue --attributes file://set-queue-attributes.json "
],
"TagQueue": [
"aws sqs tag-queue --queue-url https://sqs.us-west-2.amazonaws.com/123456789012/MyQueue --tags Priority=Highest "
],
"UntagQueue": [
"aws sqs untag-queue --queue-url https://sqs.us-west-2.amazonaws.com/123456789012/MyQueue --tag-keys \"Priority\" "
]
},
"ssm": {
"AddTagsToResource": [
"aws ssm add-tags-to-resource --resource-type \"MaintenanceWindow\" --resource-id \"mw-03eb9db428EXAMPLE\" --tags \"Key=Stack,Value=Production\" ",
"aws ssm add-tags-to-resource --resource-type \"Parameter\" --resource-id \"My-Parameter\" --tags '[{\"Key\":\"Region\",\"Value\":\"East\"},{\"Key\":\"Environment\", \"Value\":\"Production\"}]' "
],
"CancelCommand": [
"aws ssm cancel-command --command-id \"662add3d-5831-4a10-b64a-f2ff3EXAMPLE\" ",
"aws ssm cancel-command --command-id \"662add3d-5831-4a10-b64a-f2ff3EXAMPLE\" --instance-ids \"i-02573cafcfEXAMPLE\" "
],
"CancelMaintenanceWindowExecution": [
"aws ssm cancel-maintenance-window-execution --window-execution-id j2l8d5b5c-mw66-tk4d-r3g9-1d4d1EXAMPLE "
],
"CreateActivation": [
"aws ssm create-activation --default-instance-name \"HybridWebServers\" --iam-role \"HybridWebServersRole\" --registration-limit 5 "
],
"CreateAssociation": [
"aws ssm create-association --instance-id \"i-0cb2b964d3e14fd9f\" --name \"AWS-UpdateSSMAgent\" ",
"aws ssm create-association --name \"AWS-UpdateSSMAgent\" --targets \"Key=instanceids,Values=i-0cb2b964d3e14fd9f\" ",
"aws ssm create-association --name \"AWS-UpdateSSMAgent\" --targets \"Key=instanceids,Values=i-0cb2b964d3e14fd9f\" --schedule-expression \"at(2020-05-14T15:55:00)\" --apply-only-at-cron-interval "
],
"CreateAssociationBatch": [
"aws ssm create-association-batch --entries \"Name=AWS-UpdateSSMAgent,InstanceId=i-1234567890abcdef0\" \"Name=AWS-UpdateSSMAgent,InstanceId=i-9876543210abcdef0\" "
],
"CreateDocument": [
"aws ssm create-document --content file://exampleDocument.yml --name \"Example\" --document-type \"Automation\" --document-format YAML "
],
"CreateMaintenanceWindow": [
"aws ssm create-maintenance-window --name \"My-Tutorial-Maintenance-Window\" --schedule \"rate(5 minutes)\" --duration 2 --cutoff 1 --allow-unassociated-targets --tags \"Key=Purpose,Value=Tutorial\" ",
"aws ssm create-maintenance-window --name My-One-Time-Maintenance-Window --schedule \"at(2020-05-14T15:55:00)\" --duration 5 --cutoff 2 --allow-unassociated-targets --tags \"Key=Environment,Value=Production\" "
],
"CreateOpsItem": [
"aws ssm create-ops-item --title \"EC2 instance disk full\" --description \"Log clean up may have failed which caused the disk to be full\" --priority 2 --source ec2 --operational-data '{\"/aws/resources\":{\"Value\":\"[{\\\"arn\\\": \\\"arn:aws:dynamodb:us-west-2:12345678:table/OpsItems\\\"}]\",\"Type\":\"SearchableString\"}}' --notifications Arn=\"arn:aws:sns:us-west-2:12345678:TestUser\" "
],
"CreatePatchBaseline": [
"aws ssm create-patch-baseline --name \"Windows-Production-Baseline-AutoApproval\" --operating-system \"WINDOWS\" --approval-rules \"PatchRules=[{PatchFilterGroup={PatchFilters=[{Key=MSRC_SEVERITY,Values=[Critical,Important,Moderate]},{Key=CLASSIFICATION,Values=[SecurityUpdates,Updates,UpdateRollups,CriticalUpdates]}]},ApproveAfterDays=7}]\" --description \"Baseline containing all updates approved for Windows Server production systems\" ",
"aws ssm create-patch-baseline --name \"Windows-Production-Baseline-AutoApproval\" --operating-system \"WINDOWS\" --approval-rules \"PatchRules=[{PatchFilterGroup={PatchFilters=[{Key=MSRC_SEVERITY,Values=[Critical,Important,Moderate]},{Key=CLASSIFICATION,Values=[SecurityUpdates,Updates,UpdateRollups,CriticalUpdates]}]},ApproveUntilDate=2020-07-07}]\" --description \"Baseline containing all updates approved for Windows Server production systems\" ",
"aws ssm create-patch-baseline --cli-input-json file://my-amazon-linux-approval-rules-and-repo.json ",
"aws ssm create-patch-baseline --name \"Amazon-Linux-2017.09-Alpha-Baseline\" --description \"My custom approve/reject patch baseline for Amazon Linux 2017.09 instances\" --operating-system \"AMAZON_LINUX\" --approved-patches \"CVE-2018-1234567,example-pkg-EE-2018*.amzn1.noarch\" --approved-patches-compliance-level \"HIGH\" --approved-patches-enable-non-security --tags \"Key=Environment,Value=Alpha\" "
],
"CreateResourceDataSync": [
"aws ssm create-resource-data-sync --sync-name \"ssm-resource-data-sync\" --s3-destination \"BucketName=ssm-bucket,Prefix=inventory,SyncFormat=JsonSerDe,Region=us-east-1\" "
],
"DeleteActivation": [
"aws ssm delete-activation --activation-id \"aa673477-d926-42c1-8757-1358cEXAMPLE\" "
],
"DeleteAssociation": [
"aws ssm delete-association --instance-id \"i-1234567890abcdef0\" --name \"AWS-UpdateSSMAgent\" ",
"aws ssm delete-association --association-id \"8dfe3659-4309-493a-8755-0123456789ab\" "
],
"DeleteDocument": [
"aws ssm delete-document --name \"Example\" "
],
"DeleteInventory": [
"aws ssm delete-inventory --type-name \"Custom:RackInfo\" --schema-delete-option \"DeleteSchema\" ",
"aws ssm delete-inventory --type-name \"Custom:RackInfo\" --schema-delete-option \"DisableSchema\" "
],
"DeleteMaintenanceWindow": [
"aws ssm delete-maintenance-window --window-id \"mw-1a2b3c4d5e6f7g8h9\" "
],
"DeleteParameter": [
"aws ssm delete-parameter --name \"MyParameter\" "
],
"DeleteParameters": [
"aws ssm delete-parameters --names \"MyFirstParameter\" \"MySecondParameter\" \"MyInvalidParameterName\" "
],
"DeletePatchBaseline": [
"aws ssm delete-patch-baseline --baseline-id \"pb-045f10b4f382baeda\" "
],
"DeleteResourceDataSync": [
"aws ssm delete-resource-data-sync --sync-name \"ssm-resource-data-sync\" "
],
"DeregisterManagedInstance": [
"aws ssm deregister-managed-instance --instance-id \"mi-08ab247cdfEXAMPLE\" "
],
"DeregisterPatchBaselineForPatchGroup": [
"aws ssm deregister-patch-baseline-for-patch-group --patch-group \"Production\" --baseline-id \"pb-0ca44a362fEXAMPLE\" "
],
"DeregisterTargetFromMaintenanceWindow": [
"aws ssm deregister-target-from-maintenance-window --window-id \"mw-06cf17cbefEXAMPLE\" --window-target-id \"1a2b3c4d-1a2b-1a2b-1a2b-1a2b3c4d-1a2\" "
],
"DeregisterTaskFromMaintenanceWindow": [
"aws ssm deregister-task-from-maintenance-window --window-id \"mw-06cf17cbefEXAMPLE\" --window-task-id \"1a2b3c4d-1a2b-1a2b-1a2b-1a2b3c4d5e6c\" "
],
"DescribeActivations": [
"aws ssm describe-activations "
],
"DescribeAssociation": [
"aws ssm describe-association --association-id \"8dfe3659-4309-493a-8755-0123456789ab\" ",
"aws ssm describe-association --instance-id \"i-1234567890abcdef0\" --name \"AWS-UpdateSSMAgent\" "
],
"DescribeAssociationExecutionTargets": [
"aws ssm describe-association-execution-targets --association-id \"8dfe3659-4309-493a-8755-0123456789ab\" --execution-id \"7abb6378-a4a5-4f10-8312-0123456789ab\" "
],
"DescribeAssociationExecutions": [
"aws ssm describe-association-executions --association-id \"8dfe3659-4309-493a-8755-0123456789ab\" ",
"aws ssm describe-association-executions --association-id \"8dfe3659-4309-493a-8755-0123456789ab\" --filters \"Key=CreatedTime,Value=2019-02-18T16:00:00Z,Type=GREATER_THAN\" "
],
"DescribeAutomationExecutions": [
"aws ssm describe-automation-executions --filters Key=ExecutionId,Values=73c8eef8-f4ee-4a05-820c-e354fEXAMPLE "
],
"DescribeAutomationStepExecutions": [
"aws ssm describe-automation-step-executions --automation-execution-id 73c8eef8-f4ee-4a05-820c-e354fEXAMPLE ",
"aws ssm describe-automation-step-executions --automation-execution-id 73c8eef8-f4ee-4a05-820c-e354fEXAMPLE --filters Key=StepExecutionId,Values=95e70479-cf20-4d80-8018-7e4e2EXAMPLE "
],
"DescribeAvailablePatches": [
"aws ssm describe-available-patches --filters \"Key=PRODUCT,Values=WindowsServer2019\" \"Key=MSRC_SEVERITY,Values=Critical\" ",
"aws ssm describe-available-patches --filters \"Key=PATCH_ID,Values=KB4480979\" "
],
"DescribeDocument": [
"aws ssm describe-document --name \"Example\" "
],
"DescribeDocumentPermission": [
"aws ssm describe-document-permission --name \"Example\" --permission-type \"Share\" "
],
"DescribeEffectiveInstanceAssociations": [
"aws ssm describe-effective-instance-associations --instance-id \"i-1234567890abcdef0\" "
],
"DescribeEffectivePatchesForPatchBaseline": [
"aws ssm describe-effective-patches-for-patch-baseline --baseline-id \"pb-08b654cf9b9681f04\" ",
"aws ssm describe-effective-patches-for-patch-baseline --baseline-id \"arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-020d361a05defe4ed\" "
],
"DescribeInstanceAssociationsStatus": [
"aws ssm describe-instance-associations-status --instance-id \"i-1234567890abcdef0\" "
],
"DescribeInstanceInformation": [
"aws ssm describe-instance-information ",
"aws ssm describe-instance-information --filters \"Key=InstanceIds,Values=i-028ea792daEXAMPLE\" ",
"aws ssm describe-instance-information --filters \"Key=tag-key,Values=DEV\" "
],
"DescribeInstancePatchStates": [
"aws ssm describe-instance-patch-states --instance-ids \"i-1234567890abcdef0\" "
],
"DescribeInstancePatchStatesForPatchGroup": [
"aws ssm describe-instance-patch-states-for-patch-group --patch-group \"Production\" "
],
"DescribeInstancePatches": [
"aws ssm describe-instance-patches --instance-id \"i-1234567890abcdef0\" ",
"aws ssm describe-instance-patches --instance-id \"i-1234567890abcdef0\" --filters Key=State,Values=Missing "
],
"DescribeInventoryDeletions": [
"aws ssm describe-inventory-deletions ",
"aws ssm describe-inventory-deletions --deletion-id \"d72ac9e8-1f60-4d40-b1c6-987654321c4d\" "
],
"DescribeMaintenanceWindowExecutionTaskInvocations": [
"aws ssm describe-maintenance-window-execution-task-invocations --window-execution-id \"518d5565-5969-4cca-8f0e-da3b2a638355\" --task-id \"ac0c6ae1-daa3-4a89-832e-d384503b6586\" "
],
"DescribeMaintenanceWindowExecutionTasks": [
"aws ssm describe-maintenance-window-execution-tasks --window-execution-id \"518d5565-5969-4cca-8f0e-da3b2EXAMPLE\" "
],
"DescribeMaintenanceWindowExecutions": [
"aws ssm describe-maintenance-window-executions --window-id \"mw-06cf17cbefEXAMPLE\" ",
"aws ssm describe-maintenance-window-executions --window-id \"mw-06cf17cbefEXAMPLE\" --filters \"Key=ExecutedBefore,Values=2020-11-04T05:00:00Z\" ",
"aws ssm describe-maintenance-window-executions --window-id \"mw-06cf17cbefEXAMPLE\" --filters \"Key=ExecutedAfter,Values=2016-11-04T17:00:00Z\" "
],
"DescribeMaintenanceWindowSchedule": [
"aws ssm describe-maintenance-window-schedule --window-id mw-06cf17cbefEXAMPLE ",
"aws ssm describe-maintenance-window-schedule --window-id mw-0ecb1226dd7b2e9a6 --filters \"Key=ScheduledBefore,Values=2020-02-15T06:00:00Z\" ",
"aws ssm describe-maintenance-window-schedule --window-id mw-0ecb1226dd7b2e9a6 --filters \"Key=ScheduledAfter,Values=2020-02-15T06:00:00Z\" "
],
"DescribeMaintenanceWindowTargets": [
"aws ssm describe-maintenance-window-targets --window-id \"mw-06cf17cbefEXAMPLE\" ",
"aws ssm describe-maintenance-window-targets --window-id \"mw-0ecb1226ddEXAMPLE\" --filters \"Key=OwnerInformation,Values=CostCenter1\" "
],
"DescribeMaintenanceWindowTasks": [
"aws ssm describe-maintenance-window-tasks --window-id \"mw-06cf17cbefEXAMPLE\" ",
"aws ssm describe-maintenance-window-tasks --window-id \"mw-06cf17cbefEXAMPLE\" --filters \"Key=TaskArn,Values=AWS-RunPowerShellScript\" ",
"aws ssm describe-maintenance-window-tasks --window-id \"mw-06cf17cbefEXAMPLE\" --filters \"Key=Priority,Values=3\" ",
"aws ssm describe-maintenance-window-tasks --window-id \"mw-06cf17cbefEXAMPLE\" --filters \"Key=Priority,Values=1\" \"Key=TaskType,Values=RUN_COMMAND\" "
],
"DescribeMaintenanceWindows": [
"aws ssm describe-maintenance-windows ",
"aws ssm describe-maintenance-windows --filters \"Key=Enabled,Values=true\" ",
"aws ssm describe-maintenance-windows --filters \"Key=Name,Values=MyMaintenanceWindow\" "
],
"DescribeMaintenanceWindowsForTarget": [
"aws ssm describe-maintenance-windows-for-target --targets Key=InstanceIds,Values=i-1234567890EXAMPLE --resource-type INSTANCE "
],
"DescribeOpsItems": [
"aws ssm describe-ops-items --ops-item-filters \"Key=Status,Values=Open,Operator=Equal\" "
],
"DescribeParameters": [
"aws ssm describe-parameters ",
"aws ssm describe-parameters --filters \"Key=Type,Values=StringList\" "
],
"DescribePatchBaselines": [
"aws ssm describe-patch-baselines ",
"aws ssm describe-patch-baselines --filters \"Key=OWNER,Values=[AWS]\" ",
"aws ssm describe-patch-baselines --filters \"Key=OWNER,Values=[Self]\" "
],
"DescribePatchGroupState": [
"aws ssm describe-patch-group-state --patch-group \"Production\" "
],
"DescribePatchGroups": [
"aws ssm describe-patch-groups "
],
"DescribePatchProperties": [
"aws ssm describe-patch-properties --operating-system AMAZON_LINUX --property PRODUCT "
],
"DescribeSessions": [
"aws ssm describe-sessions --state \"Active\" --filters \"key=Owner,value=arn:aws:sts::123456789012:assumed-role/Administrator/Shirley-Rodriguez\" ",
"aws ssm describe-sessions --state \"History\" "
],
"GetAutomationExecution": [
"aws ssm get-automation-execution --automation-execution-id 73c8eef8-f4ee-4a05-820c-e354fEXAMPLE "
],
"GetCalendarState": [
"aws ssm get-calendar-state --calendar-names \"MyCalendar\" ",
"aws ssm get-calendar-state --calendar-names \"MyCalendar\" --at-time \"2020-07-19T21:15:19Z\" "
],
"GetCommandInvocation": [
"aws ssm get-command-invocation --command-id \"ef7fdfd8-9b57-4151-a15c-db9a12345678\" --instance-id \"i-1234567890abcdef0\" "
],
"GetConnectionStatus": [
"aws ssm get-connection-status --target i-1234567890abcdef0 "
],
"GetDefaultPatchBaseline": [
"aws ssm get-default-patch-baseline ",
"aws ssm get-default-patch-baseline --operating-system AMAZON_LINUX "
],
"GetDeployablePatchSnapshotForInstance": [
"aws ssm get-deployable-patch-snapshot-for-instance --instance-id \"i-1234567890abcdef0\" --snapshot-id \"521c3536-930c-4aa9-950e-01234567abcd\" "
],
"GetDocument": [
"aws ssm get-document --name \"AWS-RunShellScript\" "
],
"GetInventory": [
"aws ssm get-inventory "
],
"GetInventorySchema": [
"aws ssm get-inventory-schema ",
"aws ssm get-inventory-schema --type-name \"AWS:AWSComponent\" "
],
"GetMaintenanceWindow": [
"aws ssm get-maintenance-window --window-id \"mw-03eb9db428EXAMPLE\" "
],
"GetMaintenanceWindowExecution": [
"aws ssm get-maintenance-window-execution --window-execution-id \"518d5565-5969-4cca-8f0e-da3b2EXAMPLE\" "
],
"GetMaintenanceWindowExecutionTask": [
"aws ssm get-maintenance-window-execution-task --window-execution-id \"518d5565-5969-4cca-8f0e-da3b2EXAMPLE\" --task-id \"ac0c6ae1-daa3-4a89-832e-d3845EXAMPLE\" "
],
"GetMaintenanceWindowExecutionTaskInvocation": [
"aws ssm get-maintenance-window-execution-task-invocation --window-execution-id \"bc494bfa-e63b-49f6-8ad1-aa9f2EXAMPLE\" --task-id \"96f2ad59-97e3-461d-a63d-40c8aEXAMPLE\" --invocation-id \"a5273e2c-d2c6-4880-b3e1-5e550EXAMPLE\" "
],
"GetMaintenanceWindowTask": [
"aws ssm get-maintenance-window-task --window-id mw-0c5ed765acEXAMPLE --window-task-id 0e842a8d-2d44-4886-bb62-af8dcEXAMPLE "
],
"GetOpsItem": [
"aws ssm get-ops-item --ops-item-id oi-0b725EXAMPLE "
],
"GetOpsSummary": [
"aws ssm get-ops-summary "
],
"GetParameter": [
"aws ssm get-parameter --name \"MyStringParameter\" ",
"aws ssm get-parameter --name \"MySecureStringParameter\" --with-decryption "
],
"GetParameterHistory": [
"aws ssm get-parameter-history --name \"MyStringParameter\" "
],
"GetParameters": [
"aws ssm get-parameters --names \"MyStringParameter\" \"MyStringListParameter\" \"MyInvalidParameterName\" ",
"aws ssm get-parameters --names MyStringParameter MyStringListParameter --query \"Parameters[*].{Name:Name,Value:Value}\" "
],
"GetParametersByPath": [
"aws ssm get-parameters-by-path --path \"/site/newyork/department/\" "
],
"GetPatchBaseline": [
"aws ssm get-patch-baseline --baseline-id \"pb-0123456789abcdef0\" "
],
"GetPatchBaselineForPatchGroup": [
"aws ssm get-patch-baseline-for-patch-group --patch-group \"DEV\" "
],
"GetServiceSetting": [
"aws ssm get-service-setting --setting-id arn:aws:ssm:us-east-1:123456789012:servicesetting/ssm/parameter-store/high-throughput-enabled "
],
"LabelParameterVersion": [
"aws ssm label-parameter-version --name \"MyStringParameter\" --labels \"ProductionReady\" ",
"aws ssm label-parameter-version --name \"MyStringParameter\" --labels \"ProductionReady\" --parameter-version \"2\" --labels \"DevelopmentReady\" "
],
"ListAssociationVersions": [
"aws ssm list-association-versions --association-id \"8dfe3659-4309-493a-8755-0123456789ab\" "
],
"ListAssociations": [
"aws ssm list-associations --association-filter-list \"key=AssociationName,value=UpdateSSMAgent\" ",
"aws ssm list-associations --association-filter-list \"key=Name,value=AWS-UpdateSSMAgent\" "
],
"ListCommandInvocations": [
"aws ssm list-command-invocations --command-id \"ef7fdfd8-9b57-4151-a15c-db9a12345678\" --details "
],
"ListCommands": [
"aws ssm list-commands --command-id \"0831e1a8-a1ac-4257-a1fd-c831bEXAMPLE\" ",
"aws ssm list-commands --filter \"key=InvokedAfter,value=2020-02-01T00:00:00Z\" ",
"aws ssm list-commands "
],
"ListComplianceItems": [
"aws ssm list-compliance-items --resource-ids \"i-1234567890abcdef0\" --resource-types \"ManagedInstance\" ",
"aws ssm list-compliance-items --resource-ids \"i-1234567890abcdef0\" --resource-types \"ManagedInstance\" --filters \"Key=ComplianceType,Values=Association,Type=EQUAL\" \"Key=Id,Values=e4c2ed6d-516f-41aa-aa2a-0123456789ab,Type=EQUAL\" ",
"aws ssm list-compliance-items --resource-ids \"i-1234567890abcdef0\" --resource-types \"ManagedInstance\" --filters \"Key=ExecutionTime,Values=2019-02-18T16:00:00Z,Type=GREATER_THAN\" "
],
"ListComplianceSummaries": [
"aws ssm list-compliance-summaries ",
"aws ssm list-compliance-summaries --filters \"Key=ComplianceType,Values=Patch,Type=EQUAL\" "
],
"ListDocumentVersions": [
"aws ssm list-document-versions --name \"Example\" "
],
"ListDocuments": [
"aws ssm list-documents --filters Key=Owner,Values=Self Key=tag:DocUse,Values=Testing ",
"aws ssm list-documents --filters Key=Name,Values=sharedDocNamePrefix Key=Owner,Values=Private "
],
"ListInventoryEntries": [
"aws ssm list-inventory-entries --instance-id \"i-1234567890abcdef0\" --type-name \"AWS:Application\" "
],
"ListResourceComplianceSummaries": [
"aws ssm list-resource-compliance-summaries ",
"aws ssm list-resource-compliance-summaries --filters \"Key=ComplianceType,Values=Patch,Type=EQUAL\" "
],
"ListResourceDataSync": [
"aws ssm list-resource-data-sync "
],
"ListTagsForResource": [
"aws ssm list-tags-for-resource --resource-type \"PatchBaseline\" --resource-id \"pb-0123456789abcdef0\" "
],
"ModifyDocumentPermission": [
"aws ssm modify-document-permission --name \"Example\" --permission-type \"Share\" --account-ids-to-add \"All\" "
],
"PutComplianceItems": [
"aws ssm put-compliance-items --resource-id \"i-1234567890abcdef0\" --resource-type \"ManagedInstance\" --compliance-type \"Custom:AVCheck\" --execution-summary \"ExecutionTime=2019-02-18T16:00:00Z\" --items \"Id=Version2.0,Title=ScanHost,Severity=CRITICAL,Status=COMPLIANT\" "
],
"PutInventory": [
"aws ssm put-inventory --instance-id \"i-016648b75dd622dab\" --items '[{\"TypeName\": \"Custom:RackInfo\",\"SchemaVersion\": \"1.0\",\"CaptureTime\": \"2019-01-22T10:01:01Z\",\"Content\":[{\"RackLocation\": \"Bay B/Row C/Rack D/Shelf E\"}]}]' ",
"aws ssm put-inventory --instance-id \"i-016648b75dd622dab\" --items \"TypeName=Custom:RackInfo,SchemaVersion=1.0,CaptureTime=2019-01-22T10:01:01Z,Content=[{RackLocation='Bay B/Row C/Rack D/Shelf F'}]\" "
],
"PutParameter": [
"aws ssm put-parameter --name \"MyStringParameter\" --type \"String\" --value \"Vici\" --overwrite ",
"aws ssm put-parameter --name \"MyAdvancedParameter\" --description \"This is an advanced parameter\" --value \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat [truncated]\" --type \"String\" --tier Advanced ",
"aws ssm put-parameter --name \"MyConvertedParameter\" --value \"abc123\" --type \"String\" --tier Advanced --overwrite ",
"aws ssm put-parameter --name \"/Finance/Payroll/q2accesskey\" --value \"P@sSwW)rd\" --type \"SecureString\" --tier Advanced --policies \"[{\\\"Type\\\":\\\"Expiration\\\",\\\"Version\\\":\\\"1.0\\\",\\\"Attributes\\\":{\\\"Timestamp\\\":\\\"2020-06-30T00:00:00.000Z\\\"}},{\\\"Type\\\":\\\"ExpirationNotification\\\",\\\"Version\\\":\\\"1.0\\\",\\\"Attributes\\\":{\\\"Before\\\":\\\"5\\\",\\\"Unit\\\":\\\"Days\\\"}},{\\\"Type\\\":\\\"NoChangeNotification\\\",\\\"Version\\\":\\\"1.0\\\",\\\"Attributes\\\":{\\\"After\\\":\\\"60\\\",\\\"Unit\\\":\\\"Days\\\"}}]\" ",
"aws ssm put-parameter --name \"/Finance/Payroll/q2accesskey\" --value \"N3wP@sSwW)rd\" --type \"SecureString\" --tier Advanced --policies \"[{\\\"Type\\\":\\\"Expiration\\\",\\\"Version\\\":\\\"1.0\\\",\\\"Attributes\\\":{\\\"Timestamp\\\":\\\"2020-06-30T00:00:00.000Z\\\"}},{\\\"Type\\\":\\\"ExpirationNotification\\\",\\\"Version\\\":\\\"1.0\\\",\\\"Attributes\\\":{\\\"Before\\\":\\\"5\\\",\\\"Unit\\\":\\\"Days\\\"}},{\\\"Type\\\":\\\"NoChangeNotification\\\",\\\"Version\\\":\\\"1.0\\\",\\\"Attributes\\\":{\\\"After\\\":\\\"60\\\",\\\"Unit\\\":\\\"Days\\\"}}]\" --overwrite "
],
"RegisterDefaultPatchBaseline": [
"aws ssm register-default-patch-baseline --baseline-id \"pb-abc123cf9bEXAMPLE\" ",
"aws ssm register-default-patch-baseline --baseline-id \"arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0574b43a65ea646ed\" "
],
"RegisterPatchBaselineForPatchGroup": [
"aws ssm register-patch-baseline-for-patch-group --baseline-id \"pb-045f10b4f382baeda\" --patch-group \"Production\" "
],
"RegisterTargetWithMaintenanceWindow": [
"aws ssm register-target-with-maintenance-window --window-id \"mw-06cf17cbefcb4bf4f\" --target \"Key=InstanceIds,Values=i-0000293ffd8c57862\" --owner-information \"Single instance\" --resource-type \"INSTANCE\" ",
"aws ssm register-target-with-maintenance-window --window-id \"mw-06cf17cbefcb4bf4f\" --target \"Key=InstanceIds,Values=i-0000293ffd8c57862,i-0cb2b964d3e14fd9f\" --owner-information \"Two instances in a list\" --resource-type \"INSTANCE\" ",
"aws ssm register-target-with-maintenance-window --window-id \"mw-06cf17cbefcb4bf4f\" --targets \"Key=tag:Environment,Values=Prod\" \"Key=Role,Values=Web\" --owner-information \"Production Web Servers\" --resource-type \"INSTANCE\" ",
"aws ssm register-target-with-maintenance-window --window-id \"mw-06cf17cbefcb4bf4f\" --resource-type \"INSTANCE\" --target \"Key=tag-key,Values=Name,Instance-Type,CostCenter\" ",
"aws ssm register-target-with-maintenance-window --window-id \"mw-06cf17cbefcb4bf4f\" --resource-type \"RESOURCE_GROUP\" --target \"Key=resource-groups:Name,Values=MyResourceGroup\" "
],
"RegisterTaskWithMaintenanceWindow": [
"aws ssm register-task-with-maintenance-window --window-id \"mw-082dcd7649dee04e4\" --targets Key=InstanceIds,Values=i-1234520122EXAMPLE --task-arn AWS-RestartEC2Instance --service-role-arn arn:aws:iam::111222333444:role/SSM --task-type AUTOMATION --task-invocation-parameters \"{\\\"Automation\\\":{\\\"DocumentVersion\\\":\\\"\\$LATEST\\\",\\\"Parameters\\\":{\\\"InstanceId\\\":[\\\"{{RESOURCE_ID}}\\\"]}}}\" --priority 0 --max-concurrency 1 --max-errors 1 --name \"AutomationExample\" --description \"Restarting EC2 Instance for maintenance\" ",
"aws ssm register-task-with-maintenance-window --window-id \"mw-082dcd7649dee04e4\" --targets Key=InstanceIds,Values=i-12344d305eEXAMPLE --task-arn arn:aws:lambda:us-east-1:111222333444:function:SSMTestLAMBDA --service-role-arn arn:aws:iam::111222333444:role/SSM --task-type LAMBDA --task-invocation-parameters '{\"Lambda\":{\"Payload\":\"{\\\"InstanceId\\\":\\\"{{RESOURCE_ID}}\\\",\\\"targetType\\\":\\\"{{TARGET_TYPE}}\\\"}\",\"Qualifier\":\"$LATEST\"}}' --priority 0 --max-concurrency 10 --max-errors 5 --name \"Lambda_Example\" --description \"My Lambda Example\" ",
"aws ssm register-task-with-maintenance-window --window-id \"mw-082dcd7649dee04e4\" --targets \"Key=InstanceIds,Values=i-12344d305eEXAMPLE\" --service-role-arn \"arn:aws:iam::111222333444:role/SSM\" --task-type \"RUN_COMMAND\" --name \"SSMInstallPowerShellModule\" --task-arn \"AWS-InstallPowerShellModule\" --task-invocation-parameters \"{\\\"RunCommand\\\":{\\\"Comment\\\":\\\"\\\",\\\"OutputS3BucketName\\\":\\\"runcommandlogs\\\",\\\"Parameters\\\":{\\\"commands\\\":[\\\"Get-Module -ListAvailable\\\"],\\\"executionTimeout\\\":[\\\"3600\\\"],\\\"source\\\":[\\\"https:\\/\\/gallery.technet.microsoft.com\\/EZOut-33ae0fb7\\/file\\/110351\\/1\\/EZOut.zip\\\"],\\\"workingDirectory\\\":[\\\"\\\\\\\\\\\"]},\\\"TimeoutSeconds\\\":600}}\" --max-concurrency 1 --max-errors 1 --priority 10 ",
"aws ssm register-task-with-maintenance-window --window-id \"mw-082dcd7649dee04e4\" --targets Key=WindowTargetIds,Values=12347414-69c3-49f8-95b8-ed2dcEXAMPLE --task-arn arn:aws:states:us-east-1:111222333444:stateMachine:SSMTestStateMachine --service-role-arn arn:aws:iam::111222333444:role/MaintenanceWindows --task-type STEP_FUNCTIONS --task-invocation-parameters '{\"StepFunctions\":{\"Input\":\"{\\\"InstanceId\\\":\\\"{{RESOURCE_ID}}\\\"}\"}}' --priority 0 --max-concurrency 10 --max-errors 5 --name \"Step_Functions_Example\" --description \"My Step Functions Example\" ",
"aws ssm register-task-with-maintenance-window --targets \"Key=WindowTargetIds,Values=350d44e6-28cc-44e2-951f-4b2c9EXAMPLE\" --task-arn \"AWS-RunShellScript\" --service-role-arn \"arn:aws:iam::111222333444:role/MaintenanceWindowsRole\" --window-id \"mw-082dcd7649dee04e4\" --task-type \"RUN_COMMAND\" --task-parameters \"{\\\"commands\\\":{\\\"Values\\\":[\\\"df\\\"]}}\" --max-concurrency 1 --max-errors 1 --priority 10 "
],
"RemoveTagsFromResource": [
"aws ssm remove-tags-from-resource --resource-type \"PatchBaseline\" --resource-id \"pb-0123456789abcdef0\" --tag-keys \"Region\" "
],
"ResetServiceSetting": [
"aws ssm reset-service-setting --setting-id arn:aws:ssm:us-east-1:123456789012:servicesetting/ssm/parameter-store/high-throughput-enabled "
],
"ResumeSession": [
"aws ssm resume-session --session-id Mary-Major-07a16060613c408b5 "
],
"SendAutomationSignal": [
"aws ssm send-automation-signal --automation-execution-id 73c8eef8-f4ee-4a05-820c-e354fEXAMPLE --signal-type \"Approve\" "
],
"SendCommand": [
"aws ssm send-command --document-name \"AWS-RunShellScript\" --parameters 'commands=[\"echo HelloWorld\"]' --targets \"Key=instanceids,Values=i-1234567890abcdef0\" --comment \"echo HelloWorld\" ",
"aws ssm send-command --instance-ids \"i-1234567890abcdef0\" --document-name \"AWS-RunShellScript\" --comment \"IP config\" --parameters \"commands=ifconfig\" ",
"aws ssm send-command --targets \"Key=tag:ENV,Values=Dev\" --document-name \"AWS-RunShellScript\" --parameters \"commands=ifconfig\" ",
"aws ssm send-command --instance-ids \"i-1234567890abcdef0\" --document-name \"AWS-RunShellScript\" --comment \"IP config\" --parameters \"commands=ifconfig\" --service-role-arn \"arn:aws:iam::123456789012:role/SNS_Role\" --notification-config \"NotificationArn=arn:aws:sns:us-east-1:123456789012:SNSTopicName,NotificationEvents=All,NotificationType=Command\" ",
"aws ssm send-command --instance-ids \"i-1234567890abcdef0\" --document-name \"AWS-RunShellScript\" --comment \"IP config\" --parameters \"commands=ifconfig\" --output-s3-bucket-name \"s3-bucket-name\" --output-s3-key-prefix \"runcommand\" --cloud-watch-output-config \"CloudWatchOutputEnabled=true,CloudWatchLogGroupName=CWLGroupName\" ",
"aws ssm send-command --document-name \"AWS-RunPowerShellScript\" --parameters commands=[\"echo helloWorld\"] --targets Key=tag:Env,Values=Dev Key=tag:Role,Values=WebServers ",
"aws ssm send-command --document-name \"AWS-RunPowerShellScript\" --parameters commands=[\"echo helloWorld\"] --targets Key=tag:Env,Values=Dev,Test ",
"aws ssm send-command --document-name \"arn:aws:ssm:us-east-1:123456789012:document/ExampleDocument\" --targets \"Key=instanceids,Values=i-1234567890abcdef0\" "
],
"StartAssociationsOnce": [
"aws ssm start-associations-once --association-id \"8dfe3659-4309-493a-8755-0123456789ab\" "
],
"StartAutomationExecution": [
"aws ssm start-automation-execution --document-name \"AWS-UpdateLinuxAmi\" --parameters \"AutomationAssumeRole=arn:aws:iam::123456789012:role/SSMAutomationRole,SourceAmiId=ami-EXAMPLE,IamInstanceProfileName=EC2InstanceRole\" ",
"aws ssm start-automation-execution --document-name \"arn:aws:ssm:us-east-1:123456789012:document/ExampleDocument\" "
],
"StartSession": [
"aws ssm start-session --target \"i-1234567890abcdef0\" "
],
"StopAutomationExecution": [
"aws ssm stop-automation-execution --automation-execution-id \"4105a4fc-f944-11e6-9d32-0a1b2EXAMPLE\" "
],
"TerminateSession": [
"aws ssm terminate-session --session-id \"Shirley-Rodriguez-07a16060613c408b5\" "
],
"UnlabelParameterVersion": [
"aws ssm unlabel-parameter-version --name \"parameterName\" --parameter-version 1 --labels \"label_1\" \"label_2\" \"label_3\" "
],
"UpdateAssociation": [
"aws ssm update-association --association-id \"8dfe3659-4309-493a-8755-0123456789ab\" --document-version \"\\$LATEST\" ",
"aws ssm update-association --association-id \"8dfe3659-4309-493a-8755-0123456789ab\" --schedule-expression \"cron(0 0 0/4 1/1 * ? *)\" "
],
"UpdateAssociationStatus": [
"aws ssm update-association-status --name \"AWS-UpdateSSMAgent\" --instance-id \"i-1234567890abcdef0\" --association-status \"Date=1424421071.939,Name=Pending,Message=temp_status_change,AdditionalInfo=Additional-Config-Needed\" "
],
"UpdateDocument": [
"aws ssm update-document --name \"RunShellScript\" --content \"file://RunShellScript.json\" --document-version \"$LATEST\" ",
"aws ssm update-document --name \"RunShellScript\" --content \"file://RunShellScript.json\" --document-version '$LATEST' "
],
"UpdateDocumentDefaultVersion": [
"aws ssm update-document-default-version --name \"Example\" --document-version \"2\" "
],
"UpdateMaintenanceWindow": [
"aws ssm update-maintenance-window --window-id \"mw-1a2b3c4d5e6f7g8h9\" --name \"My-Renamed-MW\" ",
"aws ssm update-maintenance-window --window-id \"mw-1a2b3c4d5e6f7g8h9\" --no-enabled ",
"aws ssm update-maintenance-window --window-id \"mw-1a2b3c4d5e6f7g8h9\" --enabled "
],
"UpdateMaintenanceWindowTarget": [
"aws ssm update-maintenance-window-target --window-id \"mw-0c5ed765acEXAMPLE\" --window-target-id \"57e8344e-fe64-4023-8191-6bf05EXAMPLE\" --name \"NewName\" --no-replace "
],
"UpdateMaintenanceWindowTask": [
"aws ssm update-maintenance-window-task --window-id \"mw-0c5ed765acEXAMPLE\" --window-task-id \"23d3809e-9fbe-4ddf-b41a-b49d7EXAMPLE\" --service-role-arn \"arn:aws:iam::111222333444:role/aws-service-role/ssm.amazonaws.com/AWSServiceRoleForAmazonSSM\" "
],
"UpdateManagedInstanceRole": [
"aws ssm update-managed-instance-role --instance-id \"mi-08ab247cdfEXAMPLE\" --iam-role \"ExampleRole\" "
],
"UpdateOpsItem": [
"aws ssm update-ops-item --ops-item-id \"oi-287b5EXAMPLE\" --description \"Primary OpsItem for failover event 2020-01-01-fh398yf\" --priority 2 --category \"Security\" --notifications \"Arn=arn:aws:sns:us-east-2:111222333444:my-us-east-2-topic\" "
],
"UpdatePatchBaseline": [
"aws ssm update-patch-baseline --baseline-id \"pb-0123456789abcdef0\" --rejected-patches \"KB2032276\" \"MS10-048\" --approved-patches \"KB2124261\" ",
"aws ssm update-patch-baseline --baseline-id \"pb-0713accee01234567\" --name \"Windows-Server-2012-R2-Important-and-Critical-Security-Updates\" "
],
"UpdateResourceDataSync": [
"aws ssm update-resource-data-sync --sync-name exampleSync --sync-type SyncFromSource --sync-source '{\"SourceType\":\"SingleAccountMultiRegions\", \"SourceRegions\":[\"us-east-1\", \"us-west-2\"]}' "
],
"UpdateServiceSetting": [
"aws ssm update-service-setting --setting-id arn:aws:ssm:us-east-1:123456789012:servicesetting/ssm/parameter-store/high-throughput-enabled --setting-value true "
]
},
"storagegateway": {
"DescribeGatewayInformation": [
"aws storagegateway describe-gateway-information --gateway-arn \"arn:aws:storagegateway:us-west-2:123456789012:gateway/sgw-12A3456B\" "
],
"ListFileShares": [
"aws storagegateway list-file-shares --gateway-arn arn:aws:storagegateway:us-east-1:209870788375:gateway/sgw-FB02E292 "
],
"ListGateways": [
"aws storagegateway list-gateways "
],
"ListVolumes": [
"aws storagegateway list-volumes --gateway-arn \"arn:aws:storagegateway:us-west-2:123456789012:gateway/sgw-12A3456B\" "
],
"RefreshCache": [
"aws storagegateway refresh-cache --file-share-arn arn:aws:storagegateway:us-east-1:111122223333:share/share-2FA12345 "
]
},
"sts": {
"AssumeRole": [
"aws sts assume-role --role-arn arn:aws:iam::123456789012:role/xaccounts3access --role-session-name s3-access-example "
],
"AssumeRoleWithSaml": [
"aws sts assume-role-with-saml --role-arn arn:aws:iam::123456789012:role/TestSaml --principal-arn arn:aws:iam::123456789012:saml-provider/SAML-test --saml-assertion \"VERYLONGENCODEDASSERTIONEXAMPLExzYW1sOkF1ZGllbmNlPmJsYW5rPC9zYW1sOkF1ZGllbmNlPjwvc2FtbDpBdWRpZW5jZVJlc3RyaWN0aW9uPjwvc2FtbDpDb25kaXRpb25zPjxzYW1sOlN1YmplY3Q+PHNhbWw6TmFtZUlEIEZvcm1hdD0idXJuOm9hc2lzOm5hbWVzOnRjOlNBTUw6Mi4wOm5hbWVpZC1mb3JtYXQ6dHJhbnNpZW50Ij5TYW1sRXhhbXBsZTwvc2FtbDpOYW1lSUQ+PHNhbWw6U3ViamVjdENvbmZpcm1hdGlvbiBNZXRob2Q9InVybjpvYXNpczpuYW1lczp0YzpTQU1MOjIuMDpjbTpiZWFyZXIiPjxzYW1sOlN1YmplY3RDb25maXJtYXRpb25EYXRhIE5vdE9uT3JBZnRlcj0iMjAxOS0xMS0wMVQyMDoyNTowNS4xNDVaIiBSZWNpcGllbnQ9Imh0dHBzOi8vc2lnbmluLmF3cy5hbWF6b24uY29tL3NhbWwiLz48L3NhbWw6U3ViamVjdENvbmZpcm1hdGlvbj48L3NhbWw6U3ViamVjdD48c2FtbDpBdXRoblN0YXRlbWVudCBBdXRoPD94bWwgdmpSZXNwb25zZT4=\" "
],
"AssumeRoleWithWebIdentity": [
"aws sts assume-role-with-web-identity --duration-seconds 3600 --role-session-name \"app1\" --provider-id \"www.amazon.com\" --policy-arns \"arn=arn:aws:iam::123456789012:policy/webidentitydemopolicy1\" \"arn=arn:aws:iam::123456789012:policy/webidentitydemopolicy2\" --role-arn arn:aws:iam::123456789012:role/FederatedWebIdentityRole --web-identity-token \"Atza%7CIQEBLjAsAhRFiXuWpUXuRvQ9PZL3GMFcYevydwIUFAHZwXZXXXXXXXXJnrulxKDHwy87oGKPznh0D6bEQZTSCzyoCtL_8S07pLpr0zMbn6w1lfVZKNTBdDansFBmtGnIsIapjI6xKR02Yc_2bQ8LZbUXSGm6Ry6_BG7PrtLZtj_dfCTj92xNGed-CrKqjG7nPBjNIL016GGvuS5gSvPRUxWES3VYfm1wl7WTI7jn-Pcb6M-buCgHhFOzTQxod27L9CqnOLio7N3gZAGpsp6n1-AJBOCJckcyXe2c6uD0srOJeZlKUm2eTDVMf8IehDVI0r1QOnTV6KzzAI3OY87Vd_cVMQ\" "
],
"GetCallerIdentity": [
"aws sts get-caller-identity "
],
"GetSessionToken": [
"aws sts get-session-token --duration-seconds 900 --serial-number \"YourMFADeviceSerialNumber\" --token-code 123456 "
]
},
"support": {
"AddAttachmentsToSet": [
"aws support add-attachments-to-set --attachment-set-id \"as-2f5a6faa2a4a1e600-mu-nk5xQlBr70-G1cUos5LZkd38KOAHZa9BMDVzNEXAMPLE\" --attachments fileName=troubleshoot-screenshot.png,data=base64-encoded-string "
],
"AddCommunicationToCase": [
"aws support add-communication-to-case --case-id \"case-12345678910-2013-c4c1d2bf33c5cf47\" --communication-body \"I am attaching a set of images to this case.\" --cc-email-addresses \"myemail@example.com\" --attachment-set-id \"as-2f5a6faa2a4a1e600-mu-nk5xQlBr70-G1cUos5LZkd38KOAHZa9BMDVzNEXAMPLE\" "
],
"CreateCase": [
"aws support create-case --category-code \"using-aws\" --cc-email-addresses \"myemail@example.com\" --communication-body \"I want to learn more about an AWS service.\" --issue-type \"technical\" --language \"en\" --service-code \"general-info\" --severity-code \"low\" --subject \"Question about my account\" "
],
"DescribeAttachment": [
"aws support describe-attachment --attachment-id \"attachment-KBnjRNrePd9D6Jx0-Mm00xZuDEaL2JAj_0-gJv9qqDooTipsz3V1Nb19rCfkZneeQeDPgp8X1iVJyHH7UuhZDdNeqGoduZsPrAhyMakqlc60-iJjL5HqyYGiT1FG8EXAMPLE\" "
],
"DescribeCases": [
"aws support describe-cases --display-id \"1234567890\" --after-time \"2020-03-23T21:31:47.774Z\" --include-resolved-cases --language \"en\" --no-include-communications --max-item 1 "
],
"DescribeCommunications": [
"aws support describe-communications --case-id \"case-12345678910-2013-c4c1d2bf33c5cf47\" --after-time \"2020-03-23T21:31:47.774Z\" --max-item 1 "
],
"DescribeServices": [
"aws support describe-services --service-code-list \"general-info\" "
],
"DescribeSeverityLevels": [
"aws support describe-severity-levels "
],
"DescribeTrustedAdvisorCheckRefreshStatuses": [
"aws support describe-trusted-advisor-check-refresh-statuses --check-id \"Pfx0RwqBli\" \"zXCkfM1nI3\" "
],
"DescribeTrustedAdvisorCheckResult": [
"aws support describe-trusted-advisor-check-result --check-id \"zXCkfM1nI3\" "
],
"DescribeTrustedAdvisorCheckSummaries": [
"aws support describe-trusted-advisor-check-summaries --check-ids \"Pfx0RwqBli\" \"zXCkfM1nI3\" "
],
"DescribeTrustedAdvisorChecks": [
"aws support describe-trusted-advisor-checks --language \"en\" "
],
"RefreshTrustedAdvisorCheck": [
"aws support refresh-trusted-advisor-check --check-id \"Pfx0RwqBli\" "
],
"ResolveCase": [
"aws support resolve-case --case-id \"case-12345678910-2013-c4c1d2bf33c5cf47\" "
]
},
"swf": {
"CountClosedWorkflowExecutions": [
"aws swf count-closed-workflow-executions --domain DataFrobtzz --close-time-filter \"{ \\\"latestDate\\\" : 1377129600, \\\"oldestDate\\\" : 1370044800 }\" "
],
"CountOpenWorkflowExecutions": [
"aws swf count-open-workflow-executions --domain DataFrobtzz --start-time-filter \"{ \\\"latestDate\\\" : 1377129600, \\\"oldestDate\\\" : 1370044800 }\" "
],
"DeprecateDomain": [],
"DescribeDomain": [],
"ListActivityTypes": [
"aws swf list-activity-types --domain DataFrobtzz --registration-status REGISTERED ",
"aws swf list-activity-types --domain DataFrobtzz --registration-status REGISTERED --name \"send-subscription-success\" ",
"aws swf list-activity-types --domain DataFrobtzz --registration-status REGISTERED --maximum-page-size 2 ",
"aws swf list-activity-types --domain DataFrobtzz --registration-status REGISTERED --maximum-page-size 2 --next-page-token \"AAAAKgAAAAEAAAAAAAAAA1Gp1BelJq+PmHvAnDxJYbup8+0R4LVtbXLDl7QNY7C3OpHo9Sz06D/GuFz1OyC73umBQ1tOPJ/gC/aYpzDMqUIWIA1T9W0s2DryyZX4OC/6Lhk9/o5kdsuWMSBkHhgaZjgwp3WJINIFJFdaSMxY2vYAX7AtRtpcqJuBDDRE9RaRqDGYqIYUMltarkiqpSY1ZVveBasBvlvyUb/WGAaqehiDz7/JzLT/wWNNUMOd+Nhe\" ",
"aws swf list-activity-types --domain DataFrobtzz --registration-status REGISTERED --maximum-page-size 2 --reverse-order "
],
"ListDomains": [
"aws swf list-domains --registration-status REGISTERED ",
"aws swf list-domains --registration-status DEPRECATED ",
"aws swf list-domains --registration-status REGISTERED --maximum-page-size 1 ",
"aws swf list-domains --registration-status REGISTERED --maximum-page-size 1 --next-page-token \"AAAAKgAAAAEAAAAAAAAAA2QJKNtidVgd49TTeNwYcpD+QKT2ynuEbibcQWe2QKrslMGe63gpS0MgZGpcpoKttL4OCXRFn98Xif557it+wSZUsvUDtImjDLvguyuyyFdIZtvIxIKEOPm3k2r4OjAGaFsGOuVbrKljvla7wdU7FYH3OlkNCP8b7PBj9SBkUyGoiAghET74P93AuVIIkdKGtQ==\" "
],
"ListWorkflowTypes": [
"aws swf list-workflow-types --domain DataFrobtzz --registration-status REGISTERED "
],
"RegisterDomain": [],
"RegisterWorkflowType": [
"aws swf register-workflow-type --domain DataFrobtzz --name \"MySimpleWorkflow\" --workflow-version \"v1\" "
]
},
"textract": {
"AnalyzeDocument": [
"aws textract analyze-document --document '{\"S3Object\":{\"Bucket\":\"bucket\",\"Name\":\"document\"}}' --feature-types '[\"TABLES\",\"FORMS\"]' "
],
"DetectDocumentText": [
"aws textract detect-document-text --document '{\"S3Object\":{\"Bucket\":\"bucket\",\"Name\":\"document\"}}' "
],
"GetDocumentAnalysis": [
"aws textract get-document-analysis --job-id df7cf32ebbd2a5de113535fcf4d921926a701b09b4e7d089f3aebadb41e0712b --max-results 1000 "
],
"GetDocumentTextDetection": [
"aws textract get-document-text-detection --job-id 57849a3dc627d4df74123dca269d69f7b89329c870c65bb16c9fd63409d200b9 --max-results 1000 "
],
"StartDocumentAnalysis": [
"aws textract start-document-analysis --document-location '{\"S3Object\":{\"Bucket\":\"reescheastv\",\"Name\":\"doctest.png\"}}' --feature-types '[\"TABLES\",\"FORMS\"]' --notification-channel \"SNSTopicArn=arn:aws:sns:us-west-2:123456789012:my-topic,RoleArn=arn:aws:iam::123456789012:role/Test-Role\" "
],
"StartDocumentTextDetection": [
"aws textract start-document-text-detection --document-location '{\"S3Object\":{\"Bucket\":\"reescheastv\",\"Name\":\"doctest.png\"}}' --notification-channel \"SNSTopicArn=arn:aws:sns:us-west-2:123456789012:my-topic,RoleArn=arn:aws:iam::123456789012:role/Test-Role\" "
]
},
"transcribe": {
"CreateLanguageModel": [
"aws transcribe create-language-model --language-code language-code --base-model-name base-model-name --model-name cli-clm-example --input-data-config S3Uri=\"s3://DOC-EXAMPLE-BUCKET/Amazon-S3-Prefix-for-training-data\",TuningDataS3Uri=\"s3://DOC-EXAMPLE-BUCKET/Amazon-S3-Prefix-for-tuning-data\",DataAccessRoleArn=\"arn:aws:iam::AWS-account-number:role/IAM-role-with-permissions-to-create-a-custom-language-model\" ",
"aws transcribe create-language-model --language-code en-US --base-model-name base-model-name --model-name cli-clm-example --input-data-config S3Uri=\"s3://DOC-EXAMPLE-BUCKET/Amazon-S3-Prefix-For-Training-Data\",DataAccessRoleArn=\"arn:aws:iam::AWS-account-number:role/IAM-role-with-permissions-to-create-a-custom-language-model\" "
],
"CreateMedicalVocabulary": [
"aws transcribe create-medical-vocabulary --vocabulary-name cli-medical-vocab-example --language-code language-code --vocabulary-file-uri https://DOC-EXAMPLE-BUCKET.AWS-Region.amazonaws.com/the-text-file-for-the-medical-custom-vocabulary.txt "
],
"CreateVocabulary": [
"aws transcribe create-vocabulary --language-code language-code --vocabulary-name cli-vocab-example --vocabulary-file-uri s3://DOC-EXAMPLE-BUCKET/Amazon-S3-prefix/the-text-file-for-the-custom-vocabulary.txt "
],
"CreateVocabularyFilter": [
"aws transcribe create-vocabulary-filter --language-code language-code --vocabulary-filter-file-uri s3://DOC-EXAMPLE-BUCKET/vocabulary-filter.txt --vocabulary-filter-name cli-vocabulary-filter-example "
],
"DeleteLanguageModel": [
"aws transcribe delete-language-model --model-name model-name "
],
"DeleteMedicalTranscriptionJob": [
"aws transcribe delete-medical-transcription-job --medical-transcription-job-name medical-transcription-job-name "
],
"DeleteMedicalVocabulary": [],
"DeleteTranscriptionJob": [
"aws transcribe delete-transcription-job --transcription-job-name your-transcription-job "
],
"DeleteVocabulary": [
"aws transcribe delete-vocabulary --vocabulary-name vocabulary-name "
],
"DeleteVocabularyFilter": [
"aws transcribe delete-vocabulary-filter --vocabulary-filter-name vocabulary-filter-name "
],
"DescribeLanguageModel": [
"aws transcribe describe-language-model --model-name cli-clm-example "
],
"GetMedicalTranscriptionJob": [
"aws transcribe get-medical-transcription-job --medical-transcription-job-name vocabulary-dictation-medical-transcription-job "
],
"GetMedicalVocabulary": [
"aws transcribe get-medical-vocabulary --vocabulary-name medical-vocab-example "
],
"GetTranscriptionJob": [
"aws transcribe get-transcription-job --transcription-job-name your-transcription-job "
],
"GetVocabulary": [
"aws transcribe get-vocabulary --vocabulary-name cli-vocab-1 "
],
"GetVocabularyFilter": [
"aws transcribe get-vocabulary-filter --vocabulary-filter-name testFilter "
],
"ListLanguageModels": [
"aws transcribe list-language-models "
],
"ListMedicalTranscriptionJobs": [
"aws transcribe list-medical-transcription-jobs "
],
"ListMedicalVocabularies": [
"aws transcribe list-medical-vocabularies "
],
"ListTranscriptionJobs": [
"aws transcribe list-transcription-jobs "
],
"ListVocabularies": [
"aws transcribe list-vocabularies "
],
"ListVocabularyFilters": [
"aws transcribe list-vocabulary-filters "
],
"StartMedicalTranscriptionJob": [
"aws transcribe start-medical-transcription-job --cli-input-json file://myfile.json ",
"aws transcribe start-medical-transcription-job --cli-input-json file://mysecondfile.json ",
"aws transcribe start-medical-transcription-job --cli-input-json file://mythirdfile.json ",
"aws transcribe start-medical-transcription-job --cli-input-json file://myfourthfile.json ",
"aws transcribe start-medical-transcription-job --cli-input-json file://myfifthfile.json ",
"aws transcribe start-medical-transcription-job --cli-input-json file://mysixthfile.json "
],
"StartTranscriptionJob": [
"aws transcribe start-transcription-job --cli-input-json file://myfile.json ",
"aws transcribe start-transcription-job --cli-input-json file://mysecondfile.json ",
"aws transcribe start-transcription-job --cli-input-json file://mythirdfile.json ",
"aws transcribe start-transcription-job --cli-input-json file://myfourthfile.json ",
"aws transcribe start-transcription-job --cli-input-json file://myfifthfile.json ",
"aws transcribe start-transcription-job --cli-input-json file://mysixthfile.json ",
"aws transcribe start-transcription-job --cli-input-json file://myseventhfile.json ",
"aws transcribe start-transcription-job --cli-input-json file://myeighthfile.json ",
"aws transcribe start-transcription-job --cli-input-json file://myninthfile.json ",
"aws transcribe start-transcription-job --cli-input-json file://mytenthfile.json "
],
"UpdateMedicalVocabulary": [
"aws transcribe update-medical-vocabulary --vocabulary-file-uri s3://DOC-EXAMPLE-BUCKET/Amazon-S3-Prefix/medical-custom-vocabulary.txt --vocabulary-name medical-custom-vocabulary --language-code language "
],
"UpdateVocabulary": [
"aws transcribe update-vocabulary --vocabulary-file-uri s3://DOC-EXAMPLE-BUCKET/Amazon-S3-Prefix/custom-vocabulary.txt --vocabulary-name custom-vocabulary --language-code language-code "
],
"UpdateVocabularyFilter": [
"aws transcribe update-vocabulary-filter --vocabulary-filter-file-uri s3://DOC-EXAMPLE-BUCKET/Amazon-S3-Prefix/your-text-file-to-update-your-vocabulary-filter.txt --vocabulary-filter-name vocabulary-filter-name "
]
},
"translate": {
"ImportTerminology": [
"aws translate import-terminology --name MyTestTerminology --description \"Creating a test terminology in AWS Translate\" --merge-strategy OVERWRITE --data-file fileb://test-terminology.csv --terminology-data Format=CSV "
]
},
"waf": {
"PutLoggingConfiguration": [
"aws waf put-logging-configuration --logging-configuration ResourceArn=arn:aws:waf::123456789012:webacl/3bffd3ed-fa2e-445e-869f-a6a7cf153fd3,LogDestinationConfigs=arn:aws:firehose:us-east-1:123456789012:deliverystream/aws-waf-logs-firehose-stream,RedactedFields=[] "
],
"UpdateByteMatchSet": [
"aws waf update-byte-match-set --byte-match-set-id a123fae4-b567-8e90-1234-5ab67ac8ca90 --change-token 12cs345-67cd-890b-1cd2-c3a4567d89f1 --updates \"Action=\"DELETE\",ByteMatchTuple={FieldToMatch={Type=\"HEADER\",Data=\"referer\"},TargetString=\"badrefer1\",TextTransformation=\"NONE\",PositionalConstraint=\"CONTAINS\"}\" "
],
"UpdateIpSet": [
"aws waf update-ip-set --ip-set-id a123fae4-b567-8e90-1234-5ab67ac8ca90 --change-token 12cs345-67cd-890b-1cd2-c3a4567d89f1 --updates \"Action=\"INSERT\",IPSetDescriptor={Type=\"IPV4\",Value=\"12.34.56.78/16\"}\" \"Action=\"DELETE\",IPSetDescriptor={Type=\"IPV6\",Value=\"1111:0000:0000:0000:0000:0000:0000:0111/128\"}\" ",
"aws waf update-ip-set --ip-set-id a123fae4-b567-8e90-1234-5ab67ac8ca90 --change-token 12cs345-67cd-890b-1cd2-c3a4567d89f1 --updates file://change.json "
],
"UpdateRule": [
"aws waf update-rule --rule-id a123fae4-b567-8e90-1234-5ab67ac8ca90 --change-token 12cs345-67cd-890b-1cd2-c3a4567d89f1 --updates \"Action=\"DELETE\",Predicate={Negated=false,Type=\"ByteMatch\",DataId=\"MyByteMatchSetID\"}\" "
],
"UpdateSizeConstraintSet": [
"aws waf update-size-constraint-set --size-constraint-set-id a123fae4-b567-8e90-1234-5ab67ac8ca90 --change-token 12cs345-67cd-890b-1cd2-c3a4567d89f1 --updates \"Action=\"DELETE\",SizeConstraint={FieldToMatch={Type=\"QUERY_STRING\"},TextTransformation=\"NONE\",ComparisonOperator=\"GT\",Size=0}\" "
],
"UpdateSqlInjectionMatchSet": [
"aws waf update-sql-injection-match-set --sql-injection-match-set-id a123fae4-b567-8e90-1234-5ab67ac8ca90 --change-token 12cs345-67cd-890b-1cd2-c3a4567d89f1 --updates \"Action=\"DELETE\",SqlInjectionMatchTuple={FieldToMatch={Type=\"QUERY_STRING\"},TextTransformation=\"URL_DECODE\"}\" "
],
"UpdateWebAcl": [
"aws waf update-web-acl --web-acl-id a123fae4-b567-8e90-1234-5ab67ac8ca90 --change-token 12cs345-67cd-890b-1cd2-c3a4567d89f1 --updates Action=\"DELETE\",ActivatedRule='{Priority=1,RuleId=\"WAFRule-1-Example\",Action={Type=\"ALLOW\"},Type=\"REGULAR\"}' "
],
"UpdateXssMatchSet": [
"aws waf update-xss-match-set --xss-match-set-id a123fae4-b567-8e90-1234-5ab67ac8ca90 --change-token 12cs345-67cd-890b-1cd2-c3a4567d89f1 --updates \"Action=\"DELETE\",XssMatchTuple={FieldToMatch={Type=\"QUERY_STRING\"},TextTransformation=\"URL_DECODE\"}\" "
]
},
"waf-regional": {
"AssociateWebAcl": [
"aws waf-regional associate-web-acl --web-acl-id a123fae4-b567-8e90-1234-5ab67ac8ca90 --resource-arn 12cs345-67cd-890b-1cd2-c3a4567d89f1 "
],
"PutLoggingConfiguration": [
"aws waf-regional put-logging-configuration --logging-configuration ResourceArn=arn:aws:waf-regional:us-east-1:123456789012:webacl/3bffd3ed-fa2e-445e-869f-a6a7cf153fd3,LogDestinationConfigs=arn:aws:firehose:us-east-1:123456789012:deliverystream/aws-waf-logs-firehose-stream,RedactedFields=[] --region us-east-1 "
],
"UpdateByteMatchSet": [
"aws waf-regional update-byte-match-set --byte-match-set-id a123fae4-b567-8e90-1234-5ab67ac8ca90 --change-token 12cs345-67cd-890b-1cd2-c3a4567d89f1 --updates 'Action=\"DELETE\",ByteMatchTuple={FieldToMatch={Type=\"HEADER\",Data=\"referer\"},TargetString=\"badrefer1\",TextTransformation=\"NONE\",PositionalConstraint=\"CONTAINS\"}' "
],
"UpdateIpSet": [
"aws waf-regional update-ip-set --ip-set-id a123fae4-b567-8e90-1234-5ab67ac8ca90 --change-token 12cs345-67cd-890b-1cd2-c3a4567d89f1 --updates file://change.json "
],
"UpdateRule": [
"aws waf-regional update-rule --rule-id a123fae4-b567-8e90-1234-5ab67ac8ca90 --change-token 12cs345-67cd-890b-1cd2-c3a4567d89f1 --updates 'Action=\"DELETE\",Predicate={Negated=false,Type=\"ByteMatch\",DataId=\"MyByteMatchSetID\"}' "
],
"UpdateSizeConstraintSet": [
"aws waf-regional update-size-constraint-set --size-constraint-set-id a123fae4-b567-8e90-1234-5ab67ac8ca90 --change-token 12cs345-67cd-890b-1cd2-c3a4567d89f1 --updates 'Action=\"DELETE\",SizeConstraint={FieldToMatch={Type=\"QUERY_STRING\"},TextTransformation=\"NONE\",ComparisonOperator=\"GT\",Size=0}' "
],
"UpdateSqlInjectionMatchSet": [
"aws waf-regional update-sql-injection-match-set --sql-injection-match-set-id a123fae4-b567-8e90-1234-5ab67ac8ca90 --change-token 12cs345-67cd-890b-1cd2-c3a4567d89f1 --updates 'Action=\"DELETE\",SqlInjectionMatchTuple={FieldToMatch={Type=\"QUERY_STRING\"},TextTransformation=\"URL_DECODE\"}' "
],
"UpdateWebAcl": [
"aws waf-regional update-web-acl --web-acl-id a123fae4-b567-8e90-1234-5ab67ac8ca90 --change-token 12cs345-67cd-890b-1cd2-c3a4567d89f1 --updates Action=\"DELETE\",ActivatedRule='{Priority=1,RuleId=\"WAFRule-1-Example\",Action={Type=\"ALLOW\"},Type=\"ALLOW\"}' "
],
"UpdateXssMatchSet": [
"aws waf-regional update-xss-match-set --xss-match-set-id a123fae4-b567-8e90-1234-5ab67ac8ca90 --change-token 12cs345-67cd-890b-1cd2-c3a4567d89f1 --updates 'Action=\"DELETE\",XssMatchTuple={FieldToMatch={Type=\"QUERY_STRING\"},TextTransformation=\"URL_DECODE\"}' "
]
},
"wafv2": {
"AssociateWebAcl": [
"aws wafv2 associate-web-acl --web-acl-arn arn:aws:wafv2:us-west-2:123456789012:regional/webacl/test-cli/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111 --resource-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/waf-cli-alb/1ea17125f8b25a2a --region us-west-2 "
],
"CheckCapacity": [
"aws wafv2 check-capacity --scope REGIONAL --rules file://waf-rule-list.json --region us-west-2 "
],
"CreateIpSet": [
"aws wafv2 create-ip-set --name testip --scope REGIONAL --ip-address-version IPV4 --addresses 198.51.100.0/16 "
],
"CreateRegexPatternSet": [
"aws wafv2 create-regex-pattern-set --name regexPatterSet01 --scope REGIONAL --description 'Test web-acl' --regular-expression-list '[{\"RegexString\": \"/[0-9]*/\"},{\"RegexString\": \"/[a-z]*/\"}]' "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment