Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content
Stack Overflow
  1. About
  2. For Teams
Loading…
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

AWS Collective

A collective for developers who utilize Amazon Web Services' infrastructure and platform capabilities. The AWS Collective is organized and managed by the Stack Overflow community as a resource for developers.
257.7kQuestions
+31
36.7kMembers
+122
Contact
Contact
Stay up to date
We'll highlight new content in your collectives with a blue activity indicator on navigation items and posts.Manage preferences

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0votes
0answers
21views

Next.js + AWS Amplify Middleware not redirecting after first login until refresh

I am working on a project using Next.js (App Router) and AWS Amplify Auth. I have implemented middleware to restrict access and redirect users based on a custom Cognito attribute (custom:...
0votes
0answers
23views

AWS SageMaker PyTorch Model Deployment - is entry_point needed?

I'm trying to deploy a pre-trained PyTorch model to SageMaker using the Python SDK. I have a model.tar.gz file that is uploaded to S3, with the following structure:code/code/requirements.txtcode/...
0votes
0answers
27views

Using Kotlin Data Classes for DynamoDB

I have the following class that I am using as a dynamodb item in Kotlin@DynamoDbBeandata class Transaction( @get:DynamoDbPartitionKey val userId: Int, @get:DynamoDbSortKey val ...
-1votes
0answers
35views

Nodemailer 7 + AWS SESv2 + TypeScript: TS2769 "SES does not exist in type TransportOptions"

I'm trying to send emails using Nodemailer 7.0.11 with AWS SESv2 and TypeScript, but I'm running into this compile error when creating the transporter:No overload matches this call. The last ...
Advice
0votes
0replies
39views

Store AD credentials in AWS and rotate automatically

I deployed a Windows AD server on an EC2 instance in AWS. I have created a user called "tesla" in the AD. How can I store this user's credentials in AWS and rotate the password automatically?...

Recommended answers

View all recommended answers

These answers have been recommended

2votes
1answer
99views

Self-signed certificate error when forcing SSL connecting to RDS PSQL [closed]

Hoping to get yalls help on the issue I am now sort of desperate aboutContext:I am deploying a docker container on EC2 Ubuntu, where it is used by two images - one for my Prisma-NestJs-based API and ...
Answer Accepted

The AWS RDS certificates will not be pulled down by running update-ca-certificates.You have two options:Don't verify the cert, and just use sslmode require or no-verifyVerify the cert using ...

View answer
Mark B's user avatar
  • 203k
1vote
1answer
61views

Exporting Incremental RDS Snapshot into an S3 Bucket

I would like to ask two questions;1- if RDS snapshots are incremental when we exported the incremental snapshot in to s3 via ExportTask will it be the only partial data or full data.2- When data is ...
Answer Accepted

The very first snapshot of an RDS database contains all of the DB's data. Subsequent snapshots are performed incrementally, but from your perspective a snapshot is a point in time view of the entire ...

View answer
jarmod's user avatar
  • 79.8k
Advice
0votes
1replies
40views

Query S3 from Athena without a table

Is there a way to query data from a S3 bucket through Athena without creating a table?Something like this:with table1 as (select * from real_table), table2 as (create table from s3 location)...
Answer

Nope. You'll need to define the table first, and then query it. The table definition gives it additional information, such as knowing the format of the source data and how to interpret the data.

View answer
John Rotenstein's user avatar
1vote
2answers
95views

AWS CloudFormation deploy template stored in an S3 bucket [closed]

Trying to deploy a CloudFormation template that is stored in an S3 bucket as the template size is larger than 51kb so cant be done direct (from what I am led to believe and have seen when trying)...
Answer Accepted

The aws cloudformation deploy command is a higher-level abstraction over CloudFormation stacks than the aws cloudformation xxxx-stack commands.When using aws cloudformation deploy, it's designed to ...

View answer
jarmod's user avatar
  • 79.8k
Best practices
0votes
3replies
91views

Best way to structure solution on AWS

Let's say there's a VM on AWS that is being used to host multiple instances of the same web app.The web app has a React front end and an ASP.NET Core backend, and the VM runs IIS.Each instance of ...
Answer

Beanstalk offers the highest abstraction and requires the least operational overhead for you but I'd be tempted to consider a containerization route with ECS and ALB. You can scale individual services ...

View answer
jarmod's user avatar
  • 79.8k

See what's trending

View all trending questions

These are the most active questions in AWS Collective

1158votes
44answers
984kviews

Downloading an entire S3 bucket?

I noticed that there does not seem to be an option to download an entire s3 bucket from the AWS Management Console.Is there an easy way to grab everything in one of my buckets? I was thinking about ...
1016votes
42answers
768kviews

"UNPROTECTED PRIVATE KEY FILE!" Error using SSH into Amazon EC2 Instance (AWS) [closed]

I've created a new linux instance on Amazon EC2, and as part of that downloaded the .pem file to allow me to SSH in.When I tried to ssh with:ssh -i myfile.pem <public dns>I got:@@@@@@@@@@@@@...
332votes
71answers
718kviews

Amazon S3 - How to fix 'The request signature we calculated does not match the signature' error?

I have searched on the web for over two days now, and probably have looked through most of the online documented scenarios and workarounds, but nothing worked for me so far.I am on AWS SDK for PHP V2....
485votes
38answers
351kviews
557votes
23answers
640kviews

Change key pair for ec2 instance

How do I change the key pair for my ec2 instance in AWS management console? I can stop the instance, I can create new key pair, but I don't see any link to modify the instance's key pair.

Learn something new
These are the most recent articles in AWS Collective
0votes
324views
1 minute read

AWS Management Console now supports simultaneous sign-in for multiple AWS accounts

AWS has changed the way we interact with AWS console for sign-in. Jan 16, 2025 AWS has announced the support for multiple console sessions for signing into different aws accounts in the same browser....
4votes
534views
8 minute read

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

SummaryThere 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
8votes
681views
2 minute read

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

introductionAs 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 ...
6votes
1kviews
1 minute read

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 ...
6votes
1kviews
3 minute read

Local development, testing, and debugging of serverless applications defined in Terraform using AWS SAM CLI

One question we hear from developers using Terraform and AWS Lambda functions is how to locally test the Lambda function. Here’s a great example — I have a simple terraform file with a Lambda function....
Julie's user avatar
Collectives on Stack Overflow: a subcommunity defined by tags to help you find trusted answers faster and share knowledge with the community.
Get started with collectives
AVERAGE RESPONSE RATE(within 24 hours)
29%
Help improve the percentage byAnswering questions
LEADERBOARD POSITION
the collective and see where you rank to compete
Top tags
 × 159129 questions
 × 50964 questions
 × 36737 questions
 × 32042 questions
 × 14325 questions
Members can contribute articles
Simply submit a proposal, get it approved, and publish it.
See how the process works

[8]ページ先頭

©2009-2025 Movatter.jp