Questions tagged with DevOps

Content language: English

Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

I have a Codebuild job wired up to a Github Enterprise repository using webhook triggers on PRs. I need this codebuild job to run, but NOT report a build status on the PR back to Github (I have other lambdas that handle PR status and checks reporting). In the source configuration for the Codebuild job, I have "Report build statuses to source provider" disabled, and the Status Context and URL are blank. However, on every PR event after the "Github Hookshot" triggers a build, Codebuild still automatically reports back to Github the commit status (pending/success/failure) Why is it automatically doing this and how can I disable this build status reporting?
1
answers
0
votes
20
views
asked 16 days ago
we use loads of lambda, eventbridge, all that good stuff. My devs were favouring a local environment, but this is clearly not possible. How do we write code / release fast, with a serverless architecture, without having to deploy every tiny change back up to AWS?
2
answers
0
votes
22
views
asked 16 days ago
In AWS EC2 when Launching an Instance from Template the search of the images does not find the image I want as well as the search in the Images page, I have to delete a chunk of the image name for it to find it, which takes up more time than it should and triggers me deeply. Have the AWS naughty devs caused this pain to somebody else? Any leads on how to fix it, who else we can ask or who else's communication platforms we can slap? Thanks!
1
answers
0
votes
24
views
mqs
asked 17 days ago
Hey guys, Hope you are doing well today! I have a question regarding AWS config, I want to deploy the service and download the HIPAA conformance pack. I wanted to have your guidance in order to know what are the minimal user permissions I'll need in order to deploy and maintain this service? Thanks in advance!
1
answers
0
votes
22
views
Nat
asked 17 days ago
We are seeing an error in the AWS console when trying to access our CloudFormation StackSets. We get a red banner at the top of the screen with the message "Failed to load StackSet". ![Screenshot](/media/postImages/original/IM2ebnj76iRKeC6prCYczxug) We have been getting this error for about a week now and we did not make any changes at the time this began. Fortunately, the deployments from our central DevOps account (where StackSets live) to our environment level accounts still works. We just can't do anything to update the StackSet: new template, check events, change parameter values, etc. Is anyone else experiencing this issue also or has experienced this before? Are there any recommendations to resolve it?
1
answers
0
votes
70
views
asked 18 days ago
Hello I run the following example from the documentation [AWS CLI apigateway put-integration](https://docs.aws.amazon.com/cli/latest/reference/apigateway/put-integration.html) ``` 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' ``` But got the following error : ``` An error occurred (NotFoundException) when calling the PutIntegration operation: Invalid Method identifier specified ``` Of course I took good `--rest-api-id` value and `--resource-id` value. Does the issue may comes from the URI ? Please advise ?
0
answers
0
votes
13
views
asked 18 days ago
CodePipeline allows to use S3 as a source and it is easy to make it run on a change in some specific file. the question is it possible to make my pipe to wake up on a change in any file? ![How i would like it to be](/media/postImages/original/IMbrVzuu_VT1G1LxJIN2Hb1A)
1
answers
0
votes
47
views
asked 18 days ago
We are using AWS java sdk 2. When we are trying to delete an elastic IP address that is mapped with a nat gateway, we are getting an authFailure error code instead of an inUse error code. For other resources, if we try delete a resource that is already in use, we are getting the inUse error code but releaseAddress is **not** returning the inUse error code. Am I missing something or it is an issue on AWS API side?
1
answers
0
votes
11
views
asked 19 days ago
So, i found out, if i push the same image, but with the different tag names, to the same repository in the AWS ECR, tags concatenate. I dont think thats how it should work? is it a bug, or im not understanding something? Thanks
2
answers
0
votes
40
views
asked 19 days ago
While we patch the EC2 instances through patch manager; in case of deployments managed by a pipeline on these instances, won't the System Manger workflow cause the version set to be out of sync (which is getting the updates during live from merge too) ?
 How do we manage the update versions since the instances are getting updates from 2 sources (Patch Manager as well as pipeline deployment) ?
0
answers
0
votes
14
views
akshit
asked 20 days ago
We want to proceed with prediction through the Elastic Inference accelerator only when a request comes in to Lambda. If that's the case, will I still be charged when EC2 is up and running? Or are you charged only when you run predict?
1
answers
0
votes
17
views
suesue
asked 20 days ago
I'm setting up a gitlab project, such that I can start a processing job ( for some data processing ) in an ec2 instance, this is an initial set up , but i'm planning to run some training for my regression models in these instance . for this, i have to store my aws user credentials in gitlab. is there a recommendentaion from aws ? or any articles/blogs/examples for such set up?
1
answers
0
votes
33
views
asked 20 days ago