Skip to main content

Questions tagged [aws]

Amazon Web Services (AWS) is a collection of commercial services centered around virtualized, commodity and clustered computing, networking, database and storage, as well as supporting tools that are offered through infrastructure as a service

Filter by
Sorted by
Tagged with
1 vote
0 answers
77 views

I need to run c++ application inside a docker container and it is deployed using AWS ECS. The application should run as user abcd and it should be able to generate core files. Initially I had a run ...
wika's user avatar
  • 39
0 votes
0 answers
43 views

I need to extend the aws cli docker image with some custom scripts I have created a docker file and am copying the script files into a directory when using the docker file in my gitlab job I get the ...
xerxes's user avatar
  • 359
0 votes
0 answers
40 views

I am following the instructions here: https://docs.newrelic.com/docs/infrastructure/infrastructure-agent/linux-installation/package-manager-install/ Step 6 is a yum install. I get this error: package ...
Daniel Williams's user avatar
0 votes
0 answers
125 views

I am trying to create a simple 200 M new qcow2 with just the grub2 BIOS mode installed in it. My objective is to get to the grub prompt or grub rescue prompt when i load the said qcow2 image in public ...
Goutham P's user avatar
2 votes
0 answers
353 views

I had an AWS Linux 2023 VM reboot unexpectedly. When trying to identify the cause I found messages like those below being logged at 2 per hour (some jitter in the exact times). Nov 7 22:36:45 ...
symcbean's user avatar
  • 6,359
1 vote
0 answers
863 views

Fresh deployed Python FastAPI application to AWS Lambda. Python application uses ldap3 module to authorize user signing in against Windows Active directory (hosted on AWS Directory Services). However ...
Marko Todoric's user avatar
0 votes
1 answer
408 views

I have an EC2 instance that runs linux. The timezone is set to UTC time and I need my cron tasks to work on UK timezone. However, I am unable to change the system clock to the UK timezone. It must ...
A.Bux's user avatar
  • 1
0 votes
2 answers
512 views

Please I created 2 Ubuntu Linux EC2 instances(master and slave) when I tried to ssh from the master server to the slave I get the error Permission denied (publickey). Server Details ubuntu@ip-172-31-...
Godwin's user avatar
  • 1
0 votes
1 answer
679 views

I'm trying to save the output of aws cli to the logfile. and it is working to some extent. The issue is that from below shared first commands execute it save output to the file but when second ...
jayvardhan's user avatar
0 votes
1 answer
40 views

I have a bash script that among other things executes this command: aws s3api list-objects --bucket my-bucket-name --output text that recovers a list of items and prints them in "a new session&...
xdev's user avatar
  • 3
0 votes
1 answer
816 views

I have a K8S deployment loading a volume as raw block (through volumeDevices): apiVersion: apps/v1 kind: Deployment ... spec: replicas: 1 ... containers: - name: somepod image: ubuntu:latest ...
Liquid's user avatar
  • 51
0 votes
0 answers
535 views

I have a file called file.csv, which is a list of the files (or more precisely, file paths path in an S3 Bucket) that need to be moved to another folder in s3. This file lists 53,00,000 files. I have ...
hanu's user avatar
  • 1
0 votes
0 answers
494 views

I just launched a new clean ec2 instance in the same eu-west-2 and specified the subnet. All traffic internally and externally is enabled. Curl requests to http://169.254.169.254 return results and ...
Thomas Stokes's user avatar
0 votes
2 answers
319 views

I'm working with the below script,getting syntax error as unable to fetch credentials from secrets manager. "username":"AWS CLI command of access Key i have entered", "...
code userit's user avatar
1 vote
2 answers
318 views

I'm trying to install the Nice DCV 2023 Client such that I can remote into my remote workstation. Several installers are available, for distros like Ret Hat, SUSE, Ubuntu, but not for Fedora. ...
BHeijden's user avatar
2 votes
1 answer
3k views

I am trying to deploy k8s cluster on aws using kubespray. Step1: I have downloaded the following dependencies: apt-get update apt-get install software-properties-common apt-add-repository ppa:...
swetha panchakatla's user avatar
1 vote
1 answer
64 views

In one of our AWS Linux virtual machines, the ca-certificate.crt file has been modified, and our private CA has been deleted. How can I determine who made these changes and deletions?
Ahmed's user avatar
  • 11
0 votes
0 answers
755 views

I am using AWS Elasticbeanstalk to run my java web application. In EC2 node under /etc/rsyslog.d/web.conf if $programname == 'web' then { *.=warning;*.=err;*.=crit;*.=alert;*.=emerg /var/log/web....
Jeevi's user avatar
  • 101
3 votes
0 answers
7k views

I cannot seem to be able to find php7.4 as a package on Amazon Linux 2023. The latest version is PHP 8.1 but the application I'm using has compatibility issues with the latest version of PHP; hence ...
TechMafioso's user avatar
4 votes
1 answer
2k views

I've tried to launch AWS Client VPN on all Ubuntu releases, starting with 18.04 and up to 23.04 an everywhere I got Unknown error ocurred. Try again.. I've tried to launch it on all releases of Debian ...
Yaroslav Minieiev's user avatar
0 votes
0 answers
767 views

I have a Node.js application cloned on an AWS EC2 instance running Amazon Linux 2. I can execute the project's server.js file just fine: [ec2-user@ip-*********** portfolio_v3]$ nvm use 16 Now using ...
Aaron Parisi's user avatar
-2 votes
1 answer
868 views

so I used ncdu to help free up some storage and for the following log: --- / ----------------------------------------------------------------------------------------------------------------------------...
Mansidak's user avatar
0 votes
1 answer
4k views

I'm setting up a Linux box through AWS and I'm exploring sysctl. When I run ip route I can see that there are already routes on the machine refering to 169.X.X.X addresses. Questions: What does ...
N. J's user avatar
  • 197
-7 votes
3 answers
256 views

In a Amazon s3 bucket we have Debian packages stored in different folders. Each folder contains different amounts of files. While calling Debian packages from the s3 bucket (AWS) the packages are ...
Jaraar's user avatar
  • 11
-1 votes
2 answers
595 views

want to create codebuild project, but i neeed build source to be codepipeline, not a specific codecommit branch, so that i want to force codebuild to get the source from the codepipeline source stage ...
karim's user avatar
  • 1

1
2 3 4 5
9