Most voted questions in Cloud Computing

0 votes
1 answer

Create names topic, subscribe and publish message - AWS SNS

You can write a python code which ...READ MORE

Aug 21, 2019 in AWS by Hari
3,394 views
0 votes
1 answer

Send an SMS without using lambda function - AWS SNS

Yes, ofcourse you can send an SMS ...READ MORE

Aug 21, 2019 in AWS by Haseeb
613 views
0 votes
1 answer

Python code to publish a message to AWS SNS

Hey @Dipti, you could use something like ...READ MORE

Aug 21, 2019 in AWS by Tara
17,612 views
0 votes
0 answers

running aws s3 ls command from powershell

Aug 21, 2019 in AWS by Mogamad
• 120 points
937 views
0 votes
1 answer

celery with sqs error "No module named 'sqs'"

It's using SQS as a result backend ...READ MORE

Aug 20, 2019 in AWS by Vijay
1,252 views
0 votes
1 answer
0 votes
1 answer

How do I delete a queue in AWS SQS?

Its pretty simple to delete a queue ...READ MORE

Aug 20, 2019 in AWS by Travis
1,355 views
0 votes
1 answer

Can messages be sent in batches? - AWS SQS

Yes! It's totally possible to send messages ...READ MORE

Aug 20, 2019 in AWS by Scarlet
1,933 views
0 votes
1 answer

Can I create a message with custom attributes? - AWS SQS

Yess! You can create a message with ...READ MORE

Aug 20, 2019 in AWS by Keshav
1,453 views
0 votes
1 answer

Create a message and print its messageId - AWS SQS

Use the following code for adding a ...READ MORE

Aug 20, 2019 in AWS by Vishal
1,541 views
0 votes
1 answer

Lookup a queue by its name - AWS SQS

Yes, it is possible to lookup for ...READ MORE

Aug 20, 2019 in AWS by Akaash
1,963 views
0 votes
1 answer

List all the existing queues - AWS SQS

Yes, that's possible, you can use the ...READ MORE

Aug 20, 2019 in AWS by Vishal
447 views
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
414 views
0 votes
1 answer

Create a queue using boto - AWS SQS

Try this code: # Get the service resource sqs ...READ MORE

Aug 20, 2019 in AWS by Vishal
573 views
0 votes
0 answers
0 votes
1 answer

aws_CDN_for_single_EC2

Hey @Ram, using CDN would be the ...READ MORE

Aug 13, 2019 in AWS by Kalgi
• 52,360 points
1,063 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

Are the Reserved Instances available for Multi-AZ Deployments?

Reserved Instances is a pricing model, which ...READ MORE

Aug 8, 2019 in AWS by Diana
1,287 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

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
3 answers

Sharing an AMI with other accounts

You can share it by specifying your ...READ MORE

Sep 3, 2019 in AWS by Maris
1,733 views
0 votes
1 answer

How to create an AMI from the command line?

Yes, the CLI can be used to ...READ MORE

Aug 13, 2019 in AWS by Praveen
• 700 points
1,950 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
837 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
735 views
0 votes
1 answer

Different between Amazon Machine Image and Docker Image

AMI is a complete machine image which ...READ MORE

Aug 13, 2019 in AWS by Praveen
• 700 points
4,322 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

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
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

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
0 votes
1 answer

Install Jenkins on an ec2 instance

Hey @Yamini, follow these steps: 1. Install Java yum ...READ MORE

Aug 1, 2019 in AWS by Varsha
6,198 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

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
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
1 answer

How many instances can I run in Amazon EC2?

You are limited to running up to ...READ MORE

Jul 31, 2019 in AWS by Ishaa
1,463 views
0 votes
1 answer

Moving data from one storage class to another based on the access pattern

AWS S3 provides a feature called S3 ...READ MORE

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

Replicating the AWS Resources from one account to another account.

One way is to look at the ...READ MORE

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

Attaching multiple policies for S3

As per the AWS documentation here, an ...READ MORE

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

Not able to give public access to S3 Bucket

There had been a few incidents where ...READ MORE

Jul 30, 2019 in AWS by Praveen
• 700 points
2,069 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

where is drop down menu for the google cloud platform

It is important that you are signed ...READ MORE

Sep 20, 2019 in GCP by Sirajul
• 59,230 points
1,155 views
0 votes
1 answer

How do I delete a subscription and a topic? - Amazon SNS

Follow these steps @Alia: On the navigation panel, ...READ MORE

Jul 25, 2019 in AWS by Archu
1,629 views
0 votes
1 answer

How do I publish a message on topic? - AWS SNS

Hey @Harish, follow these steps: On the navigation ...READ MORE

Jul 25, 2019 in AWS by Arya
1,539 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
633 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
597 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,227 views
0 votes
1 answer

Does Amazon SNS service price include taxes?

Except as otherwise noted, our prices are ...READ MORE

Jul 24, 2019 in AWS by Ananya
425 views
0 votes
1 answer

When does billing of my Amazon SNS use begin and end?

Your Amazon SNS billing cycle begins on ...READ MORE

Jul 24, 2019 in AWS by Priyanka
484 views
0 votes
1 answer

How much does Amazon SNS cost?

As AWS works with the concept of ...READ MORE

Jul 24, 2019 in AWS by Travis
2,287 views
0 votes
1 answer

Get a history of SNS API calls made on my account for security analysis?

Yes, you can. SNS supports aws CloudTail.This ...READ MORE

Jul 24, 2019 in AWS by Harsh
569 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