Problem in creating AWS CodeBuild Webhook

0 votes

I am creating a webhook with AWS CodeBuild.

This is the error I get.

This is the errorI also tried it via AWS CLI using the following command:

aws codebuild create-webhook --project-name myClassifiedProjectName

And I get the same error:

An error occurred (OAuthProviderException) when calling the CreateWebhook operation: Unable to create webhook at this time. Please try again later.

Any help will be appreciated?

Nov 12, 2018 in AWS by findingbugs
• 3,260 points
2,922 views

1 answer to this question.

0 votes
The two possible scenario can be

1. There is a server issue try it again after few hours. It will work fine

2. The User with which you are creating AWS Codebuild Webhook might not have sufficient permissions.
answered Nov 12, 2018 by Priyaj
• 58,090 points

Related Questions In AWS

0 votes
1 answer
0 votes
2 answers

How to skip headers when reading a CSV file in S3 and creating a table in AWS Athena?

Thanks for the answer. This should be clear ...READ MORE

answered Aug 14, 2019 in AWS by athenauserz
11,186 views
0 votes
1 answer
0 votes
1 answer

Creating AWS Elasticache Redis ReadReplica in EC2 instance

Please follow the steps mentioned here:- https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Replication.AddReadReplica.html This ...READ MORE

answered Feb 6, 2019 in AWS by Chinu
1,175 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Creating multiple sub accounts in IAM AWS!

you can check this link and proceed ...READ MORE

answered Jul 11, 2018 in AWS by Priyaj
• 58,090 points
2,059 views
0 votes
1 answer

How to Pass the VPC ID while creating the Ec2 instance in AWS using Python Boto3

import boto3 ec2 = boto3.resource('ec2') instance = ec2.create_instances( ...READ MORE

answered Jan 29, 2019 in AWS by Priyaj
• 58,090 points
2,927 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP