Skip to main content

AWS Collective

Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform, offering over 200 fully featured services from data centers globally. The AWS Collective is a community-driven site with resources for developers.
259.3k Questions
+213
+2
29.8k Members
+151
Website Contact
Twitter Facebook Instagram GitHub

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
4 views

AWS API GATEWAY giving 500 response for GET calls after extension as S3 Proxy

I'm playing around with AWS API Gateway dynamoDB and now (newly) S3. Before my API Gateway was used to provide Get and Post methods for some resources which where linked to a dynamoDB table. Worked ...
0 votes
0 answers
1 view

Trying to run opensearch and opensearch Dashboard but facing login issue

I am trying to run opensearch and opensearch Dashboard on local using docker but i am facing login issue in opensource dashboard "Invalid username or password. Please try again." i am using ...
0 votes
0 answers
7 views

How to simulate a terminal for the command ‘kubectl exec -ti blablabla’ on the client side

I am developing a web application that simulates a pod (EKS) terminal on the client side. The only solution I can think of is using sockets, but I am facing some issues: The application has an API ...
0 votes
0 answers
11 views

My Bitbucket pipeline fails on the CodeDeploy step (deploying to EC2 instance)

AWS newbie here. I'm working on my first Bitbucket pipeline to deploy to AWS. It has three steps: Zip up the project files Upload to an AWS S3 Bucket Use CodeDeploy to deploy the application files to ...
-2 votes
0 answers
12 views

Traceroute to S3 bucket error Cannot handle "host" cmdline arg

When performing traceroute to a publicly accessible S3 endpoint i get the following error when using the hostname : h-5.2$ sudo traceroute -n -T -p 443 https://demos3bucket975050090184.s3.amazonaws....

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

0 votes
1 answer
94 views
+100

Suppressing Step Function warnings about JSONPath expressions

I am using AWS Step Functions to choreograph a workflow that involves calling multiple AWS lambdas. Some of those lambdas require payloads containing JSONPath expressions, as their implementation uses ...
0 votes
1 answer
44 views
+250

403 on Options request within SAM local invoke, but not when deployed?

Why does curl say "missing auth token"? As far as I know I definitely enabled the options method to return a default 200. I definitely have "AuthorizationType": "NONE" in ...
0 votes
1 answer
58 views
+50

AWS Lambda with GraalVM Bootstrap executes indefinitely

I am trying to run a kotlin based lambda with GraalVM native image. The lambda executes indefinitely. I am attaching my bootstrap file along with the code and the response from AWS Lambda execution. ...

Learn something new
These are the most recent articles in AWS Collective
1 vote
35 views
8 minute read
How-to guide

How to achieve fast, scalable, robust & cost optimized scaling of tasks on AWS ECS

Summary There are multiple use cases to containerize and host proprietary applications on AWS ECS which is “a fully managed container orchestration service that makes it easy for you to deploy, manage,...
TechFree's user avatar
  • 2,873
0 votes
18 views
9 minute read
How-to guide

Implement a fully managed shared file storage for Red Hat OpenShift Service on AWS (ROSA) with Amazon FSx for NetApp ONTAP

Kubernetes is a popular choice among many developers for application deployments, and many of these deployments can benefit from a shared storage layer with greater persistency. Red Hat OpenShift ...
Cloudlady's user avatar
  • 744
8 votes
526 views
2 minute read
Knowledge article

Overcoming Front-End Back-End Coupling with AWS Event-Driven Architecture

introduction As a developer, I've always been interested in event-driven architectures (EDAs) and how they can improve the overall performance and scalability of web applications. However, I never ...
Marawan Mamdouh's user avatar
17 votes
1k views
5 minute read
Knowledge article

Code Change Best Practices: Smaller Pull Requests for Smoother Merging

In today's fast-paced software development world, collaboration and efficiency are paramount. One of the key challenges new developers face is managing code changes effectively, particularly when it ...
Dipak's user avatar
  • 6,917
6 votes
997 views
1 minute read
How-to guide

Always-on access for your data in Amazon S3, using cross-Region replication and Multi-Region Access Points (MRAP)

To improve durability of your data in the cloud, you should replicate it to multiple locations. For data in Amazon S3, it is automatically stored across multiple devices spanning a minimum of three ...
Seth E's user avatar
  • 1,085