Questions tagged [aws-codecommit]

6 questions
9
votes
3 answers

CodeBuild with VPC settings fails to download CodeCommit source

I originally had a simple CodePipeline setup triggered by commits to a CodeCommit repo, with a "Stage" that output the source code as an artifact and another "Stage" using CodeBuild to run some code from that source output. Now I want to access RDS…
twiz
  • 295
  • 1
  • 4
  • 12
1
vote
1 answer

Is there any way to customize AWS CodeCommit notification messages?

Following the user guide (https://docs.aws.amazon.com/codecommit/latest/userguide/how-to-repository-email-create.html), I was able to set up CodeCommit email notification on pull request for a repo. But the problem is the email message is not at all…
delsin
  • 11
  • 1
1
vote
0 answers

Use AWS CodeCommit from different organisations

My case is follow: There are 3 AWS organisations 111 , 222, 333 and I have IAM User from organisation 111. To use some resources from organisations 222 and 333 I'm using assume role. Now I have CodeCommit repository in organisation 222. Is it…
1
vote
1 answer

AWSCodeCommit: ReadOnly is available, but not FullAccess

I am trying to setup a Git Repo on an AWS Gov. Cloud by following these instructions. As part of the instructions, I need to add Permissions "AWSCodeCommitFullControl" to a user. When I try to find the policy in "Filter Policies", I can find…
abelenky
  • 113
  • 4
0
votes
0 answers

AWS pipelines Trigger stages dynamically based on previous stage output variables

I wrote a stage in AWS code pipelines that will output variables. I want to use those variables to create "n" number of stages that run parallel using those variables. Please suggest if you know of any scenario.
0
votes
1 answer

Setting up an architecture for analyses flows of time stream data from multiple sources

What would be the best practice in terms of AWS for the following: Many IOT medical devices gather data at around 256kBps The data is a time series data (a matrix of [Channels X Samples], there can be millions of samples and dozens of…