Questions tagged [aws-devops]
54 questions
5
votes
3 answers
AWS Spot Instance bootstrap failed : package amazon-ssm-agent is already installed
I have a setup spot instance that must install docker on bootstrap. Lately, I am facing a new issue during the dependencies download phase.
The download transaction is failing as follows :
Downloading packages:
Delta RPMs disabled because…

jmuhire
- 2,091
- 21
- 19
3
votes
3 answers
How to enable VPC access for AWS CodeBuild/Code Pipeline?
How to enable VPC access for AWS CodeBuild/Code Pipeline?
I am working on the Neptune database and it requires VPC to access. While building code inside AWS CodeBuild. My tests are failing because it's not able to access the Neptune database. How…

Thirumal
- 8,280
- 11
- 53
- 103
2
votes
1 answer
Trigger more than 50 AWS codepipelines manually
We have more than 50 AWS pipelines. we want to trigger manually. Right now I found one solution in which I have to create a Jenkins job with AWS-CLI code as in shell script, check box parameter(to choose specific pipeline(s)).
for pipeline_name in…

Bhargav
- 23
- 4
1
vote
0 answers
Code Build Failed with error at "Download_Source: A stunnel process is required for curated image EFS builds and it did not start: exit status 127"
I have configured code build environment with aws/codebuild/amazonlinux2-x86_64-standard:corretto8 and also trying to store the cache in my EFS by configuring it in code build environment File System but my build got failed with error: "A stunnel…

ijazahmed Bagawan
- 71
- 1
- 3
1
vote
1 answer
springboot 3 reactive cassandra keyspace DataStax config try to connect localhost
I'm trying to connect to amazon-keyspace AWS Casandra via my spring-boot-3 multi-module software but it tries to connect localhost / endPoint=/127.0.0.1:9042 instead.
here is some of my build gradle
plugins {
java
…

Saman Sarem
- 76
- 6
1
vote
1 answer
Update some settings of an existing resource using Cloud Formation
I'm new to Cloud Formation. I want to update the settings of already created a lot of RDS instances using Cloud Formation. I don't have the info about either those resources were created through CF or manually. Is it possible to update such…

Abdul Haseeb
- 442
- 4
- 22
1
vote
0 answers
COMMAND_EXECUTION_ERROR: Error while executing command: docker build -t dev-testdocker-service:latest .. Reason: exit status 1
FROM rocker/r-ver:4.0.5 #build
RUN apt-get clean all && \
apt-get update && apt-get install -y git \
apt-get upgrade -y && \
apt-get install -y \
apt-get purge && \
&& apt-get install cron -y
&& apt-get install vim -y
…

Rajeev
- 17
- 5
1
vote
0 answers
Unable to start the jenkins in amazon linux machine
I try to start the Jenkins, im facing this error
[root@ip-10-0-1-245 ~]# systemctl start jenkins
Job for jenkins.service failed because the control process exited with error code. See "systemctl status jenkins.service" and "journalctl -xe" for…

Rahul3231
- 23
- 3
1
vote
1 answer
How to update HTML file using Python?
Could you please help me out in updating the title section below from "Test App Name" to "Demo App"
using Python?
Test App…

Suraj Naik
- 189
- 2
- 11
1
vote
0 answers
tracking of DevOps tools versions
As you know, working in DevOps means working with a lot of tools and there is always a new version and we have to update our tools and our Inftrastructer to the new version.
I'm looking for a tool that will allow me to track my tools and…

Goran
- 11
- 2
1
vote
0 answers
is it possible to receive notification on MS Teams about pass or failure of the AWS pipeline?
can I be notified on ms-teams whenever developers push to CodeCommit, but the notifications must be alerting the outcome of the pipeline if it fails or passed since it's sourcing from CodeCommit?
I tried to use the webhook but the problem is I don't…

Mpho given Nyambeni
- 11
- 3
1
vote
1 answer
AWS Developer portal - How to setup locally and change the UI
I have cloned the AWS developer portal in my local machine from the - https://github.com/awslabs/aws-api-gateway-developer-portal.
What my requirement is that I need to change the UI of the AWS developer portal and mark it with the client branding,…

Hiamnshu Shukla
- 11
- 2
1
vote
1 answer
Bastion Server for all AWS instances
i have more than 30 production Windows severs in all AWS regions. I would like to connect all servers from one base bastion host. can any one please let me know which one is good choice? How can i setup one bastion host to communicate all servers…

Latchu
- 61
- 9
1
vote
1 answer
how to configure multiple AWS profiles in AWS code build buildspec file
I am trying to provision AWS services in multiple accounts (Same organization), using Terraform, Codebuild, Codecommit and Codepipeline. How to configure multiple named profiles (AWS Configure) in buildspec file? Is there any other workaround for…

Praveen sivadasan
- 165
- 1
- 2
- 16
0
votes
0 answers
error: manifest for docker.io/jenkins/jenkins:lts not found
I am trying to pull a Jenkins image from docker hub but it is giving me this error:
manifest for docker.io/jenkins/jenkins:latest not found.
I tried using different image and different version specific tag as well but still getting the same…

user22422201
- 1
- 2