Latest questions in AWS

0 votes
0 answers

Adding Pyjwt to aws lambda function layer

I'm attempting to add the Pyjwt library ...READ MORE

Jan 3, 2023 in AWS by Tejashwini
• 3,820 points
918 views
0 votes
0 answers

Get the name of a dynamo table created with AWS CDK

Using the example from here. I can create ...READ MORE

Jan 3, 2023 in AWS by Tejashwini
• 3,820 points
579 views
0 votes
0 answers

aws-cdk: pass ENV to NextJS app throught Ec2TaskDefinition

My node.js app needs creds and an ...READ MORE

Jan 3, 2023 in AWS by Tejashwini
• 3,820 points
261 views
+1 vote
0 answers

How to deploy a NestJS application which is in a Nx monorepo?

I'm working on a Nx monorepo that ...READ MORE

Jan 3, 2023 in AWS by Tejashwini
• 3,820 points
714 views
0 votes
0 answers

Trying to read ssm parameter and working fine but write as text and uploading inside my bucket its not happening please find below code

import boto3 import os client = boto3.client('ssm') s3 = boto3.client("s3") def ...READ MORE

Dec 22, 2022 in AWS by Tejashwini
• 3,820 points
346 views
0 votes
0 answers

Terraform external data source formatting issue

I want a list of my s3 ...READ MORE

Dec 22, 2022 in AWS by Tejashwini
• 3,820 points
779 views
0 votes
0 answers

The AWS Access Key Id you provided does not exist in our records

I am getting invalid aws access key ...READ MORE

Dec 22, 2022 in AWS by Tejashwini
• 3,820 points
1,641 views
0 votes
0 answers

How to host a stic website of S3 in the aws ECS?

The keycloak programme is operating on my ...READ MORE

Dec 22, 2022 in AWS by Tejashwini
• 3,820 points
1 flag 464 views
0 votes
0 answers

how to catch instance_id that is of type class after creating a new server with boto3 with python?

I am launching a new ec2 instance ...READ MORE

Dec 22, 2022 in AWS by Tejashwini
• 3,820 points
411 views
0 votes
0 answers

AWS CLI step-functions to get failed executions

How to write a query using AWS ...READ MORE

Dec 20, 2022 in AWS by Tejashwini
• 3,820 points
429 views
0 votes
0 answers

asSql() method is removed from ClientPreparedStatement (mysql-connector-java and mysql-connector-j)

ClientPreparedStatement had a public method in the ...READ MORE

Dec 20, 2022 in AWS by Tejashwini
• 3,820 points
305 views
0 votes
0 answers

Referencing an element while using count in terraform resource and handling the case when count is 0

I have an AWS WAFv2 Web ACL ...READ MORE

Dec 20, 2022 in AWS by Tejashwini
• 3,820 points
1,044 views
0 votes
0 answers

Docker deployment always fails - massive container size

Our website was functioning normally for a ...READ MORE

Dec 20, 2022 in AWS by Tejashwini
• 3,820 points
197 views
0 votes
0 answers

How to parse and iterate to save information in dyanomodb with lamda in python?

In order to save data from lamda ...READ MORE

Dec 15, 2022 in AWS by Tejashwini
• 3,820 points
204 views
0 votes
0 answers

How to use aws ec2 create-tags (from aws cli) to give different values to the same tag across multiple resources?

Suppose I have a list of instance ...READ MORE

Dec 15, 2022 in AWS by Tejashwini
• 3,820 points
1,036 views
0 votes
0 answers

AWS CDK - get ProvisioningArtifactIds from ServiceCatalog product

In CDK I couldn't find from documentation ...READ MORE

Dec 15, 2022 in AWS by Tejashwini
• 3,820 points
348 views
0 votes
1 answer

allowing a third party application to write to your aws bucket

To grant access to a third-party developer ...READ MORE

Jun 20, 2023 in AWS by Khan Sarfaraz
• 700 points
320 views
0 votes
0 answers

Retrieve or store results of Gremlin queries within AWS Neptune ML, in IPython Notebook

I need to use Gremlin in a ...READ MORE

Dec 15, 2022 in AWS by Tejashwini
• 3,820 points
399 views
0 votes
0 answers

Is there a way to implement event and lambda for all accounts

I have a problem where a third ...READ MORE

Dec 14, 2022 in AWS by Roshan
• 300 points
178 views
0 votes
0 answers

Java import AWS Access Keys from Session

I'm creating a Java script that does ...READ MORE

Dec 14, 2022 in AWS by Roshan
• 300 points
241 views
0 votes
0 answers

Distribute the nodes of an Elasticache cluster across different AZs?

The Elasticache cluster contains 10 shards, as ...READ MORE

Dec 14, 2022 in AWS by Roshan
• 300 points
195 views
0 votes
0 answers

Lambda function that poll events from SQS only the first day of the month

I require a lambda function that only ...READ MORE

Dec 14, 2022 in AWS by Roshan
• 300 points
416 views
0 votes
0 answers

How to use "alter system.." sql statement in AWS RDS oracle?

Oracle's data buffer cache was deleted using ...READ MORE

Dec 14, 2022 in AWS by Roshan
• 300 points
496 views
0 votes
0 answers

Ansible: Dynamically copy files/directories depending on hostname

To share the labour of copying and ...READ MORE

Dec 14, 2022 in AWS by Tejashwini
• 3,820 points
304 views
0 votes
0 answers

AWS Lambda "cannot find module aws-sdk" in Build a Basic Web Application tutorial

I'm trying to get a start with ...READ MORE

Dec 14, 2022 in AWS by Tejashwini
• 3,820 points
4,876 views
0 votes
0 answers

How to use "alter system.." sql statement in AWS RDS oracle?

"ALTER SYSTEM FLUSH BUFFER_CACHE;" Oracle's data buffer ...READ MORE

Dec 14, 2022 in AWS by Tejashwini
• 3,820 points
242 views
0 votes
0 answers

Convert oracle UDF function with to_number and value_error expection in it to AWS RDS maria db

create or replace FUNCTION num_check (p_string IN ...READ MORE

Dec 14, 2022 in AWS by Tejashwini
• 3,820 points
214 views
0 votes
0 answers

Why Elastic beanstalk restore to old version?

Why did AWS reinstall an older version ...READ MORE

Dec 14, 2022 in AWS by Tejashwini
• 3,820 points
231 views
0 votes
0 answers

Connecting to AWS EC2 instance from Docker SDK for python

I have created a free tier EC2 ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
364 views
0 votes
0 answers

Is there any way to use existing AWS ELB for ingress in Kubernetes for airflow helm chart?

Planning to host airflow on Kubernetes (EKS), ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
265 views
+1 vote
0 answers

AWS Codepipeline not serving React from a PHP+React Git repository

I was setting up a Codepipeline for ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
428 views
0 votes
0 answers

How to sign-in to EKS cluster without aws-auth configmap?

My aws-auth configmap contains the aws roles ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
243 views
0 votes
0 answers

How to get the record count of all tables in athena aws?

I'm trying to figure out how to ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
1,902 views
0 votes
0 answers

How to sign-in to EKS cluster without aws-auth configmap?

My aws-auth configmap contains the aws roles ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
252 views
0 votes
0 answers

I can't delete AWS appconfig configuration and environment

I'm studying about Appconfig to change my service from parameter ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
675 views
0 votes
0 answers

How to build docker images for multiple Sagemaker training applications?

Given one ML repository contains 3 training ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
249 views
0 votes
0 answers

CDK :How to use/import s3 defined in one stack to another stack ( In different file)?

a little bit new to typescript and ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
548 views
0 votes
0 answers

How to set status code allerts for load balancer?

How do I check and configure the ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
204 views
0 votes
0 answers

AWS Java SDK - Get EC2 instance info

I have done some research (i.e. looking ...READ MORE

Apr 25, 2022 in AWS by Aditya
• 7,680 points
935 views
0 votes
0 answers

How can I find out why my storage space on Amazon EC2 is full?

When I run df -h on my ...READ MORE

Apr 25, 2022 in AWS by Aditya
• 7,680 points
595 views
0 votes
0 answers

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

I've created a new Linux instance on ...READ MORE

Apr 25, 2022 in AWS by Aditya
• 7,680 points
552 views
0 votes
0 answers

AWS IAM user receive 401 when accessing to ECR repository, works with root user

I've started using AWS ECR to store ...READ MORE

Apr 25, 2022 in AWS by Aditya
• 7,680 points
1,273 views
0 votes
0 answers

Laravel/ MSSQL (AWS RDS) General error: 20018 Unicode data

I'm using SQL Server with a Laravel ...READ MORE

Apr 25, 2022 in AWS by Aditya
• 7,680 points
672 views
0 votes
0 answers

How to use AWS S3 REST API ListObjects(v2) with multiple parent/child bucket directories?

What am I missing here? I'm able to ...READ MORE

Apr 25, 2022 in AWS by Rahul
• 9,670 points
734 views
0 votes
0 answers

EC2 CLI. Help creating VPCs with name

I am trying to streamline the process ...READ MORE

Apr 25, 2022 in AWS by Rahul
• 9,670 points
240 views
0 votes
0 answers

AWS VPC - Internet Gateway vs. NAT

What is an Internet Gateway? What is ...READ MORE

Apr 25, 2022 in AWS by Rahul
• 9,670 points
243 views
0 votes
0 answers

SCP not working in EC2 (AWS)

I can SSH into the EC2 instance: ssh ...READ MORE

Apr 25, 2022 in AWS by Rahul
• 9,670 points
468 views
0 votes
0 answers

Difference between IAM role and IAM user in AWS

I think an IAM role is used ...READ MORE

Apr 25, 2022 in AWS by Rahul
• 9,670 points
460 views
0 votes
0 answers

AWS RDS disaster recovery using cross-account

We are running AWS RDS PostgreSQL, with ...READ MORE

Apr 25, 2022 in AWS by Rahul
• 9,670 points
753 views
0 votes
0 answers

What is the meaning of inbound source of default RDS security group?

When I create an RDS, it seems ...READ MORE

Apr 25, 2022 in AWS by Rahul
• 9,670 points
259 views