Skip to main content
How are we doing? Please help us improve AWS. Take our short survey

Questions tagged [amazon-web-services]

When asking about Amazon Web Services (AWS), specify which services you are using. Provide details on your architecture/configuration - do not include proprietary or sensitive information this is a public forum. Share relevant parts in a code block along with language tags. Specify the SDK/CLI version. Detail troubleshooting steps taken. The AWS tag is rarely used alone and should be used with other tags to more clearly define the topic of the question.

amazon-web-services
0 votes
0 answers
8 views

AWS S3 website using CloudFront has too many redirects

I have an S3 bucket configured as a website, mysite.net Another bucket that is empty named www.mysite.net, wewbsite for this bucket is not enabled. I have a hosted zone in Route53 for mysite.net There ...
JanuskaE's user avatar
  • 1,304
0 votes
0 answers
4 views

Accessing Environment variables within Running Container Host in ElasticBean stalk

I've got a Red Hat Enterprise Docker container which is designed to run and host a Tomcat application. The issue I am having, is during the Docker build, my Tomcat application, expects a set of DB ...
Kevin's user avatar
  • 2,892
0 votes
0 answers
6 views

AWS Config Custom Rule to detect IAM MFA is not being triggered

I'm creating a custom Lambda AWS Config rule to detect when a user does not have MFA activated. I'm setting up the rule trigger type to happen when configuration changes, within the scope of the "...
Bruno Alencar's user avatar
0 votes
0 answers
8 views

Streaming audio to Amazon Connect through Kinesis Video Streams

What I am trying to achieve is the following. In Amazon Connect, when I create a Flow with Start Streaming Data block, it starts streaming to a Kinesis Video Stream, and I can call a lambda function ...
Andy_ye's user avatar
  • 550
0 votes
1 answer
14 views

How can I responsibly deploy a Neo4j docker container in AWS?

How can I responsibly deploy a Neo4j docker container in AWS, with making daily backups and persisting it's storage? For Neo4j community edition.
Y C's user avatar
  • 73
0 votes
1 answer
26 views

How to add --init parameter to AWS ECS Task

I have a Docker image that uses Playwright and xvfb. When I run it locally, I run docker run --init -it <image_id> (per this SO answer). Without the --init param, the container will run but will ...
deesolie's user avatar
  • 978
-1 votes
0 answers
7 views

css styles not used / available in release builds

Deployed the asp.net default template to web/aws in release mode and the styling/css is gone, i checked the localhost release folder and there're no .css files / subfolders, but running release mode ...
Kumar's user avatar
  • 11.2k
0 votes
0 answers
12 views

.NET Core ReactJS Deployment in AWS

When I deployed the Angular/React frontend and .NET Core docker backend in AWS EC2 Linux, there is an issue that the frontend can't call the backend using http:localhost:port inside ec2 locally. Here ...
viscroad's user avatar
  • 229
-4 votes
0 answers
13 views

To learn AWS which is old one or take any latest/present aws course [closed]

Learning aws course which is already recorded on year 2022 April. And the version of aws is changed or same version.is it good to learn AWS from 2022 Or take latest course from present . Can you ...
Santhosh's user avatar
0 votes
0 answers
25 views

how managed a gost vpc creating during terragrunt build error

I wanted to ask if anyone knew how to handle with terragrunt the phantom vpc's that are created when the apply goes wrong below i post some pictures so you can have more ideas eip limit's because ...
Francesco's user avatar
0 votes
0 answers
12 views

Unable to connect to ElastiCache Redis Serverless from Spring Boot Application

I have set up an ElastiCache Redis Serverless instance on AWS, and its status is "available". However, I am unable to establish a connection to it from my Spring Boot application. When ...
Omorinsola Mustapha's user avatar
-1 votes
1 answer
12 views

Allow ssh and ftp access to AWS EC2 ubuntu

Previously, I accessed /home/ubuntu through port 22 only with the ssh server key, and now an external partner company has to access FTP and work on /home/ubuntu. So I created ftpuser account and ...
JRR's user avatar
  • 49
0 votes
1 answer
18 views

Is there a better way to optimize my AWS Glue Script?

I am a novice with AWS Glue and PySpark and I am unable to resolve the problem I am facing and would require the community's help. Task: I was tasked with creating a script on AWS Glue using PySpark ...
Gokul Subramanian's user avatar
0 votes
0 answers
35 views

AWS: How to let a S3 frontend (React, Axios) communicate with an EC2 backend (python3/Django, DjangoREST, corsheaders)

I followed a tutorial for creating a basic To-Do app (so CRUD) with a React+Axios frontend (ServiceWorker, bootstrap) and Django backend (DjangoREST, corsheaders), and would like to put it on AWS's ...
Gamekeeper's user avatar
0 votes
0 answers
10 views

How to name the roles created by aws sam

I have a lambda function AuthFunction: Type: AWS::Serverless::Function Properties: PermissionsBoundary: !Sub arn:aws:iam::${AWS::AccountId}:policy/ci FunctionName: !Sub 'authorizer'...
Vishnupriya's user avatar

15 30 50 per page
1
2 3 4 5
10641