Most answered questions in AWS

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,419 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,997 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,484 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,595 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
2,009 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
504 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
441 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
593 views
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,122 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
511 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
513 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,337 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
393 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
637 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
2,063 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
874 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
806 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,413 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
387 views
+1 vote
1 answer

Difference between an Edge Location and Availability Zone.

Both the Edge Locations (EL) and Availability ...READ MORE

Aug 6, 2019 in AWS by Yogi
21,955 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
495 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
367 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
826 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,241 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
374 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
537 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
502 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,501 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
2,093 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,393 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,336 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,153 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
501 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,657 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,565 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
655 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
630 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,275 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
447 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
513 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,347 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
614 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,298 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,198 views
0 votes
1 answer

How to connect an EC2 linux instance to another Linux instance?

AWS EC2 instances are more like a ...READ MORE

Jul 16, 2019 in AWS by ArchanaNagur
• 2,360 points
31,108 views
0 votes
1 answer

How to connect an EC2 linux instance to another Linux instance?

Hi, If your instances are in the same ...READ MORE

Jul 19, 2020 in AWS by MD
• 95,440 points
707 views
0 votes
1 answer

I do not get any messages using sns - AWS SNS

I am facing a similar issue. As ...READ MORE

Jul 9, 2019 in AWS by Kyraa
3,304 views
0 votes
1 answer

Access error: “Rate Exceeded” or “429” message when connecting to a CodeCommit repository

All calls to CodeCommit are subjected to ...READ MORE

Jul 8, 2019 in AWS by Janvi
1,048 views
0 votes
1 answer

Access error: Public key denied when connecting to a CodeCommit repository

The main reason why this error occurs ...READ MORE

Jul 8, 2019 in AWS by Tara
998 views