Questions tagged [aws-codecommit]

AWS CodeCommit is a fully-managed source control service that makes it easy for companies to host secure and highly scalable private Git repositories.

AWS CodeCommit is a fully-managed source control service that makes it easy for companies to host secure and highly scalable private Git repositories. CodeCommit eliminates the need to operate your own source control system or worry about scaling its infrastructure. You can use CodeCommit to securely store anything from source code to binaries, and it works seamlessly with your existing Git tools.

569 questions
0
votes
1 answer

Should multiple ec2 instances share an EFS or should code be downloaded to instance on spin-up?

I am playing around with the idea of having an Auto Scaling Group for my website that receives a lot of traffic. I need each server to be running an identical webservice, so I have come up with several ideas to make this happen. Idea 1: Use Code…
0
votes
1 answer

using AWS CodeCommit for website development

I have a client who wants to use multiple developers to work on a wordpress website that is currently hosted on an AWS EC2 instance. Is using CodeCommit the right tool to use in order to have proper version control on this project? I get that is…
NFdesign
  • 51
  • 1
  • 11
0
votes
1 answer

How to clone a single directory of an entire Git repository?

Anyone knows how to clone a single directory from a git repository by using a command line?
alexhoma
  • 342
  • 1
  • 7
  • 19
0
votes
1 answer

Connect to CodeCommit from EC2 using temporary credentials

I've set up an EC2 instance, given it an instance profile with an IAM role that permits it access to my codecommit repository, and now I'm trying to pull from it using git. Since I'm using temporary credentials from the iam role I don't have a…
Matt B.
  • 46
  • 3
0
votes
1 answer

How do I tell my AWS Ubuntu instances to pull from codecommit?

how can i pull my repository from codecommit on an instance from AWS with Ubunutu? I installed awscli and evrytime when i try pull with the command: aws codecommit operation/get-repository The System says: this is not a valid command. And at the…
Kohli
  • 5
  • 3
0
votes
1 answer

ssh not using the config file in home directory

Using: OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011 OSX: 10.10.5 I am following the AWS CodeCommit setup. My config file looks like: HostName git-codecommit.us-east-1.amazonaws.com User IdentityFile…
Nate Uni
  • 933
  • 1
  • 12
  • 26
0
votes
1 answer

Git on AWS CodeCommit Bare Repository

I was creating my first private repository and when I was cloning I noticed that the repository that amazon created does not have a .git extension,so, it's not a bare repository? Is it? Thanks.
Hugo
  • 107
  • 1
  • 10
-1
votes
1 answer

Git workflow for performing code reviews on AWS CodeCommit on master branch?

We have a codebase that was mostly developed by a single person over 2 or 3 years. It's mostly all commits to master. We're now going to add some additional people to the team, and now that there are other people, we'd like to review eachother's…
-1
votes
0 answers

Assistance Needed with .NET Framework Installation and Command Execution

I am facing an issue with installing and running .NET Framework libraries for a project that involves AWS Lambda functions. In AWS code pipeline I am using Codecommit and aws code pipeline. I have successfully installed the .NET Framework, but I am…
-1
votes
0 answers

Git changes lost and not shown in changed file

One of colleagues is constantly corrupting git (AWS CodeCommit). Visual commit graph is similar to: + ccc | + xxx (merge commit of branch master) |\ | + bbb + | aaa | | + | xx1 | + yy1 + | zzz (merge commit of branch master) |\| | + yy2 + |…
zdenko.s
  • 931
  • 1
  • 12
  • 29
-1
votes
1 answer

Automating mirroring of Azure DevOps Git repository in a private network to AWS CodeCommit

I have a requirement to automatically create a mirror of my Azure DevOps Git repository which is hosted in a private network, to AWS CodeCommit. The goal is to keep both repositories in sync to ensure redundancy and disaster recovery. I have…
-1
votes
1 answer

How do I automate a cloudformation.json (or yaml) file stored in codecommit to auto deploy via cloudformation

From what I can tell, if I create a buildspec.yaml, I can run it through codepipeline with a codebuild to run the cloud formation. However, to do this requires spinning up an ec2 to the execute the cli to cloudformaiton (I guess that's how it's…
-1
votes
1 answer

AWS Serverless Web App for a theme park Cloud 9 error

While trying to push the downloaded code to populate your recently created CodeCommit repository i got this error:fatal: unable to access 'https://git-codecommit.us-east-1.amazonaws.com/v1/repos/theme-park-frontend/': The requested URL returned…
Nick
  • 1
  • 1
-1
votes
1 answer

GIT Failed to create process

When trying to use git commands like git clone, git push, git pull I get this error message. But when I try to use git in the git hub repository, everything works normally, the error only occurs when trying to use these commands in git with an AWS…
Vini
  • 1
-1
votes
1 answer

How to roll back a Pull Request in AWS Code commit

I'm looking for an option to revert a merged Pull Request in AWS code commit with out involving cli similar to the revert option in Github. Thanks in advance. Edit :- I know this could be achieved through cli. But that is not what I need. How this…
I'm nidhin
  • 2,592
  • 6
  • 36
  • 62
1 2 3
37
38