Trending questions in Cloud Computing

0 votes
1 answer

Multi-factor authentication in Amazon Quicksight

Yes. You can enable multi-factor authentication (MFA) ...READ MORE

Sep 14, 2018 in AWS by Archana
• 4,170 points
911 views
0 votes
1 answer

Why I get AWS repository ARN could not be added to restrict access?

heh... answer my own question: I must ...READ MORE

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

How to perfom "switching config" in Azure Websites Application Insights?

There was a new blog post about ...READ MORE

Sep 24, 2018 in Azure by club_seesharp
• 3,450 points
432 views
0 votes
1 answer

AWS: Are there any use cases where start ups have used AWS Successfully?

AWS Is for everyone. check this out ...READ MORE

Sep 28, 2018 in Cloud Computing by Meci Matt
• 9,460 points
259 views
0 votes
1 answer

What is Amazon Web Services Macie?

Amazon Macie is a security service that ...READ MORE

Sep 26, 2018 in Cloud Computing by DragonLord999
• 8,450 points
330 views
0 votes
1 answer

How do i get the Elastic IP from running instance?

If yours is a linux ec2 instance ...READ MORE

Aug 29, 2018 in AWS by Archana
• 4,170 points
1,534 views
0 votes
1 answer

What Is an AWS Inspector?

Amazon Inspector is an automated security assessment ...READ MORE

Sep 20, 2018 in Cloud Computing by DragonLord999
• 8,450 points
579 views
+1 vote
1 answer

I cannot install aws cli on mac os with pip - awscli: command not found

Here are the two steps to install ...READ MORE

Aug 2, 2018 in AWS by bug_seeker
• 15,520 points
2,659 views
0 votes
1 answer

API for checking EC2 instance limit

No, there is no way to do ...READ MORE

Sep 24, 2018 in AWS by Archana
• 4,170 points
399 views
+4 votes
1 answer

How do I go from development docker-compose.yml to deployed docker-compose.yml in AWS

It can work if you try to put ...READ MORE

Jun 7, 2018 in AWS by Cloud gunner
• 4,670 points
4,947 views
0 votes
1 answer

Adding Watermark to AWS Elastic Transcoder

found the error! I had to put the ...READ MORE

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

Amazon EC2 custom AMI not running bootstrap (user-data)

At the end of initial bootstrap (UserData) ...READ MORE

Jul 13, 2018 in AWS by Cloud gunner
• 4,670 points
3,539 views
0 votes
1 answer

ECS CFT error: Encountered unsupported property links ​

You have only a small typo within ...READ MORE

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

Lambda + RDS Postgres not working

Have you verified your security group for ...READ MORE

Sep 3, 2018 in AWS by Priyaj
• 58,090 points
1,283 views
+1 vote
2 answers

How do I get my AWS Glue client in JAVA?

Hey, you've been using a correct code ...READ MORE

Apr 17, 2018 in AWS by Cloud gunner
• 4,670 points
4,447 views
0 votes
1 answer

Can an AWS Batch job use Reserved Instances?

Yes, Batch compute resources are just ec2 ...READ MORE

Aug 27, 2018 in AWS by Priyaj
• 58,090 points
1,564 views
0 votes
1 answer

Using React Native to Speak to AWS - Get item: key is federatedInfo with options undefined error ​

Get item: key is federatedInfo with options ...READ MORE

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

Can someone tell me about AWS Aurora?

Amazon Aurora is a MySQL and PostgreSQL ...READ MORE

Sep 20, 2018 in Cloud Computing by DragonLord999
• 8,450 points
500 views
0 votes
1 answer

Using scheduler on Amazon ECS

ECS provides Blox, a collection of open ...READ MORE

Sep 20, 2018 in AWS by Archana
• 4,170 points
502 views
0 votes
1 answer

Validation of domain part for email addresses through DNS lookup

SES has a mechanism to handle bounces ...READ MORE

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

How to access AWS ElasticSearch Service automated snapshots/backups?

You can't get to the S3 bucket ...READ MORE

Jul 26, 2018 in AWS by Priyaj
• 58,090 points
2,907 views
+1 vote
1 answer

Redirect working from www.xyz.com to https://xyz.com but not from https://www.xyz.com

Make sure you have created the certificate ...READ MORE

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

How to authenticate session in application running on Beanstalk with boto3

The recommended way of managing credentials used ...READ MORE

Aug 28, 2018 in AWS by Priyaj
• 58,090 points
1,424 views
0 votes
1 answer

Updating Service Catalog Product Versions Through AWS CLI/Boto3

Find the Product ID of the product ...READ MORE

Aug 27, 2018 in AWS by Priyaj
• 58,090 points
1,501 views
0 votes
1 answer

Kinesis Analytics Destination Guidance: Lambda vs Kinesis Stream to Lambda

If this does not answer your question, ...READ MORE

Aug 21, 2018 in AWS by Priyaj
• 58,090 points
1,760 views
+4 votes
2 answers

How come AWS S3 is erasing my extension from PDF files?

I think the problem should be with ...READ MORE

Mar 27, 2018 in Cloud Computing by code_ninja
• 6,290 points
3,623 views
0 votes
1 answer

What is AWS Artifact?

AWS Artifact is your go-to, central resource ...READ MORE

Sep 4, 2018 in AWS by hemant
• 5,790 points
1,124 views
0 votes
1 answer

How to make API Gateway accept http instead of https?

You can put a Cloudfront distribution in ...READ MORE

Aug 21, 2018 in AWS by Archana
• 4,170 points
1,694 views
+1 vote
2 answers

How to use jenkinsfile to get content from AWS SQS?

You can import standard AWS SDK to ...READ MORE

Jul 20, 2018 in AWS by Flying geek
• 3,280 points
2,115 views
0 votes
1 answer

AWS loadbalancing between EC2 instances

Some quick thoughts: Are your two new instances ...READ MORE

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

Terminal returning an S3 error

You just have to add a specific ...READ MORE

Aug 22, 2018 in AWS by Archana
• 4,170 points
1,637 views
+2 votes
3 answers

AWS S3 copy files and folders between two buckets

A simplified example using the aws-sdk gem: AWS.config(:access_key_id ...READ MORE

Aug 16, 2018 in Cloud Computing by Priyaj
• 58,090 points
4,252 views
0 votes
1 answer

Cannot access AWS domain purchased with Route 53

You will need to start by creating ...READ MORE

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

How secure are Amazon AWS Access keys?

The Access Key ID is not a ...READ MORE

Sep 20, 2018 in AWS by datageek
• 2,530 points
382 views
0 votes
1 answer

Why do people use Heroku when AWS is present? What distinguishes Heroku from AWS?

AWS / Heroku are both free for ...READ MORE

Sep 17, 2018 in AWS by Priyaj
• 58,090 points
506 views
+1 vote
1 answer

How to configure SSL for Amazon S3 bucket?

You can access your S3 bucket via ...READ MORE

Jul 26, 2018 in Cloud Computing by Gopalan
• 1,360 points
2,757 views
0 votes
1 answer

AWS: What Is A Static IP?

Your internet service provider (ISP) provides you ...READ MORE

Sep 17, 2018 in Cloud Computing by DragonLord999
• 8,450 points
501 views
+5 votes
4 answers

Facing rendering issue in AWS EC2 instance

Hey @Vanshika there could be many factors ...READ MORE

Aug 21, 2018 in AWS by Priyaj
• 58,090 points
1,078 views
+4 votes
2 answers

Amazon S3 Permission problem - How to set permissions for all files at once?

This can be done by setting the ...READ MORE

Mar 27, 2018 in Cloud Computing by brat_1
• 7,200 points
3,511 views
0 votes
1 answer

Is there any way to use boto3 anonymously?

Yes. Your credentials are used to sign ...READ MORE

Jul 18, 2018 in AWS by Cloud gunner
• 4,670 points
3,103 views
0 votes
3 answers

Is it possible to redirect a domain to Amazon EC2?

Create an Elastic IP on the AWS ...READ MORE

Nov 30, 2018 in Cloud Computing by Abhinav
2,173 views
0 votes
1 answer

How do I roll-back a message to Amazon MQ (AMQ) from Lambda?

It is apparently not possible using STOMP ...READ MORE

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

Can someone explain AWS Config?

AWS Config provides a detailed inventory of ...READ MORE

Sep 18, 2018 in Cloud Computing by Meci Matt
• 9,460 points
419 views
0 votes
1 answer

How to get Amazon Seller Central orders programmatically?

AIM and SOAP are historical APIs. The ...READ MORE

Aug 10, 2018 in AWS by Priyaj
• 58,090 points
2,774 views
+1 vote
2 answers

AWS Lambda Function Issues

If you have created AWS Lambda Deployment JAR ...READ MORE

Sep 14, 2018 in AWS by datageek
• 2,530 points
499 views
0 votes
3 answers

What is CPU Credit Balance in EC2 for AWS?

When you use fewer CPU resources then ...READ MORE

Nov 30, 2018 in AWS by Aniket
2,132 views
0 votes
1 answer

Migration on-premise Postgresql into AWS RDS

Actually the solution purposed works. But there's ...READ MORE

Aug 24, 2018 in AWS by Priyaj
• 58,090 points
1,456 views
0 votes
1 answer

What Is AWS SnowMobile?

AWS Snowmobile is an Exabyte-scale data transfer ...READ MORE

Sep 11, 2018 in Cloud Computing by hemant
• 5,790 points
670 views
0 votes
1 answer

Login to AWS from AWS Tools for Powershell

If your IAM user account doesn't already ...READ MORE

Jul 18, 2018 in AWS by Priyaj
• 58,090 points
3,048 views
0 votes
1 answer

What Is Reserved Instance Reporting in AWS?

AWS provides a number of RI-specific cost ...READ MORE

Sep 18, 2018 in Cloud Computing by DragonLord999
• 8,450 points
364 views