159,167 questions
0
votes
1
answer
31
views
AWS Lambda inside VPC cannot connect to RDS MySQL (timeout)
Background
I'm building a Lambda function (Node.js 20 runtime) that connects to an Amazon RDS MySQL database within the same VPC.
Both the Lambda and the RDS instance are deployed in private subnets.
...
Advice
0
votes
0
replies
26
views
How do I add a static secret to AW1?
How do I add a static secret (which I now know is different from a generated secret) to AW1? I was provided this link to help me: https://git.taservs.net/ops/als-infra-aw1/tree/main/src/layer3/aw1-...
3
votes
1
answer
2k
views
What is the most efficient way to create end-points for an Amazon SNS service?
I am using Amazon SNS Service for an iOS application that needs push notifications.
I have figured most of the things, except for the part where I have to register my device tokens.
This is where ...
1
vote
2
answers
96
views
Set log levels per class with AWS Managed Apache Flink
This question is specific to AWS Managed Flink (1.19).
I know how to control logging in most Java apps,
but everything I know is failing in this case.
I have a Java application running in Amazon ...
8
votes
3
answers
13k
views
Value of property Parameters must be an object with String (or simple type) properties
I am trying to pass parameters to one of the nested stacks by populating the values from another nested stacks output.
And i do not want any cross-referencing (unless there is no way around it)
The ...
0
votes
0
answers
38
views
How get data from Amazon WorkDocs into the AWS S3 bucket?
I need to automate the process of moving files from Amazon WorkDocs to an S3 bucket.
Here’s what I want to achieve:
Periodically fetch files from a specific WorkDocs folder.
Upload or sync them to ...
1
vote
2
answers
5k
views
Error Fetching YouTube Transcript Using YouTubeTranscriptApi on Server but Works Locally
I'm encountering an issue where the YouTubeTranscriptApi library works perfectly on my local machine but fails when run on the server. The script I'm using is as follows:
from youtube_transcript_api ...
3
votes
1
answer
9k
views
AWS - charged for regional data transfer - in/out/between EC2 AZs or using elastic IPs or ELB
I'm using AWS and today I was charged for "regional data transfer - in/out/between EC2 AZs or using elastic IPs or ELB".
I have
1 ELB (on 2 different AZs)
1 EC2 (on a single AZ)
1 RDS
(one API call ...
2
votes
3
answers
11k
views
How to enable billing permission for IAM in AWS?
I have already assign billing permission and full administrator permission to IAM role but still I IAM user getting permission issue. How I can solve this problem?
4
votes
3
answers
5k
views
kubectl exec/logs on EKS returns "remote error: tls: internal error"
Both Logs/ Exec commands are throwing tls error:
$ kubectl logs <POD-NAME>
Error from server: Get "https://<NODE-PRIVATE-IP>:10250/containerLogs/<NAMESPACE>/<POD-NAME>/&...
1
vote
2
answers
1k
views
Unable to perform config:PutEvaluations due to the lack of permissions on the role
I am trying to add AWS Config in Terraform. I've set up the following policy attachment like so:
resource aws_iam_policy policy {
name = "test-policy"
policy = <<POLICY
{
&...
9
votes
8
answers
34k
views
AWS Systems Manager - Instance not showing
Could anyone help me investigate an issue with EC2 instance profile? I have create an EC2 instance and I put an IAM role.
But, when I check on the instance I see: No roles attached to instance profile:...
3
votes
2
answers
8k
views
How to recover lost private key of instance of aws server?
I have lost private key of my AWS instance.I searched the option in console panel.
5
votes
3
answers
11k
views
AWS Push Notifications service for web applications
I have a web application and I want to send Push Notifications using AWS. I don't understand which AWS service I could use to send push notifications to web applications. It looks like AWS SNS service ...
0
votes
1
answer
10k
views
How to fix "CCertRequest::Submit: The RPC server is unavailable. 0x800706ba" error?
Scenario:
I am learning AWS CloudHSM. So far, I have
created an EC2 instance with Windows Server 2019 Datacenter as OS
created a certification authority (root CA) on this server with Dintinguised ...