Trending questions in Cloud Computing

0 votes
1 answer

How to install Python on my ec2 instance?

EC2 on linux machine currently supports python3.4 ...READ MORE

Mar 27, 2019 in AWS by Ritesh
3,624 views
0 votes
1 answer

Different availability zones for network load balancer

Yes, you can use multiple availability zones ...READ MORE

May 15, 2019 in AWS by Renold
1,505 views
0 votes
1 answer

Is it possible to move Amazon EBS to multiple instances?

Elastic Block Store (EBS) is the logical volume ...READ MORE

May 27, 2019 in AWS by ArchanaNagur
• 2,360 points
939 views
0 votes
1 answer

How do I create an alarm for my load balancer using the Amazon EC2 console?

Follow these steps: Open the Amazon EC2 console On ...READ MORE

May 17, 2019 in AWS by Rhea
1,351 views
0 votes
1 answer

AWS EC2 ERR_CONNECTION_TIMED_OUT

The most probable fix for getting a ...READ MORE

Mar 28, 2019 in AWS by Razig
3,509 views
0 votes
1 answer

Create a new file with AWS Lambda Console editor

Execute the following steps: In the Environment window, ...READ MORE

May 20, 2019 in AWS by Ghanisha
1,182 views
0 votes
1 answer

Getting an error when trying to authenticate using REST API Dynamics CRM with Azure AD.

Dynamics 365 has started to support Server-to-Server ...READ MORE

Apr 25, 2019 in Azure by Prerna
• 1,960 points
2,243 views
0 votes
1 answer

Is it possible to reference a c# class library in an Azure Function visual studio project?

This is possible by using the new ...READ MORE

Apr 15, 2019 in Azure by Prerna
• 1,960 points
2,660 views
0 votes
2 answers

AWS Certificate Manager - How to download public key?

you can not download SSL Certificate from ...READ MORE

Jun 28, 2019 in AWS by salman
6,694 views
0 votes
1 answer

EC2 IAM policy to require tags

Use StringLike or StringNotLike to do your work ...READ MORE

May 15, 2019 in AWS by sunshine
• 1,300 points
1,333 views
+2 votes
1 answer

How to combine multiple S3 objects in the target S3 object w/o leaving S3

"However sometimes our raw objects are not ...READ MORE

Aug 28, 2018 in AWS by Priyaj
• 58,090 points
12,378 views
+1 vote
1 answer

How to delete an EC2 instance using Python boto3

You just need to have the list ...READ MORE

Dec 3, 2018 in AWS by Nabarupa
8,180 views
0 votes
1 answer

Downloading a file from EC2 Linux instance to local computer

It would have been better if you ...READ MORE

Apr 29, 2019 in AWS by Archana
• 5,640 points
1,807 views
0 votes
1 answer

How to pass object messages in Azure Queue Storage?

I already have a base class, so ...READ MORE

Mar 26, 2019 in Azure by Prerna
• 1,960 points
3,262 views
+1 vote
1 answer

How do I create an SNS topic while creating an alarm for my Load Balancer using with CloudWatch console?

Follow these steps: Open the Amazon EC2 consoleOn ...READ MORE

May 17, 2019 in AWS by Tamheer
924 views
0 votes
1 answer

What is the difference between EBS snapshots & AMI?

The major difference is between the type ...READ MORE

Oct 16, 2018 in AWS by Archana
• 4,170 points

edited Oct 16, 2018 by Archana 10,152 views
0 votes
1 answer

Is aws glue new service? What data sources does it support?

It's not a new service. And was ...READ MORE

May 22, 2019 in AWS by Archana
• 5,640 points
704 views
0 votes
1 answer

How to fetch a list of items (like a SQL IN clause)

You can use this as this worked ...READ MORE

Oct 26, 2018 in AWS by Priyaj
• 58,090 points
9,673 views
0 votes
1 answer

Change own IAM user password - AWS

Hey Akhil, follow these steps to change ...READ MORE

Apr 10, 2019 in AWS by Arora
2,463 views
0 votes
1 answer

Steps in creating a lambda function in AWS

To create a Lambda function, you first ...READ MORE

May 20, 2019 in AWS by Taragan
733 views
0 votes
2 answers

Copying folders inside Amazon S3 bucket

Here is the example to copy folder ...READ MORE

Nov 29, 2018 in AWS by Archana
• 5,640 points
8,123 views
0 votes
1 answer

Add EBS to Ubuntu EC2 Instance

you are creating a new volume, so ...READ MORE

May 16, 2019 in AWS by ArchanaNagur
• 2,360 points
910 views
0 votes
1 answer

Using static IP in Elastic Beanstalk

I found this in the documentation: You can ...READ MORE

Mar 18, 2019 in AWS by Archana
• 5,640 points
3,436 views
0 votes
1 answer

Does stopping and terminating instances have same effect in AWS?

AWS is a web service provider which offers ...READ MORE

May 27, 2019 in AWS by ArchanaNagur
• 2,360 points
415 views
0 votes
1 answer

Error in CGI application - process terminated.

To fix this error, you need to deploy to ...READ MORE

Apr 9, 2019 in Azure by Prerna
• 1,960 points
2,493 views
0 votes
1 answer

Why minimize your deployment package size to its runtime necessities - AWS Lambda

Hey @tanishq, doing this will reduce the ...READ MORE

May 20, 2019 in AWS by Adil
703 views
0 votes
1 answer

CreateBucket operation: IllegalLocationConstraintException

This error is generated because your location ...READ MORE

Nov 23, 2018 in AWS by Namitha
8,351 views
0 votes
1 answer

Redirect HTTP traffic to HTTPS request on ELB

Change your server config file if ($http_x_forwarded_proto = ...READ MORE

May 17, 2019 in AWS by Vedant
808 views
0 votes
1 answer

Is it possible to upload data using FTP client into AWS S3?

Actually, S3 doesn't support FTP directly. For ...READ MORE

May 15, 2019 in AWS by Archana
• 5,640 points
797 views
0 votes
1 answer

Common errors faced while working with AWS

These are the most common types of ...READ MORE

Apr 10, 2019 in AWS by Vedant
2,298 views
0 votes
1 answer

Point root of the domain to my Elastic Load balancer

You can use Route 53 for this ...READ MORE

May 15, 2019 in AWS by Takeshi
750 views
0 votes
1 answer

select a metric dimension to view metrics by load balancer by Availability Zone across all load balancers through CloudWatct

Follow these steps: Open the CloudWatch console In the ...READ MORE

May 17, 2019 in AWS by Jinu
643 views
0 votes
1 answer

Advantages of NLB over a classic one

I've listed down all the benefits of using ...READ MORE

May 14, 2019 in AWS by Isha
768 views
0 votes
1 answer

Delete a pem file

Use the following command to delete your ...READ MORE

Apr 12, 2019 in AWS by Purav
2,134 views
0 votes
1 answer

Disassociate a CIDR block associated with a VPC

Yes, you can. According to the documentation: You ...READ MORE

May 16, 2019 in AWS by Meghna
653 views
0 votes
1 answer

SQL Azure Database: Unable to restore bacpac due to foreign key conflict.

Since tha bacpac file is not transactional, ...READ MORE

Apr 2, 2019 in Azure by Prerna
• 1,960 points
2,558 views
0 votes
1 answer

View CloudWatch metrics of my Load Balancer using the CloudWatch console?

Hey @Nell, Follow these steps: Open the CloudWatch ...READ MORE

May 17, 2019 in AWS by Liena
592 views
0 votes
1 answer

How do I view CloudWatch metrics for my Load Balancer using the console?

Follow these steps: Open the Amazon EC2 console On ...READ MORE

May 17, 2019 in AWS by Tanishq
579 views
0 votes
1 answer

Friendly filename when downloading Azure blob.

Azure blobs can be downloaded in four ...READ MORE

Mar 16, 2019 in Azure by Prerna
• 1,960 points
3,294 views
0 votes
1 answer

Unable to delete AWS EBS volume

EBS root volumes are deleted by default ...READ MORE

Apr 24, 2019 in AWS by Archana
• 5,640 points
1,547 views
0 votes
1 answer

How do I create a network load balancer?

Follow these steps to create a load ...READ MORE

May 14, 2019 in AWS by Rakshi
673 views
0 votes
1 answer

Difference between P3 and G3 Instances?

P3 instances provided by AWS that are ...READ MORE

Jan 30, 2019 in AWS by sukesh
5,191 views
0 votes
1 answer

VPC acticaion mail

The moment you delete any AWS resource ...READ MORE

May 20, 2019 in AWS by anonymous
384 views
0 votes
1 answer

Can I view the primary CIDR for my VPC in AWS from the terminal?

Hey @Tushar, you can use the describe ...READ MORE

May 16, 2019 in AWS by Renuka
556 views
+2 votes
1 answer

Trying to use Lambda to perform backend tasks

AWS Lambda is a service used for ...READ MORE

May 14, 2019 in AWS by ArchanaNagur
• 2,360 points
519 views
0 votes
1 answer

Does AWS uses openstack?

No, AWS does not use any publicly ...READ MORE

Jan 31, 2019 in OpenStack by Ritwik
5,048 views
0 votes
1 answer

Graphical User Interface in Amazon EC2 instance

I am not exactly sure if an AMI of ...READ MORE

May 13, 2019 in AWS by Archana
• 5,640 points
633 views
0 votes
1 answer

How to set default Web page for a website on Microsoft Windows Azure?

This blog post should resolve your issue: http://blogs.msdn.com/b/cesardelatorre/archive/2010/07/22/how-to-set-a-default-page-to-a-windows-azure-web-role-app-silverlight-asp-net-etc.aspx Look ...READ MORE

Mar 27, 2019 in Azure by Prerna
• 1,960 points
2,649 views
0 votes
1 answer

Renaming column name in Athena

You can use :- ALTER TABLE %%table-name%% CHANGE ...READ MORE

Jan 17, 2019 in AWS by julie
5,626 views