Latest questions in Cloud Computing

0 votes
1 answer

What describes the relationship between edge computing and cloud computing?

Edge computing and cloud computing are two ...READ MORE

Oct 19, 2023 in Cloud Computing by anonymous
• 3,320 points
269 views
0 votes
0 answers

what are the security risks of cloud computing?

Could someone give a brief of how ...READ MORE

Oct 1, 2023 in Cloud Computing by Rajarshi
• 470 points
153 views
0 votes
0 answers

AWS Lambda does not seem to get an private IP address

I am testing the Vault Lambda Extension which allows ...READ MORE

Feb 16, 2023 in AWS by sarit
• 1,830 points
878 views
0 votes
1 answer

AWS mTLS access to load balanced EC2 cluster

Yes, you are correct that API Gateway ...READ MORE

Feb 17, 2023 in AWS by anonymous
666 views
0 votes
1 answer

Why do I have heavy DeserializeSparse phase after EagerKernelExecutes on the multiple GPU training?

The heavy "DeserializeSparse" phase after the "EagerKernelExecutes" ...READ MORE

Feb 17, 2023 in AWS by anonymous
649 views
0 votes
1 answer

Why my new server shows numbers in the URL address?

It looks like the URLs for your ...READ MORE

Feb 17, 2023 in AWS by anonymous
470 views
0 votes
1 answer

How do I obtain temporary AWS credentials for an unauthenticated role in PowerShell using a Cognito IdentityPool?

To obtain temporary AWS credentials for an ...READ MORE

Feb 17, 2023 in AWS by anonymous
1,511 views
0 votes
1 answer

How to deploy Airflow to production being agnostic to Cloud providers?

Yes, deploying Airflow using Docker is a ...READ MORE

Feb 17, 2023 in AWS by anonymous
272 views
0 votes
1 answer

How to build a Python project for a specific version of Python?

To build a Python project for a ...READ MORE

Feb 17, 2023 in AWS by anonymous
265 views
0 votes
1 answer

Reset cache in AWS Lambda when AWS Secrets Manager secret value is updated?

You can use AWS Lambda's built-in integration ...READ MORE

Feb 17, 2023 in AWS by anonymous
961 views
0 votes
1 answer

Prometheus monitoring: Show maximum number of nodes allowed in a node group (AWS EKS)

You can use the Prometheus eks_nodegroup_capacity metric ...READ MORE

Feb 17, 2023 in AWS by anonymous
702 views
0 votes
1 answer

Delivering live streaming video with CloudFront and AWS Media Services

To connect your MediaPackage channel to CloudFront, ...READ MORE

Feb 17, 2023 in AWS by sarit
• 1,830 points
605 views
0 votes
1 answer

How to specify `logs:CreateLogGroup` permission for AWS ECS Fargate container in CloudFormation YAML?

To specify the logs:CreateLogGroup permission for an ...READ MORE

Feb 17, 2023 in AWS by sarit
• 1,830 points
1,282 views
0 votes
1 answer

Xcode not found in the PATH and expo cannot run iOS simulator

It sounds like you've encountered a few ...READ MORE

Feb 17, 2023 in AWS by sarit
• 1,830 points
509 views
0 votes
1 answer

Lambda works locally, but not when deployed?

The error message you received when testing ...READ MORE

Feb 17, 2023 in AWS by sarit
• 1,830 points
675 views
0 votes
1 answer

DMZ kind of network design in the AKS

It sounds like you want to implement ...READ MORE

Feb 17, 2023 in AWS by sarit
• 1,830 points
497 views
0 votes
1 answer

Extending auto-generated Amplify Datastore classes with factory constructors

it seems like the issue is that ...READ MORE

Feb 17, 2023 in AWS by sarit
• 1,830 points
386 views
0 votes
1 answer

Cannot find module '@aws-sdk/client-sns'

This error occurs because the AWS SDK ...READ MORE

Feb 17, 2023 in AWS by sarit
• 1,830 points
948 views
0 votes
1 answer

Problem with connecting frontend and backend services through internal load balancer

It sounds like the communication between the ...READ MORE

Feb 17, 2023 in AWS by sarit
• 1,830 points
497 views
0 votes
1 answer

Terraform-AWS-Modules-using subnet-id of a VPC child module in another ec2 child module

It looks like the issue is with ...READ MORE

Feb 17, 2023 in AWS by sarit
• 1,830 points
1,062 views
0 votes
1 answer

Calling AWS ELB public DNS from AWS EC2 client. How much do I get charged?

If you are calling an AWS Elastic ...READ MORE

Feb 17, 2023 in AWS by sarit
• 1,830 points
260 views
0 votes
1 answer

Issue with upgrading aws EC2 t2 machine to t3 or t3a

It sounds like the issue you are ...READ MORE

Feb 16, 2023 in AWS by anonymous
689 views
0 votes
1 answer

Trigger a lambda function after a rest api is accessed

To trigger a Lambda function after a ...READ MORE

Feb 16, 2023 in AWS by anonymous
491 views
0 votes
0 answers

Axios, is it slower to auto catch error responses (such as 404)?

Just out of curiosity, the default setting ...READ MORE

Feb 14, 2023 in AWS by Ashwini
• 5,430 points
391 views
0 votes
0 answers

how to count the number of methods other than OPTION on AWS API Gateway with python?

I need to count the number of ...READ MORE

Feb 14, 2023 in AWS by Ashwini
• 5,430 points
235 views
0 votes
0 answers

How to implement XRay in NodeJS project?

I need to create XRay to collect ...READ MORE

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

Are there any services like Databricks but without compulsion of AWS/Azure/Google Cloud?

I'm doing a course on Udemy for ...READ MORE

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

Getting exception while trying to build SsmClient from aws-sdk-java version 2

The exception I am getting -- java.lang.NoClassDefFoundError: org/apache/http/impl/client/DefaultClientConnectionReuseStrategy at ...READ MORE

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

How to separate different parts of laravel application?

I have a massive Laravel application that ...READ MORE

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

Get target group arn from aws cli

I'm attempting to obtain the arn of a target group whose name contains the word "test" or the value assigned to "value," but I'm having trouble because I keep getting this problem. value=test aws elbv2 describe-target-groups --query "TargetGroups[?starts_with(TargetGroupName, '${value}') == ...READ MORE

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

Create a CFN stack from template using get_template

I am trying to create a CFN ...READ MORE

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

Python regex for selecting multiple lines of code

I want to develop a Python Regex ...READ MORE

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

Amplify pull --sandboxId <UUID> results in "Failed to pull sandbox app"

I'm trying to generate the data models ...READ MORE

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

How to properly send a GraphQL update request using Axios?

I created an application using AWS Amplify, ...READ MORE

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

Create Terraform Cloudwatch Dashboards dynamically

Overview Currently, dashboards are being deployed via Terraform ...READ MORE

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

Java snapstart is not available in AWS Lambda

I have started to write Java Lambdas ...READ MORE

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

How to directly read excel file from s3 with pandas in airflow dag?

Python is not working when I try to read an excel file from S3 inside of an AI flow dag.  It is quite strange because it works when I read it using pd.read excel(s3 excel path) from outside airflow.   How I acted:   Create an AWS account in Airflow (this works well as I can list my s3 bucket) In my Docker environment, where I run Airflow, instal pandas and s3fs. Pd.read excel(s3 excel path) should be used to attempt to read the file. I've tried it outside of Airflow, and it functions as stated.  Furthermore, even after waiting 20 minutes, nothing happens; the dag just keeps running indefinitely (at the stage where it is meant to read the file). (I am attempting to read the file ...READ MORE

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

AWS Lambda read from SQS without concurrency

My requirements are as follows. Every two hours, ...READ MORE

Jan 3, 2023 in AWS by Tejashwini
• 3,820 points
260 views
0 votes
1 answer

Can you use aws-sdk/util-dynamodb unmarshall in Reactjs?

Yes, you can use the unmarshall method ...READ MORE

Jan 4, 2023 in AWS by Ashwini
• 5,430 points
453 views
0 votes
0 answers

Deploy MERN stack on AWS

I am developing application with MERN stack. Can ...READ MORE

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

Browsers not caching images from s3

I'm hosting my personal portfolio on AWS ...READ MORE

Jan 3, 2023 in AWS by Tejashwini
• 3,820 points
368 views
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
962 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
592 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
270 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
735 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
354 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
800 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,668 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 475 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
422 views