Trending questions in Cloud Computing

0 votes
1 answer

Access identifiers and attributes of a specific queue - AWS SQS

You can access the identifiers and attributes ...READ MORE

Aug 20, 2019 in AWS by Ganga
413 views
0 votes
0 answers

AWS Aurora MySQL Serverless CPU utilisation is above 10 even it is not processing any requests [closed]

AWS Aurora MySQL Serverless CPU utilisation is ...READ MORE

Aug 21, 2019 in AWS by latchu

closed Aug 22, 2019 by Kalgi 385 views
0 votes
1 answer

Upgrading the software in an AMI without creating a new one

When an EC2 instance is launched, AWS ...READ MORE

Aug 13, 2019 in AWS by Praveen
• 700 points
836 views
+1 vote
1 answer

Cloud operation engineer course

Well if you are taking up a ...READ MORE

Aug 14, 2019 in Cloud Computing by Trisha

edited Aug 8, 2023 by Khan Sarfaraz 562 views
0 votes
1 answer

How to download a file from Blob Storage to the browser?

If you use ASP.NET (core), you can ...READ MORE

Mar 26, 2019 in Azure by Prerna
• 1,960 points
6,686 views
0 votes
1 answer

Connection getting lost when creating an AMI from an EC2 instance

AWS powers down the EC2 instance creates ...READ MORE

Aug 13, 2019 in AWS by Praveen
• 700 points
733 views
0 votes
1 answer

What are artifacts in aws Codepipeline?

When an action runs, or an event ...READ MORE

Jul 1, 2019 in AWS by Tyagi
2,444 views
+3 votes
2 answers

How to download an entire bucket from S3 to local folder?

You can simply download your S3 bucket ...READ MORE

Dec 11, 2018 in AWS by Priyaj
• 58,090 points
10,972 views
0 votes
1 answer

Is there any number limitation in Azure Storage Table query entities?

ExecuteQuery method handles continuation token internally and ...READ MORE

Jul 4, 2019 in Azure by Perry
• 17,100 points
2,285 views
0 votes
1 answer

error saying ""errorMessage": "Unable to import module 'MyFirst'""

I had the exact same error. Make ...READ MORE

Jul 2, 2019 in AWS by Travis
2,353 views
+2 votes
1 answer

List all running resources like ec2, rds, security_group, keypairs, etc in one go across one region

Hey, you can use the tag editor ...READ MORE

Aug 13, 2019 in AWS by Kalgi
• 52,360 points
487 views
0 votes
1 answer

Configuring the Regions with the AWS CLI

Once the AWS CLI has been installed run ...READ MORE

Aug 6, 2019 in AWS by Tina
773 views
+1 vote
1 answer

What is the difference between an Instance, AMI and Snaphots in AWS?

AMI is the Amazon Machine Image which provides ...READ MORE

May 24, 2019 in AWS by ArchanaNagur
• 2,360 points
3,893 views
0 votes
1 answer

How are Java lambda functions compiled?

For Lambda expressions, the compiler doesn’t translate ...READ MORE

Mar 6, 2019 in Cloud Computing by Avantika
• 1,520 points
7,344 views
0 votes
1 answer

What is the difference between Amazon Athena and S3 Select?

Athena can be used by AWS Console, ...READ MORE

Jan 17, 2019 in AWS by Edureka
• 4,220 points
9,401 views
0 votes
1 answer

Difference between Amazon SNS and Amazon MQ

Let me give you a situation to ...READ MORE

Jul 24, 2019 in AWS by Tanishq
1,263 views
0 votes
1 answer

Can subscribers selectively receive only a subset of messages published to a topic? - AWS SNS

Yes, of course, you can. You can ...READ MORE

Jul 25, 2019 in AWS by Rhea
1,225 views
0 votes
1 answer

StackExchange.Redis with Azure Redis shows error

Hey, check out the Azure Redis Cache documentation This ...READ MORE

Jun 28, 2019 in Azure by Perry
• 17,100 points
2,400 views
+1 vote
10 answers

HTTP request not working with AWS Lambda, please help?

context.done has to be included after the ...READ MORE

Apr 13, 2018 in AWS by brat_1
• 7,200 points
15,797 views
0 votes
1 answer

Which cloud provider is the most secure cloud platform?

Today's era opt digitalization to ensure precise authentication of the ...READ MORE

Aug 7, 2019 in AWS by Archana
• 240 points
612 views
0 votes
1 answer

Instance type required to deploy 4 node cluster of hadoop in aws

Hadoop cluster follows a master-slave concept. The ...READ MORE

Aug 8, 2019 in AWS by Disha
484 views
0 votes
1 answer

Which service is suitable to implement IAAC?

To implement IAAC on AWS platform make ...READ MORE

Jul 8, 2019 in AWS by anonymous
1,778 views
0 votes
1 answer

Copying existing files in a s3 Bucket to another s3 bucket

Suppose the two buckets in question are ...READ MORE

Sep 14, 2018 in AWS by Priyaj
• 58,090 points
14,572 views
0 votes
1 answer

Preferred Region while working with AWS

The choice of the AWS Regions depends ...READ MORE

Aug 6, 2019 in AWS by Quill
470 views
0 votes
2 answers

How to deploy a simple static micro site on Microsoft Azure?

Create an Azure Storage account ("hot file" ...READ MORE

Jun 4, 2020 in Azure by René
1,135 views
0 votes
1 answer

Can i make better future in Cloud computing ?

Hey @Rajesh, you will need a little ...READ MORE

Aug 8, 2019 in AWS by Kalgi
• 52,360 points
369 views
0 votes
1 answer

What is cross zone load balancing in AWS?

Your load balancer nodes distribute requests from ...READ MORE

May 15, 2019 in AWS by Rakshi
4,023 views
+1 vote
1 answer

Is AWS certification necessary for doing an AWS job?

AWS jobs are related to working with Cloud ...READ MORE

Jul 20, 2019 in AWS by ArchanaNagur
• 2,360 points
1,134 views
0 votes
1 answer

How to create a DynamoDB table using Python?

The code that you can use to ...READ MORE

Feb 22, 2019 in AWS by Priyaj
• 58,090 points
7,522 views
0 votes
1 answer

How to register new users for MVC4 website on Azure AD?

The application holds the permissions to read/write ...READ MORE

Jul 3, 2019 in Azure by Perry
• 17,100 points
1,845 views
0 votes
1 answer

Creating EC2 from the CLI using Python

All the AWS Resources created using the ...READ MORE

Aug 6, 2019 in AWS by Harish
369 views
0 votes
1 answer

Using the same KeyPairs across Regions

The KeyPairs are Region specific and a ...READ MORE

Aug 6, 2019 in AWS by Esha
353 views
0 votes
1 answer

How to handle payload formats for both iOS and Android through the Azure Notification Hub?

I think your solution is feasible and ...READ MORE

Jul 9, 2019 in Azure by Perry
• 17,100 points

edited Oct 6, 2021 by Sarfaraz 1,578 views
+1 vote
1 answer

How to stop an Instance using python boto3?

Both terminating and stopping has same code ...READ MORE

Dec 3, 2018 in AWS by Nabarupa
10,903 views
+1 vote
5 answers

Using IAM user account how can I login to AWS Console?

Hi, Here for the above mentioned IAM user ...READ MORE

Jan 27, 2020 in AWS by vivek
• 530 points
6,730 views
+2 votes
1 answer
0 votes
1 answer

Difference between Lambda and Lambda@Edge

The major difference is in the API ...READ MORE

Jan 28, 2019 in AWS by Trisha
8,545 views
0 votes
0 answers

Linux error "bash: ./install.sh: Permission denied"

I'm trying to install CodeDeploy agent and ...READ MORE

Jul 3, 2019 in AWS by Umang
1,778 views
+1 vote
0 answers

How can i start my AWS - glue job from my java application

i want to start and stop my ...READ MORE

Jul 15, 2019 in AWS by Dhanesh
1,188 views
0 votes
1 answer

Total memory reported by the operating system not match the advertised memory of the M5 instance type

In M5, portions of the total memory ...READ MORE

Jul 31, 2019 in AWS by Barbara
506 views
0 votes
2 answers

Moving messages from DLQ in Amazon SQS?

You can use a tool like https://github.com/mercury2269/sqsmover ...READ MORE

Mar 8, 2020 in Cloud Computing by anonymous
5,758 views
0 votes
1 answer

How do I know if I qualify for a SLA Service Credit?

You are eligible for an SLA credit ...READ MORE

Jul 31, 2019 in AWS by Kavya
484 views
0 votes
2 answers

AWS: What is the number of buckets that are created in by default?

By Default,100 s3  buckets can be created ...READ MORE

Aug 5, 2020 in Cloud Computing by cloudkatha
• 210 points
714 views
0 votes
1 answer

Giving S3 access to EC2 Servers

This can be done using IAM roles. ...READ MORE

Jul 30, 2019 in AWS by Praveen
• 700 points
458 views
0 votes
1 answer

Can I use an appsettings.json file in Azure Functions?

Only environment variables are supported for app ...READ MORE

Apr 24, 2019 in Azure by Prerna
• 1,960 points
4,635 views
0 votes
1 answer

Create a subsription on aws SNS

Hey @yamini, follow these steps: Login to your ...READ MORE

Jul 25, 2019 in AWS by Travis
632 views
0 votes
1 answer

Can I duplicate an existing CodePipeline?

Yes, you can duplicate your pipeline. All ...READ MORE

Jul 1, 2019 in AWS by Pallavi
1,652 views
0 votes
1 answer

Do High I/O instances provide any failover mechanisms or redundancy?

As far as I know, there is ...READ MORE

Jul 31, 2019 in AWS by Haider
357 views
0 votes
1 answer

Create topic on Amazon SNS?

Hey @Harsh, follow these steps: In the Create topic section, ...READ MORE

Jul 25, 2019 in AWS by Sagar
594 views