Questions tagged [amazon-web-services]
Amazon Web Services (AWS) delivers a set of services that together form a reliable, scalable, and inexpensive computing platform "in the cloud". If you have a question about a specific web service, consider asking on its tag, e.g., amazon-ec2.
8,814 questions
0
votes
1
answer
61
views
Unable to send request to Azure Document Intelligence from AWS LightSail server - connection times out
I'm running some basic code sample for Python that is posted online - https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/quickstarts/get-started-sdks-rest-api?view=doc-intel-4.0....
0
votes
1
answer
43
views
Does aws phased out rds x2g instances?
I see that the c,m,r lines have all recently received new cpus (new intel chips or graviton 4) and are all on generation 7 or 8.
x2g on the other hand is still stuck with graviton 2.
Do they phase out ...
5
votes
1
answer
575
views
Detecting EC2 instance inactivity
Our company has dozens of AWS accounts spread across several regions. It's particularly bad that in the dev accounts - a lot of EC2 instances were spun up for some reason or the other over the years ...
1
vote
0
answers
34
views
Database connections prematurely dropped/stale after upgrading AWS EC2 instance
I encountered a strange problem with DB connections being prematurely dropped/stale after upgrading an EC2 instance for my web application.
I have a service VM hosting Spring Boot microservices, and ...
0
votes
0
answers
25
views
Firewall - Lightsail AWS
Currently I’m working with a server running in an AWS Lightsail instance. This instance runs Alma Linux with lightspeed, WHM and cPanel.
Well, I saw this on the firewall on instance management:
...
4
votes
1
answer
398
views
How to restrict access to an EC2 instance on AWS to only users on a certain VPN?
I have an EC2 instance on AWS which is currently accessible to anyone who has the URL. I want to restrict access to only users who are connected to my company's VPN. How can I do that?
0
votes
0
answers
91
views
IPv6 EKS Cluster - Nodes Not Joining due to Router Advertisement Errors
Problem
I'm trying to create an IPv6-enabled EKS cluster, but I've been hitting numerous issues and I'm feeling a bit stuck.
When I first tried to set it up, the Amazon Linux 2023 EC2 instances couldn'...
0
votes
0
answers
81
views
How can I enable HTTPS on a Spring Boot application running on an AWS EC2 instance without using a load balancer?
I’m running a Spring Boot app on a single AWS EC2 instance (Debian).
A subdomain api.example.com points to the instance’s Elastic IP.
I want to serve the app over HTTPS without an AWS load balancer.
...
0
votes
1
answer
188
views
AWS us-east-1 region use1-az3 AZ mapping and usage
At my job, we started building out our networks and infrastructure a little late for the cloud. It was only meant to support the usage for 2 AZs across our AWS accounts due to a limitation of how our ...
0
votes
0
answers
189
views
How to expose Node.js backend on AWS EC2 (curl works inside but not externally)?
I’m trying to learn AWS by deploying a full-stack MERN project on an EC2 Linux instance, but I’m running into issues with my backend. Here are the steps I’ve followed so far:
Created an AWS EC2 ...
0
votes
0
answers
33
views
Why does kubectl create secret fail with an error stating it is not logged in?
When I try to run kubectl create secret generic from my pipeline it fails with the error:
error: You must be logged in to the server (the server has asked for the client to provide credentials)
Here ...
3
votes
1
answer
107
views
AWS IoT, setting up policies
I'm trying to restrict a topic by policy but I am being disconnected.
My policy resource is arn:aws:iot:eu-central-1:<acc>:topic/test
{
"Version": "2012-10-17",
"...
0
votes
0
answers
102
views
SRS v6 Docker Cluster - WebRTC Fails While FLV/HLS Work
I am setting up an SRS origin-edge cluster using Docker. I want to publish a single RTMP stream to the origin and play it back on the proxy using HTTP-FLV, HLS, and WebRTC. My motivation is that when ...
7
votes
4
answers
1k
views
Industry standard for EC2 instance (server) shell access
I have set up an EC2 instance and use SSH on port 22 with SSH key. And I'd like to know how this is done in a "professional" way. Is this the preferred way of gaining shell access to a ...
1
vote
1
answer
189
views
Prevent AWS API gateway proxy resource from cuting trailing slashes
I need to get a wordpress multisite behind an api gateway, and I think by now I mostly figured out how to do it. I have one problem remaining:
The site will redirect paths without a trailing slash. So ...