Latest questions in Cloud Computing

0 votes
1 answer

Error: 'No package Tableau server available on the EC2 Linux instance'

Hi, Tableau may not come with your ISO ...READ MORE

Oct 20, 2020 in AWS by MD
• 95,440 points
550 views
0 votes
1 answer
0 votes
1 answer

How to get an elasticbeanstalk.com domain without a region prefix?

Hi@elwinshaji, There are some services in AWS that ...READ MORE

Oct 14, 2020 in AWS by MD
• 95,440 points
547 views
0 votes
1 answer

Windows command to stop access some services for one user?

Hi@Lakshminarayanan, As you are using an EC2 instance, ...READ MORE

Oct 14, 2020 in AWS by MD
• 95,440 points
352 views
0 votes
1 answer

How to run user data in windows instance using boto3?

Hi@Lakshminarayanan, I think you used the wrong keyword ...READ MORE

Oct 13, 2020 in AWS by MD
• 95,440 points
2,704 views
0 votes
1 answer

I have an ec2 instance I want to store my backups in s3 how can I store it?

Mount the s3 bucket in the instance ...READ MORE

Oct 12, 2020 in AWS by vickie
430 views
0 votes
1 answer

How to set alert in AWS for url monitoring? How do we get email alert notification when the website goes down?

You need to set those alerts based ...READ MORE

Oct 12, 2020 in AWS by Aashish
958 views
0 votes
2 answers

In AWS Cloud formation when I upload template it shows error: At least one Resources member must be defined

that's because you have resources defined in ...READ MORE

Oct 25, 2020 in AWS by Spyder
7,018 views
0 votes
1 answer

How to create an AWS EC2 Instance in the VPC with Boto3 module?

Hi@akhtar, You can use a network interface in ...READ MORE

Oct 11, 2020 in AWS by MD
• 95,440 points
2,107 views
0 votes
1 answer

How to create a security group in AWS with Boto3?

Hi@akhtar, You can create a new security group ...READ MORE

Oct 11, 2020 in AWS by MD
• 95,440 points
3,752 views
0 votes
1 answer

Create a subnet in AWS with Boto3.

Hi@akhtar, After creating a VPC you need to ...READ MORE

Oct 10, 2020 in AWS by MD
• 95,440 points
856 views
0 votes
1 answer

How to create a route table using Boto3?

Hi@akhtar, You can create a Route Table in ...READ MORE

Oct 10, 2020 in AWS by MD
• 95,440 points
1,603 views
0 votes
1 answer

How long recordings of class are available at LMS

Hi, @Sangita, You will be having your classes ...READ MORE

Oct 12, 2020 in Cloud Computing by Gitika
• 65,910 points
1,013 views
0 votes
1 answer

How to create an Internet Gateway using Boto3?

Hi@MD, You can control internet access to the ...READ MORE

Oct 10, 2020 in AWS by akhtar
• 38,230 points
1,096 views
0 votes
1 answer

How to enable the Public DNS Hostname?

Hi@akhtar, we can also enable the Public DNS ...READ MORE

Oct 9, 2020 in AWS by MD
• 95,440 points
1,371 views
0 votes
1 answer

Assign a name to AWS VPC using Boto3.

Hi@akhtar, You can create a VPC in AWS ...READ MORE

Oct 9, 2020 in AWS by MD
• 95,440 points
765 views
0 votes
1 answer

How to create a VPC in AWS using Boto3?

Hi@akhtar, Amazon Web Services enables you to create ...READ MORE

Oct 9, 2020 in AWS by MD
• 95,440 points
1,382 views
0 votes
1 answer

How to delete a security group using Boto3 module?

Hi@akhtar, If you attempt to delete a security ...READ MORE

Oct 8, 2020 in AWS by MD
• 95,440 points
1,723 views
0 votes
1 answer

Create a security group and rules using Boto3 module.

Hi@akhtar, A security group is for use with ...READ MORE

Oct 8, 2020 in AWS by MD
• 95,440 points
2,173 views
0 votes
1 answer

How to Describe security groups with Boto3?

Hi@akhtar, An EC2 instance is a virtual server ...READ MORE

Oct 8, 2020 in AWS by MD
• 95,440 points
5,772 views
0 votes
1 answer

How to monitor instances using Boto3?

Hi@akhtar, You can monitor your EC2 instances with ...READ MORE

Oct 8, 2020 in AWS by MD
• 95,440 points
1,220 views
0 votes
1 answer

How to delete a key pair using Boto3?

Hi@akhtar, You can delete a key pair using ...READ MORE

Oct 8, 2020 in AWS by MD
• 95,440 points
1,557 views
0 votes
1 answer

Create a key pair in AWS using Boto3.

Hi@akhtar, You need to create a 2048-bit RSA ...READ MORE

Oct 8, 2020 in AWS by MD
• 95,440 points
1,626 views
0 votes
1 answer

How to describe a key pair using Boto3?

Hi@akhtar, You can find one method in your ...READ MORE

Oct 8, 2020 in AWS by MD
• 95,440 points
1,257 views
0 votes
1 answer

How to describe EC2 instances using Boto3?

Hi@akhtar, An EC2 instance is a virtual server ...READ MORE

Oct 8, 2020 in AWS by MD
• 95,440 points
6,311 views
0 votes
1 answer

How to download a file from S3 buckets using boto3?

Hi@akhtar, Boto3 supports upload_file() and download_file() APIs to ...READ MORE

Oct 8, 2020 in AWS by MD
• 95,440 points
7,861 views
0 votes
1 answer

How to download S3 Objects With Python and Boto3?

Hi@akhtar, You can download one file from a ...READ MORE

Oct 8, 2020 in AWS by MD
• 95,440 points
2,410 views
0 votes
1 answer

List all the existing buckets for the AWS account using Boto3.

Hi@akhtar, You need to create a client using ...READ MORE

Oct 8, 2020 in AWS by MD
• 95,440 points
1,296 views
0 votes
1 answer

Is possible to change instance family using Autoscaling?

Hi@Lakshminarayanan, I don't think you can do that. ...READ MORE

Oct 8, 2020 in AWS by MD
• 95,440 points
534 views
0 votes
1 answer

How to execute commands on AWS Instance using Boto3?

Hi@akhtar, Boto represents an Amazon Web Services (AWS) ...READ MORE

Oct 7, 2020 in AWS by MD
• 95,440 points
9,807 views
0 votes
1 answer

How to terminate EC2 instance using boto3?

Hi@akhtar, We can create and modify an EC2 ...READ MORE

Oct 7, 2020 in AWS by MD
• 95,440 points
5,831 views
0 votes
1 answer

How to modify EC2 Instance Properties using boto3?

Hi@akhtar, To modify an EC2 instance, first, you ...READ MORE

Oct 7, 2020 in AWS by MD
• 95,440 points
2,904 views
0 votes
1 answer

How to stop EC2 instances using Boto3?

Hi@akhtar, To change the state of an EC2 ...READ MORE

Oct 7, 2020 in AWS by MD
• 95,440 points
1,954 views
0 votes
1 answer

List All AWS EC2 Instances using boto3.

Hi@MD, You need to import the boto3 module ...READ MORE

Oct 7, 2020 in AWS by akhtar
• 38,230 points
29,407 views
0 votes
2 answers

Which are the best monitoring tools for azure cloud??

Serverless360 is one of the best Azure ...READ MORE

Dec 16, 2020 in Azure by Madhavan

edited Dec 17, 2020 453 views
0 votes
1 answer

AttributeError: 'ec2.ServiceResource' object has no attribute 'send_command'

Hi@Lakshminarayanan, The send_command attribute is not available in ...READ MORE

Oct 7, 2020 in AWS by MD
• 95,440 points
4,599 views
+1 vote
1 answer

To create user credential in EC2 instance from remote using Boto3 or Python?

Hi@Lakshminarayanan, You can create a user from your ...READ MORE

Oct 7, 2020 in AWS by MD
• 95,440 points
1,937 views
0 votes
1 answer

Create an S3 bucket in a specific region from the command line.

Hi@akhtar, You can use LocationConstraint in your command. ...READ MORE

Oct 7, 2020 in AWS by MD
• 95,440 points
2,171 views
0 votes
1 answer

Create IAM user using the AWS CLI.

Hi@akhtar, You can create an IAM user from ...READ MORE

Oct 7, 2020 in AWS by MD
• 95,440 points
342 views
0 votes
1 answer

An error occurred (AccessDenied) when calling the CreateBucket operation: Access Denied

Hi@akhtar, You are getting this error because your ...READ MORE

Oct 7, 2020 in AWS by MD
• 95,440 points
4,264 views
0 votes
1 answer

An error occurred (InvalidBucketName) when calling the CreateBucket operation: The specified bucket is not valid.

Hi@akhtar, You can't use an uppercase letter in ...READ MORE

Oct 7, 2020 in AWS by MD
• 95,440 points
8,478 views
0 votes
1 answer

How to get the size of an Amazon S3 bucket?

Hi@akhtar, You can use AWS CLI to perform ...READ MORE

Oct 5, 2020 in AWS by MD
• 95,440 points
1,203 views
0 votes
1 answer

Error bucket name already exists.

Hi@akhtar, AWS S3 bucket is a global service. ...READ MORE

Oct 5, 2020 in AWS by MD
• 95,440 points
2,415 views
0 votes
1 answer

How to create Google App Engine using Terraform?

Hi@akhtar, You can launch an Application in Google ...READ MORE

Sep 30, 2020 in Terraform by MD
• 95,440 points
2,324 views
0 votes
1 answer

Is it possible to run ECS cluster with our own custom image?

Hi, yes, you can create your own ...READ MORE

Sep 30, 2020 in AWS by Satish
425 views
0 votes
1 answer

What should you do when the IP addresses are used up and you need more?

In such a scenario, Make 1 VPN ...READ MORE

Sep 30, 2020 in Azure by Dhruvil
332 views
0 votes
2 answers

I lost my .pem file now how to login into EC2 instance?

Hi, If you forget your .pem file then ...READ MORE

Sep 30, 2020 in AWS by MD
• 95,440 points
2,159 views
0 votes
1 answer

Which AWS service would suit my requirement?

Cloud formation would be the best keeping ...READ MORE

Sep 30, 2020 in AWS by Pavan Kumar
385 views
+1 vote
0 answers

How to run boto3 in Lambda Function

Hi, I have two boto3(python) script for creating ...READ MORE

Sep 30, 2020 in AWS by Lakshminarayanan
• 1,370 points
1,652 views