Skip to main content
The 2024 Developer Survey results are live! See the results

AWS Collective

Questions

Browse questions with relevant AWS tags

7 questions

Has bounty
-1 votes
0 answers
28 views
+50

Uploading the build artifacts to S3 is failing in sam deploy

I am using sam for setting up infrastructure. During sam deploy, uploading the artifacts to s3 bucket is failing with error botocore.exceptions.ClientError: An error occurred (403) when calling the ...
Vishnupriya's user avatar
0 votes
0 answers
19 views
+50

Using AWS API Gateway with Cognito as a frontend to on-premise private API resources accessible via AWS Site-to-Site VPN?

Locally, I have some api routes on a Kubernetes cluster, eg: 10.100.0.200/status 10.100.0.200/delete 10.100.0.200/create In my AWS VPC, I have created public and private subnets with a virtual ...
dvidg's user avatar
  • 129
0 votes
0 answers
32 views
+50

Handshake failed in Gitlab runner autoscale setup with Fargate

My config.toml file concurrent = 1 check_interval = 0 shutdown_timeout = 0 [session_server] session_timeout = 1800 [[runners]] name = "fargate testing" url = "https://code.xx....
Chaitanya Chitturi's user avatar
0 votes
0 answers
35 views
+50

Accessing Environment variables within Running Container Host in ElasticBean stalk

I have a Red Hat Enterprise Linux Docker container designed to run and host a Tomcat application. I'm using Docker platform with Amazon Linux 2023. During the Docker build, the Tomcat application ...
Kevin's user avatar
  • 2,842
-1 votes
0 answers
67 views
+50

Jenkins on EKS, mount EFS in DIND

I am running Jenkins master and agents on K8S. Some of CI workloads require a docker image to be build and pushed to ECR. I installed Jenkins using its Helm chart and running the DIND agent as a ...
Doug's user avatar
  • 123
0 votes
2 answers
123 views
+50

Couldn't find valid bootstrap(s): [/var/task/bootstrap /opt/bootstrap]

I am attempting to deploy an aws lambda function written in golang. However i get the following error: Couldn't find valid bootstrap(s): [/var/task/bootstrap /opt/bootstrap] IntradaySchedulerLfn ...
Kay's user avatar
  • 19.1k
0 votes
0 answers
26 views
+50

nginx does not restart after AWS Elastic Beanstalk update environment

My website in AWS Elastic Beanstalk was running ok after installation in php 8.1 using nginx. However a few days later the website is down due to nginx error after AWS updated the environment ...
user2818066's user avatar