Most voted questions in AWS

0 votes
1 answer

How to merge two branches using the squash merge strategy in AWS CodeCommit?

Hi@akhtar, You can merge two branches using the ...READ MORE

Nov 24, 2020 in AWS by MD
• 95,440 points
1,263 views
0 votes
1 answer

How to view a list of repositories in AWS CodeCommit?

Hi@akhtar, You can lists all AWS CodeCommit repositories ...READ MORE

Nov 24, 2020 in AWS by MD
• 95,440 points
1,644 views
0 votes
1 answer

How to view a list of branch names in AWS CodeCommit?

Hi@akhtar, You can get information about one or more ...READ MORE

Nov 24, 2020 in AWS by MD
• 95,440 points
613 views
0 votes
1 answer

How to merge two branches using the fast-forward merge strategy in AWS CodeCommit?

Hi@akhtar, The following merge-branches-by-fast-forward example merges the specified ...READ MORE

Nov 24, 2020 in AWS by MD
• 95,440 points
703 views
0 votes
1 answer

How to get information about a repository in AWS CodeCommit?

Hi@akhtar, You can get all the information about ...READ MORE

Nov 24, 2020 in AWS by MD
• 95,440 points
351 views
0 votes
1 answer

How to get information about differences for a commit specifier in a repository in AWS CodeCommit?

Hi@akhtar, You can get information about the differences ...READ MORE

Nov 24, 2020 in AWS by MD
• 95,440 points
713 views
0 votes
1 answer

How to view information about a commit in a repository in AWS CodeCommit?

Hi@akhtar, You can get information about a commit, ...READ MORE

Nov 24, 2020 in AWS by MD
• 95,440 points
387 views
0 votes
1 answer

How to get information about a branch in AWS CodeCommit?

Hi@akhtar, You can get information about a repository ...READ MORE

Nov 24, 2020 in AWS by MD
• 95,440 points
786 views
0 votes
1 answer

How to delete a repository in AWS CodeCommit?

Hi@akhtar, You can delete a repository in AWS CodeCommit. ...READ MORE

Nov 24, 2020 in AWS by MD
• 95,440 points
740 views
0 votes
1 answer

How to delete a file from a branch in AWS CodeCommit?

Hi@akhtar, The following delete-file example demonstrates how to ...READ MORE

Nov 24, 2020 in AWS by MD
• 95,440 points
3,565 views
0 votes
1 answer

How to delete a branch in AWS CodeCommit?

Hi@akhtar, You can delete a branch from a repository ...READ MORE

Nov 23, 2020 in AWS by MD
• 95,440 points
989 views
0 votes
1 answer

How to create a new, empty repository in AWS CodeCommit?

Hi@akhtar, You can create a repository and associate it with ...READ MORE

Nov 23, 2020 in AWS by MD
• 95,440 points
627 views
0 votes
1 answer

How to create a pull request in AWS CodeCommit?

Hi@akhtar, The following create-pull-request example creates a pull request named ...READ MORE

Nov 23, 2020 in AWS by MD
• 95,440 points
1,479 views
0 votes
1 answer

How to create a commit in AWS CodeCommit?

Hi@akhtar, The following create-commit example demonstrates how to create an ...READ MORE

Nov 23, 2020 in AWS by MD
• 95,440 points
499 views
0 votes
1 answer

How to view information about multiple commits in AWS CodeCommit?

Hi@akhtar, The following batch-get-commits example displays details about the specified ...READ MORE

Nov 23, 2020 in AWS by MD
• 95,440 points
413 views
0 votes
1 answer

How to create a branch in an AWS CodeCommit repository?

Hi@akhtar, This example creates a branch in an ...READ MORE

Nov 23, 2020 in AWS by MD
• 95,440 points
1,087 views
0 votes
1 answer

How to download the public key of an asymmetric CMK in AWS KMS?

Hi@akhtar, The following get-public-key example downloads the public key of ...READ MORE

Nov 20, 2020 in AWS by MD
• 95,440 points
591 views
0 votes
1 answer

How to enable a customer managed CMK in AWS KMS?

Hi@akhtar, You can set the key state of a ...READ MORE

Nov 20, 2020 in AWS by MD
• 95,440 points
457 views
0 votes
1 answer

A characteristic of edge locations is

Hi@anjali, An edge location is where end-users access services located ...READ MORE

Nov 19, 2020 in AWS by MD
• 95,440 points
3,813 views
0 votes
1 answer

How to create a grant in AWS KMS?

Hi@akhtar, You can add a grant to a customer ...READ MORE

Nov 19, 2020 in AWS by MD
• 95,440 points
981 views
0 votes
1 answer

How to create a custom key store in AWS KMS?

Hi@akhtar, AWS Key Management Service (KMS) makes it easy ...READ MORE

Nov 18, 2020 in AWS by MD
• 95,440 points
563 views
0 votes
1 answer

How to disable actions for an alarm in AWS?

Hi@akhtar, You can disable the actions for the specified ...READ MORE

Nov 18, 2020 in AWS by MD
• 95,440 points
4,038 views
0 votes
1 answer

How to temporarily change the state of an alarm in CloudWatch?

Hi@akhtar, You can temporarily set the state of ...READ MORE

Nov 18, 2020 in AWS by MD
• 95,440 points
5,843 views
0 votes
1 answer

How to delete an alarm in AWS?

Hi@akhtar, You can delete the specified alarms. You can ...READ MORE

Nov 18, 2020 in AWS by MD
• 95,440 points
998 views
0 votes
1 answer

How to describe a trail in AWS?

Hi@akhtar, You can retrieves settings for one or ...READ MORE

Nov 18, 2020 in AWS by MD
• 95,440 points
511 views
0 votes
1 answer

How to add tags to trail in AWS?

Hi@akhtar, You can add one or more tags to ...READ MORE

Nov 17, 2020 in AWS by MD
• 95,440 points
479 views
0 votes
1 answer

How to create a trail in AWS?

Hi@akhtar, You can create a trail that specifies the ...READ MORE

Nov 17, 2020 in AWS by MD
• 95,440 points
369 views
0 votes
1 answer

How to clear the credentials in AWS Configure?

Hi@akhtar, You need to remove the configuration file ...READ MORE

Nov 17, 2020 in AWS by MD
• 95,440 points
3,959 views
0 votes
1 answer

S3 bucket activity using cloudtrail.

Hi@Vijay, I am not able to understand your use ...READ MORE

Nov 16, 2020 in AWS by MD
• 95,440 points
316 views
0 votes
1 answer

Unable to connect to S3 when running Talend job as lambda.

Hi@richa, I think you didn't make your S3 ...READ MORE

Nov 11, 2020 in AWS by MD
• 95,440 points
885 views
0 votes
1 answer

How to create a new service in ECS cluster behind a load balancer?

Hi@akhtar, The following create-service example shows how to create a ...READ MORE

Nov 8, 2020 in AWS by MD
• 95,440 points
1,294 views
0 votes
1 answer

How to describe a ECS cluster with AWS CLI?

Hi@akhtar, You can describe your clusters from the ...READ MORE

Nov 8, 2020 in AWS by MD
• 95,440 points
2,115 views
0 votes
1 answer

Create a service that uses an external deployment controller.

Hi@akhtar, The following create-service example creates a service that uses ...READ MORE

Nov 8, 2020 in AWS by MD
• 95,440 points
717 views
0 votes
1 answer

How to delete an empty ECS cluster using AWS CLI?

Hi@akhtar, You can delete the specified ECS cluster. The ...READ MORE

Nov 8, 2020 in AWS by MD
• 95,440 points
1,513 views
0 votes
1 answer

Create a task set in a service in ECS Cluster.

Hi@akhtar, You can create a task set in ...READ MORE

Nov 8, 2020 in AWS by MD
• 95,440 points
593 views
0 votes
1 answer

How to create a service using the EC2 launch type?

Hi@akhtar, The following create-service example shows how to create a ...READ MORE

Nov 8, 2020 in AWS by MD
• 95,440 points
413 views
0 votes
1 answer

How to create a service with a Fargate task?

Hi@akhtar, You can create a service with a Fargate ...READ MORE

Nov 8, 2020 in AWS by MD
• 95,440 points
415 views
0 votes
1 answer

How to create an ECS cluster using AWS CLI?

Hi@akhtar, You can create a new Amazon ECS cluster. ...READ MORE

Nov 8, 2020 in AWS by MD
• 95,440 points
727 views
0 votes
1 answer

How to create a customer managed CMK in AWS KMS?

Hi@akhtar, You can create a unique customer-managed customer master key (CMK) ...READ MORE

Nov 8, 2020 in AWS by MD
• 95,440 points
470 views
0 votes
1 answer

How to configure AWS CLI on top of Docker?

Hi@akhtar, The official AWS CLI version 2 Docker ...READ MORE

Nov 6, 2020 in AWS by MD
• 95,440 points
988 views
0 votes
1 answer

How to copy an AMI to another region using AWS CLI?

Hi@akhtar, You can copy an AMI from the ...READ MORE

Nov 5, 2020 in AWS by MD
• 95,440 points
537 views
0 votes
1 answer

How to attach a volume to an instance in AWS?

Hi@akhtar, You can attach an EBS volume to a ...READ MORE

Nov 5, 2020 in AWS by MD
• 95,440 points
347 views
0 votes
1 answer

How to delete a Lambda function using AWS CLI?

Hi@akhtar, You can delete a Lambda function. To ...READ MORE

Nov 5, 2020 in AWS by MD
• 95,440 points
2,066 views
0 votes
1 answer

How to add permissions to an existing Lambda function?

Hi@akhtar, You can grant an AWS service or another ...READ MORE

Nov 5, 2020 in AWS by MD
• 95,440 points
1,831 views
0 votes
1 answer

How to create a Lambda function with AWS CLI?

Hi@akhtar, To create a function, you need a ...READ MORE

Nov 5, 2020 in AWS by MD
• 95,440 points
994 views
0 votes
1 answer

How to change an IAM role session duration?

Hi@akhtar, You can update the IAM role from ...READ MORE

Nov 4, 2020 in AWS by MD
• 95,440 points
1,823 views
0 votes
1 answer

How to activate or deactivate an access key for an IAM user?

Hi@akhtar, The following update-access-key command deactivates the specified access key ...READ MORE

Nov 4, 2020 in AWS by MD
• 95,440 points
1,899 views
0 votes
1 answer

Is aws cdn edge locations are connected each other?

Hi@Senthiikumar, Yes, according to my knowledge all the ...READ MORE

Nov 4, 2020 in AWS by MD
• 95,440 points
538 views
0 votes
1 answer

Unable to import module 'lambda_function': No module named 'pymongo' for mongodb with python in aws lambda.

Hi@pradip, I think you need to import some ...READ MORE

Nov 3, 2020 in AWS by MD
• 95,440 points
5,889 views
0 votes
1 answer

How to delete an IAM user using AWS CLI?

Hi@akhtar, You can delete the specified IAM user. ...READ MORE

Nov 3, 2020 in AWS by MD
• 95,440 points
1,622 views