Latest questions in Cloud Computing

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
687 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
2,065 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
1,389 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
1,092 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
2,257 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
1,189 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
1,435 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
948 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
1,022 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
2,110 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
1,166 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,785 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
736 views
0 votes
0 answers

I want to build open source billing system for Open Stack with easy deploy.

I want to build open source billing ...READ MORE

Feb 15, 2023 in OpenStack by Sumon

edited Mar 4 209 views
0 votes
0 answers

how to list GCP Project in subfolders

Hi, I want to list all GCP projects ...READ MORE

Feb 15, 2023 in GCP by MGX

edited Mar 4 41 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
1,556 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
1,075 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
852 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
665 views
0 votes
0 answers

How to list projects inside the folders in folders in GCP

How can we list the GCP projects ...READ MORE

Feb 10, 2023 in GCP by MGX

edited Mar 4 67 views
0 votes
0 answers

Explain the concept of a Renderless Component in React.

The redrive policy specifies the source queue, ...READ MORE

Feb 6, 2023 in AWS by Tejashwini
• 3,820 points

edited Mar 4 67 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
1,072 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
774 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
909 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
470 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
1,112 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
546 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
552 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
601 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
971 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
912 views
0 votes
0 answers

AWS future scope

Hi guys. Given the current market condition ...READ MORE

Jan 23, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 52 views
0 votes
0 answers

How to start with aws

Hi. So I am getting started with ...READ MORE

Jan 23, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 40 views
0 votes
0 answers

Why choose aws

The question is that simple. Why should ...READ MORE

Jan 23, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 27 views
0 votes
0 answers

How much does s3 cost

Hi. I have a small website getting ...READ MORE

Jan 23, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 31 views
0 votes
0 answers

How to start learning aws

Hi. I want to know how I ...READ MORE

Jan 23, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 30 views
0 votes
0 answers

How to use aws for free

I am new to cloud computing and ...READ MORE

Jan 23, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 42 views
0 votes
0 answers

Why is aws so popular

So I am just curious to know. ...READ MORE

Jan 23, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 57 views
0 votes
0 answers

Why am i being charged for amazon web services

So I created my free account on ...READ MORE

Jan 23, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 64 views
0 votes
0 answers

How much does aws cost per month

Let's say I wanna host my website ...READ MORE

Jan 23, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 30 views
0 votes
0 answers

When was aws founded

When was the AWS services founded? I ...READ MORE

Jan 23, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 40 views
0 votes
0 answers

Why aws is better

As the title states, my question is ...READ MORE

Jan 23, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 32 views
0 votes
0 answers

Why should you measure amazon ec2 instance performance

So I read about this thing that ...READ MORE

Jan 23, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 31 views
0 votes
0 answers

What are amazon web services

I know it is an obvious question ...READ MORE

Jan 23, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 31 views
0 votes
0 answers

What companies use aws

Hi guys. So I was actually trying ...READ MORE

Jan 23, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 66 views
0 votes
0 answers

How much of the internet is on aws

Hi. I was curious to know this. ...READ MORE

Jan 23, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 61 views
0 votes
0 answers

How much does aws cost

Hi guys. So I had this question ...READ MORE

Jan 23, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 66 views
0 votes
0 answers

Preventing an auto-terminated spot instances from restarting

Let's say I receive a size 1 ...READ MORE

Jan 23, 2023 in AWS by Tejashwini
• 3,820 points

edited Mar 4 44 views
0 votes
0 answers

Deploy Deno to AWS Lightsail

Is there any alternative to using the ...READ MORE

Jan 23, 2023 in AWS by Tejashwini
• 3,820 points

edited Mar 4 42 views
0 votes
0 answers

When was aws launched

Hi. I just learned that cloud computing ...READ MORE

Jan 20, 2023 in AWS by Lakhbir
• 100 points

edited Mar 4 56 views