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
444 questions
0
votes
0
answers
23
views
Can I use Ubuntu Pro entitlements from an AWS EC2 Ubuntu Pro instance to build and run FIPS-enabled Docker containers? [closed]
If I launch an AWS EC2 instance using an official Ubuntu Pro AMI from the AWS Marketplace, the instance is automatically attached to Canonical’s Ubuntu Pro subscription.
According to Canonical’s ...
1
vote
0
answers
60
views
How to gracefully shutdown a docker container?
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 ...
0
votes
1
answer
75
views
Cron shutdown behavior in AWS
I'm just trying to understand the behavior I'm seeing. I tried adding this line to my AWS EC2's (root) crontab:
00 00 * * * shutdown -h now
But this never executed. When I added this to my own ec2-...
0
votes
0
answers
42
views
extending aws docker image fails
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 ...
0
votes
1
answer
110
views
SSH X11 Forwarding - GUI Crashes with X Error of failed request: BadIDChoice
I am:
Running a program on a Ubuntu 20.04 AWS instance
Using SSH & X11 forwarding in PuTTY, with the VcXsrv X-server, to run program GUIs on my local Windows 11 machine
The GUIs of test programs ...
0
votes
0
answers
39
views
cannot install newrelic-infra on new AWS Linux instance
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 ...
0
votes
0
answers
21
views
Port forwarding through an AWS Direct Connect
I have my VPC connected to our corporate network via Direct Connect (this is shared from our main account using Transit Gateways), using a firewall on my corporate network I am trying to port forward ...
0
votes
0
answers
119
views
qcow2 with only grub2 BIOS installed not loading in public cloud, works in qemu though
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 ...
0
votes
0
answers
58
views
Can't install XRDP on ec2 instance?
I followed this tutorial here:
Connecting to AWS EC2 instance through remote desktop
And I swear, in the past, that it worked flawlessly. But now, I am getting errors.
Err:1 http://us-east-1.ec2....
2
votes
0
answers
340
views
Strange systemd log entries - Reached target shutdown.target - Shutdown
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 ...
2
votes
1
answer
69
views
Simulate loss of root filesystem
At $WORK there's been an increase in the failures of VMs on our provider (AWS) recently. It has been suggested that using a more reliable root filesystem might help here.
I first tested this locally - ...
1
vote
0
answers
832
views
Device or resource busy on AWS Lambda
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 ...
0
votes
0
answers
97
views
Unable to locate package percona-xtradb-cluster
I am unable to install the percona xtradb on Amazon aws free tier ubuntu 24.04 LTS, while trying to install same as instructions that are given in this document https://docs.percona.com/percona-xtradb-...
0
votes
1
answer
394
views
Cron time zone won't work on an AWS based EC2 instance
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 ...
0
votes
1
answer
255
views
Ansible AWX v17.0.1 running against EC2 instance -- ModuleNotFoundError: No module named 'ansible.module_utils.six.moves'
I am trying to run a simple Ansible playbook against an EC2 instance using AWX. My Ansible AWX is version 17.0.1 (running in Docker, not the Kubernetes version). I ran a 'pip3 list | grep six' and it ...