Questions tagged [amazon-web-services]
Amazon web service questions are on topic here only if the question is about the operating system or using a PC application hosted there. Otherwise, other sites on the network may be more appropriate
974 questions
3
votes
3
answers
2k
views
What does the “L” marker/icon in S3 file really mean? Does it mean “latest?”
I uploaded the same file three times in an S3 bucket with versioning on. The first two uploaded files have "L" marker/icon, and the latest upload file doesn't have "L" marker.
I ...
0
votes
1
answer
112
views
Why doesn't my DNS work after change of nameservers?
portonvictor.org domain is registered on Amazon and was using CloudFlare DNS. I decided to move it to AWS fully and set a few days ago on AWS:
Name servers (for the domain):
ns-332.awsdns-41.com
ns-...
0
votes
0
answers
142
views
Intermittent Privacy Errors with random SSL certificate association
We are encountering a weird and intermittent privacy error with a random ssl certificate association on one of our websites for a few select users..
Issue Details:
The following sites—example.com, ...
1
vote
1
answer
96
views
How can I clear old tag values from resource tagging suggestions in AWS? [closed]
We have a few AWS accounts that are all members of an organization. I use the Cost Explorer to export values for reports I have to send every month. One of my tables is a "Top-10 Projects" ...
1
vote
1
answer
482
views
Wireguard VPN traffic *to* AWS works, but traffic *from* AWS to that VPN IP never arrives
I have a Wireguard server running in an EC2 instance in a public subnet of a VPC. I can connect to it, and use SSH or other things on resources in both the public and private subnets in that VPC.
...
0
votes
1
answer
103
views
Why is my batch script for handling an AWS upload failing?
I've written a batch script that:
Creates a filename based on today's date.
ZIPs a folder of files.
Creates a folder in my AWS bucket (if needed).
Uploads the ZIP.
Here's what I have:
for /f "...
0
votes
1
answer
572
views
Can we access a Samba File Share on an EC2 instance from a local machine over public internet?
I have a samba file share that I have set up on my Ubuntu EC2 instance (Instance A). I am able to access this file share from another Windows Server EC2 instance (Instance B) through both the private ...
0
votes
0
answers
86
views
Error in SiteWiseEdgePublisher log with MqttModule
I've setup AWS Greengrass and AWS Sitewise on a Ubuntu 24.02 VM.
In the /greengrass/v2/logs/aws.iot.SiteWiseEdgePublisher.log file I see the following error:
2024-06-21T20:45:28.465Z [INFO] (Copier) ...
-1
votes
1
answer
206
views
Not possible to update Helm AWS TargetGroupBinding
I have a helm chart that contains a TargetGroupBinding
{{- range $v := .Values.targetBindings }}
apiVersion: elbv2.k8s.aws/v1beta1
kind: TargetGroupBinding
metadata:
name: {{ include "...
1
vote
1
answer
401
views
How to change the IAM username in my AWS account?
I have been using an AWS account for more than 6 months now and it was created by my Manager for project purposes. At first, it was made for testing purposes but it is now handled by 3-5 people in my ...
0
votes
0
answers
66
views
Mirror traffic to two different loadbalancers
We have infrastructure that receives traffic from devices through a route53 subdomain pointed to a load balancer. The domain is configured on the devices and its not feasible to update/add another ...
-1
votes
1
answer
254
views
can't docker-compose up all at once on ec2 t2.micro
I have 3 services in my compose.yaml, 2 web apps and nginx proxy manager,
on ec2 if I call sudo docker-compose up it will eventually freeze and the instance will become unresponsive ( I have to reboot ...
1
vote
1
answer
486
views
use aws instance connect without port 22 open from anywhere
Right now I can connect to my ec2 instance using aws instance connect (via the browser, aws console site), if I have in my security group port 22 open from anywhere,
I tried to specify instead of 0.0....
0
votes
2
answers
409
views
Configure new user for AWS EC2 with SSH
I have created an EC2 instance. It has internet connectivity and I can ssh into ubuntu@ip using the 'test_kp.pem'.
I have created a new user.. useradd test-user and created a new keypair test-user-...
2
votes
0
answers
351
views
AWS SSM SSH with host alias not working as expected
I'm wondering why this command works (1):
ssh -i .ssh/my-dev.pem ubuntu@i-1234abc
But this command fails with the error below (2):
ssh myec2
The error is:
An error occurred (TargetNotConnected) when ...